Relesys API Docs

v1.3

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

Fillings

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillings/{fillingId}
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/fillings/{fillingId}
Get the fillings with ID fillingId.

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
moduleId string / guid required
formId string / guid required
fillingId string / guid required
Responses
application/json
JSON
{"data":{"id":"0e925ee0-2b02-413b-9bd9-e831fbd4defa","url":null,"parentFillingId":null,"parentFillingUrl":null,"departmentId":"727c1197-27d9-42f7-8b63-129b10683102","departmentUrl":null,"number":1,"isDraft":false,"creationDateTime":"2024-07-24T06:35:19.0397209+00:00","lastModifiedDateTime":null,"fillingScore":null,"performancePercent":null}}
object
  data 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