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":"26d12133-dbda-4a61-bdbe-75a9ff704577","fillingId":"534725fc-d667-42d1-8d35-5222a6ada3ae","value":"Comment example 1","creationDateTime":"2026-02-19T20:56:08.8812094+00:00","lastModifiedDateTime":"2026-02-20T20:56:08.8812094+00:00","userId":"20d84a50-3d4b-4627-b89f-7412090cebe6","mediaIds":["8693b299-3857-45da-8c44-eb390868aae7","f9004fcf-c2c6-434f-b382-e7fea2601d12"]},{"id":"30d7a120-5b02-4c98-acb0-21d148af85ef","fillingId":"0b55b1bb-9f53-43f4-a1ac-4b229be81542","value":"Comment example 2","creationDateTime":"2026-02-19T20:56:08.8812094+00:00","lastModifiedDateTime":null,"userId":"1fff2df8-1eaa-4273-a485-99bff3875134","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