Fields
Get Fields
GET
/serviceforms/{serviceFormId}/forms/{formId}/pages/{pageId}/fields
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/pages/{pageId}/fields
Get all fields related to a page with ID
pageId.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
| serviceFormId | string / guid | required | ||
| formId | string / guid | required | ||
| pageId | string / guid | required |
Query String
| creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
| dataListId | string / guid |
Filterable
|
optional | |
| externalId | string |
Filterable
|
optional | |
| fieldGroupId | string / guid |
Filterable
|
optional | |
| formId | string / guid |
Filterable
|
optional | |
| id | string / guid |
Filterable
|
optional | |
| isRequired | boolean |
Filterable
|
optional | |
| isVisible | boolean |
Filterable
|
optional | |
| lastModifiedDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
| name | string |
Filterable Sortable
|
optional | |
| pageId | string / guid |
Filterable
|
optional | |
| scoreCategoryId | string / guid |
Filterable
|
optional | |
| type | string |
Filterable Sortable
|
optional | |
| sort | string | Comma separated sort order based on sortable properties | optional | |
| offset | integer | Offset value for use in pagination | Default: 0 | optional |
| limit | integer | Total objects to fetch (max 1000) | Default: 200 | optional |