Relesys API Docs

v1.3

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

Fillings

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillings
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/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.

Default sort is by number 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
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
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":"6894e3be-98f5-49b3-988c-aa14b7993575","url":null,"parentFillingId":"7655d13e-4e50-45e4-ad8e-5bf8ddfd970f","parentFillingUrl":null,"departmentId":"038b7bae-c945-4f09-ac5e-4db9abcbf6d2","departmentUrl":null,"number":1,"isDraft":false,"creationDateTime":"2025-12-20T18:52:28.5846706+00:00","lastModifiedDateTime":"2025-12-25T18:52:28.5846706+00:00","fillingScore":5,"performancePercent":85.62},{"id":"de71312e-a2cd-411b-b35e-4bc9843df7c8","url":null,"parentFillingId":null,"parentFillingUrl":null,"departmentId":"94f4d0cc-a377-4aa5-ac03-34066099e7a5","departmentUrl":null,"number":2,"isDraft":false,"creationDateTime":"2025-12-20T18:52:28.5846706+00:00","lastModifiedDateTime":null,"fillingScore":null,"performancePercent":null}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   departmentId string / guid      
   departmentUrl string      
   fillingScore integer      
   id string / guid      
   isDraft boolean      
   lastModifiedDateTime datetimeoffset      
   number integer      
   parentFillingId string / guid      
   parentFillingUrl string      
   performancePercent double      
   url string      
  nextUrl string      
  previousUrl string