Fields
List
GET
/serviceformModules/{moduleId}/forms/{formId}/fields
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/fields
Get a list of fields for the form with ID
Default sort is by
formId
Default sort is by
sortOrder
in ascending order.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
moduleId | string / guid | required | ||
formId | string / guid | required |
Query String
creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
externalId | string |
Filterable Sortable
|
optional | |
fieldGroupId | string / guid |
Filterable
|
optional | |
id | string / guid |
Filterable
|
optional | |
isFeedbackEnabled | boolean |
Filterable
|
optional | |
isMultiSelect | boolean |
Filterable
|
optional | |
isRequired | boolean |
Filterable
|
optional | |
isVisible | boolean |
Filterable
|
optional | |
lastModifiedDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
maxNumberOfSelected | integer |
Filterable
|
optional | |
minNumberOfSelected | integer |
Filterable
|
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 |