(Cloud) get form templates
Background
This API returns data about all form templates in UpRaise.
API Details
This API will require valid authentication & will expect the user API token in the request.
Read Create User API token for more details
Below are the endpoints for this API based on which UpRaise app you are using
App name | Endpoint |
---|---|
UpRaise for Employee Success | https://employee-success.upraise.io/rest/upraise/public/1.0/form/getTemplates |
UpRaise People | https://people.upraise.io/rest/upraise/public/1.0/form/getTemplates |
Request parameters
Provide the startAt & maxResults
here.
Sample JSON response
API Response Parameters Table
Parent | Parameter | Type | Description | Possible Values |
---|---|---|---|---|
root | startAt | Integer | Pagination start position |
|
root | maxResults | Integer | Maximum results per page |
|
root | total | Integer | Total number of results |
|
results | id | Integer | Unique ID of the template |
|
results | name | String | Name of the template |
|
results | description | String | Description of the template |
|
results | descriptionHtml | String | HTML version of the description |
|
results | status.id | Integer | Status ID |
|
results | status.name | String | Status label |
|
results | baseTemplate | String | Base template used |
|
results | modifiedBy.id | Integer | ID of the user who last modified the form |
|
results | modifiedBy.jiraUserRestApiUrl | String | API URL to fetch modifier details | Corresponding URLs for each user |
results | workflow | String | Workflow process |
|
results | noOfDistributions | Integer | Number of times the template was distributed |
|
results | getQuestionsUrl | String | API URL to fetch questions in the template | Corresponding URLs |
results | createdBy.id | Integer | ID of the user who created the form |
|
results | createdBy.jiraUserRestApiUrl | String | API URL to fetch creator details | Corresponding URLs for each user |
results | created | String | Date when the template was created |
|
results | modified | String | Date when the template was last modified |
|
results | isDefault | Boolean | Indicates whether this template is the default |
|