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
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":"6cf74bdc-9b8c-45b9-b110-a98f9ef33a65","formId":"26e7985a-c686-487b-985b-f01e3df22893","parentFillingId":"b97a86a1-d5f5-49b0-a7a0-339f671feb46","departmentId":"36716c76-a209-49d6-bd04-0b6dd5bb3da6","number":1,"isDraft":false,"creationDateTime":"2025-09-06T21:54:19.2458444+00:00","lastModifiedDateTime":"2025-09-11T21:54:19.2458444+00:00","fillingScore":5,"performancePercent":85.62},{"id":"0b976cef-497d-471e-bd7b-3048aaae121e","formId":"a4a0d30c-fabd-4408-b566-97cc7d06a0a3","parentFillingId":null,"departmentId":"bac648c8-5820-4d2e-b938-ab8f02432afd","number":1,"isDraft":false,"creationDateTime":"2025-09-06T21:54:19.2458444+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