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":"68411dac-f743-4a09-b8de-a5ebae164ccd","fillingId":"b3ab0aaa-0ffc-424a-8541-489869095d2f","value":"Comment example 1","creationDateTime":"2026-06-06T16:07:41.884742+00:00","lastModifiedDateTime":"2026-06-07T16:07:41.884742+00:00","userId":"966a5972-8d64-467a-8d53-77c1fccfd971","mediaIds":["7b90fdd4-6349-43c1-9bce-e8c2600db164","00bd4a7b-56a8-4c21-9a2e-bc96482155fe"]},{"id":"f932b29c-26b5-47f5-a0d7-1ff24d4c9cd9","fillingId":"7d3abfaa-c372-40dc-a950-b71c88a8dc49","value":"Comment example 2","creationDateTime":"2026-06-06T16:07:41.884742+00:00","lastModifiedDateTime":null,"userId":"ef4643cf-718a-41d8-9001-a84660a55999","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