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":"255191d9-3465-4ea2-bc98-9a0f6b2fa821","fillingId":"962d2b26-bd28-4fb0-a9c3-b941eef78d75","value":"Comment example 1","creationDateTime":"2025-11-21T00:54:06.6359936+00:00","lastModifiedDateTime":"2025-11-22T00:54:06.6359936+00:00","userId":"0a9469fe-a336-40f2-aecc-eef1e464c8a7","mediaIds":["9fb48344-959f-40bc-8a75-5e1d9df8310a","d9388cf7-01c2-4291-9315-4c58b4293615"]},{"id":"9b79e600-baee-48c8-aa41-33efe57bc561","fillingId":"7c114f45-d345-4083-895c-f88b2401911b","value":"Comment example 2","creationDateTime":"2025-11-21T00:54:06.6359936+00:00","lastModifiedDateTime":null,"userId":"9e1b28e7-7df9-4a76-97f0-4ad7b7c4b2df","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