Returns a specific form within a form-library folder.
GET
/v2/formlibraries/{folderId}/forms/{formLib}
curl \
--request GET 'https://api.pre.transactiondesk.com/v2/formlibraries/{folderId}/forms/{formLib}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"formLib": "ABC123",
"name": "Purchase Agreement",
"description": "Purchase Agreement form"
}
Response examples (401)
{
"code": 401,
"message": "Unauthorized. The user is not authenticated.",
"details": []
}
Response examples (404)
{
"code": 404,
"message": "Item not found.",
"details": []
}