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
value string Sortable 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":"c32ed856-232f-4ee3-b175-60022ac8dcef","fillingId":"76ca2d4b-2cb2-40b2-8751-a95e6dee6f01","value":"Comment example 1","creationDateTime":"2026-05-14T20:50:28.7071706+00:00","lastModifiedDateTime":"2026-05-15T20:50:28.7071706+00:00","userId":"4f33f549-dc29-44ed-9081-aca87215063c","mediaIds":["2924e51d-cbab-4e47-b9f8-94bfdb18d968","681318f7-144f-465a-8c6c-cc6322b02306"]},{"id":"96674f35-c50c-412c-87d2-2b370ccb98ed","fillingId":"3c9e2514-02fb-4d2b-b2b5-8757ca41c632","value":"Comment example 2","creationDateTime":"2026-05-14T20:50:28.7071706+00:00","lastModifiedDateTime":null,"userId":"fe91089d-6fc6-44f9-9aa3-aee0b42f5610","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