Performance Ranges
List
GET
/serviceformModules/{moduleId}/forms/{formId}/performanceRanges
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/performanceRanges
Get a list of performance ranges for the form with ID
Default sort is by
If you want to filter on the color value for this endpoint, you need to replace # with %23 in the hexadecimal code. For example, if you want to filter on blue, you need to use %2300FFFF instead of #00FFFF. This is because # is a special character in URLs and needs to be encoded.
formId
Default sort is by
sortOrder
in ascending order.If you want to filter on the color value for this endpoint, you need to replace # with %23 in the hexadecimal code. For example, if you want to filter on blue, you need to use %2300FFFF instead of #00FFFF. This is because # is a special character in URLs and needs to be encoded.
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
color | string |
Filterable
|
optional | |
creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
id | string / guid |
Filterable
|
optional | |
lastModifiedDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
maxRange | integer |
Filterable Sortable
|
optional | |
minRange | integer |
Filterable Sortable
|
optional | |
sortOrder | integer |
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 |