Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

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 form with ID formId.

The fillings contain information about 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 Sortable optional
departmentId string / guid Filterable optional
fillingScore integer Filterable Sortable optional
id string / guid Filterable optional
isDraft boolean Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
parentFillingId string / guid Filterable optional
performancePercent double Filterable optional
serviceFormId string / guid Filterable optional
number integer 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
Responses
application/json
JSON
{"count":2,"data":[{"id":"cc05b52c-6ae3-4878-9c71-f8ca3c1885c8","formId":"4ad50169-8b30-4016-a7ea-d72a1a4cedc0","parentFillingId":"d9492578-fb93-43fe-8123-9daf1f698347","departmentId":"c01b80a3-b56c-4e0e-898f-02c915cf61d9","number":1,"isDraft":false,"creationDateTime":"2026-01-26T07:54:13.0002396+00:00","lastModifiedDateTime":"2026-01-31T07:54:13.0002396+00:00","fillingScore":5,"performancePercent":85.62},{"id":"fe5b2a98-d6fe-47cf-bf97-2c9326ad3558","formId":"25bcc77b-d37a-4077-8504-cf0fc0cbc9eb","parentFillingId":null,"departmentId":"789dbe83-d191-4fb2-99b5-7bf0e8fe0fe0","number":1,"isDraft":false,"creationDateTime":"2026-01-26T07:54:13.0002396+00:00","lastModifiedDateTime":null,"fillingScore":null,"performancePercent":null}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   departmentId string / guid      
   fillingScore integer      
   formId string / guid      
   id string / guid      
   isDraft boolean      
   lastModifiedDateTime datetimeoffset      
   number integer      
   parentFillingId string / guid      
   performancePercent double      
  nextUrl string      
  previousUrl string