Overview
Click Boarding's Production environment will be down for scheduled maintenance and the promotion of new code on Tuesday, July 11, 2023 starting at 12:00 a.m. CDT.
Table of Contents
Candidates/{id}/Processes/{id} - GET Update
When calling the endpoint Candidates/{id}/Processes/{id}-GET
, the forms
object now returns instanceId
. This is the instance identifier for a specific form in a process flow assigned to a candidate. This identifier is used in other calls, such as the FormDownloadLinkRequest-POST
to retrieve a specific form. For more information, please visit our developer portal.
Example of a portion of the forms
object. Please note that there is additional data returned that is not captured below.
"forms": [
{
"type": "Form",
"form": {
"id": "uZPyI8sagUywH4AqJgxvIg",
"identifier": "Readable Name of Form",
"instanceId": "w7qv77",
"library": {
"id": "4rS8OtUxFkm4ZmlN6lR72A",
"name": "Library Name",
"account": {
"id": "5ynjn",
"name": "Account Name"
}
}
},
Comments
0 comments
Article is closed for comments.