Returns organization's form
| Name | Description | Type | Additional information |
|---|---|---|---|
| formId |
Id for the Form you want to pull |
integer |
Required |
None.
https://api.servicereef.com/v1/forms/{formId}
| Name | Description | Type | Additional information |
|---|---|---|---|
| FormId | integer | ||
| FormName | string | ||
| NumberOfResponses | integer | ||
| Questions | Collection of ApplicationQuestionModel |
Try this endpoint by entering your credentials and using the API Explorer.
Try With API Explorer
{
"FormId": 1,
"FormName": "sample string 2",
"NumberOfResponses": 3,
"Questions": [
{
"FormQuestionId": 1,
"QuestionId": 2,
"Name": "sample string 3",
"QuestionType": "Unknown",
"Status": "Draft"
},
{
"FormQuestionId": 1,
"QuestionId": 2,
"Name": "sample string 3",
"QuestionType": "Unknown",
"Status": "Draft"
}
]
}