Relesys API Docs

v1

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

Filling Comments

Get Filling Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
https://api.relesysapp.net/api/v1/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":"adb542f6-2190-474a-901f-5a44f92a39ad","fillingId":"aaf24eb5-69ce-47de-afa9-18a717457daa","value":"Comment example 1","creationDateTime":"2025-05-01T02:08:37.6005005+00:00","lastModifiedDateTime":"2025-05-02T02:08:37.6005005+00:00","userId":"b24d5cbf-5361-4257-817f-3f2842b6d4b2","mediaIds":["847b99fa-dc50-413f-886e-d84af5cd3443","ffa58fe6-6a34-4609-bb97-ba289613bfa3"]},{"id":"934a9032-9a36-49e0-ba8d-98eff140fc60","fillingId":"463d9509-fcc8-4b76-830c-fc9b367c1a2a","value":"Comment example 2","creationDateTime":"2025-05-01T02:08:37.6005005+00:00","lastModifiedDateTime":null,"userId":"eb37932c-3efd-4f4a-9065-b130e294cf2e","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