Relesys API Docs

v1.1

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

Filling Comments

Get Filling Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
Get a list of comments for the filling with ID fillingId
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
serviceFormId string / guid required
formId string / guid required
fillingId string / guid required
Query String
creationDateTime datetimeoffset Filterable Sortable optional
fillingId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
type string Filterable Sortable optional
userId 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":"52a517bf-99b7-4214-8843-e98d84829954","fillingId":"4193e266-78b3-4b22-a3c3-84de3b51b1ee","value":"Comment example 1","creationDateTime":"2025-12-11T11:22:22.2651896+00:00","lastModifiedDateTime":"2025-12-12T11:22:22.2651896+00:00","userId":"c1664628-d4dd-4a7f-9aaa-7e2279c10b6e","mediaIds":["479a1ec6-3f39-4110-8573-2561d82e7798","e0cde64c-cab6-4b40-b398-e1085f334bb2"]},{"id":"f2ce2f0f-8c71-4516-b7cb-b4519e1dbbdf","fillingId":"cf20231d-0051-4fc9-8e98-5eda90873a1c","value":"Comment example 2","creationDateTime":"2025-12-11T11:22:22.2651896+00:00","lastModifiedDateTime":null,"userId":"307639d3-c857-442f-8c72-cf470240dae6","mediaIds":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   mediaIds array[string / guid]      
   userId string / guid      
   value string      
  nextUrl string      
  previousUrl string