Fillings
Get Fillings
GET
/serviceforms/{serviceFormId}/forms/{formId}/fillings
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/fillings
Get a list of fillings for the specified form.
The fillings contain information about for which department it was created for, as well the general score for the filling.
fillingScore - This field displays the sum of all points given for the filling. The fillingScore will be null if no related field contains a data list of type "Scored".
performancePercent - This field displays the performance percentage (0-100%) between the given filling score and the highest possible filling score. If the filling score would be 95 out of a possible 100 the performancePercent would display 95.0.
The fillings contain information about for which department it was created for, as well the general score for the filling.
fillingScore - This field displays the sum of all points given for the filling. The fillingScore will be null if no related field contains a data list of type "Scored".
performancePercent - This field displays the performance percentage (0-100%) between the given filling score and the highest possible filling score. If the filling score would be 95 out of a possible 100 the performancePercent would display 95.0.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
serviceFormId | string / guid | required | ||
formId | string / guid | required |
Query String
creationDateTime | datetimeoffset |
Filterable
|
optional | |
departmentId | string / guid |
Filterable
|
optional | |
fillingScore | integer |
Filterable Sortable
|
optional | |
id | string / guid |
Filterable
|
optional | |
isDraft | boolean |
Filterable
|
optional | |
parentFillingId | string / guid |
Filterable
|
optional | |
performancePercent | double |
Filterable
|
optional | |
serviceFormId | string / guid |
Filterable
|
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 |