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":"3f836258-c3f6-45e6-b8c2-3784e283c5c9","fillingId":"6f7d8074-9a0b-4cad-ade8-4a99b6963e3e","value":"Comment example 1","creationDateTime":"2026-04-24T07:48:01.3149691+00:00","lastModifiedDateTime":"2026-04-25T07:48:01.3149691+00:00","userId":"cefb2563-8ae9-49fa-a83e-83b852413556","mediaIds":["291c5af1-f119-4797-9b1a-6bd5511f2be5","f04ee0c2-c566-47cb-8443-b64be151bb88"]},{"id":"f61a7199-3a2b-48e7-8682-9c8c1645abc5","fillingId":"f653e82f-2157-4d99-ad01-fd10f59581d4","value":"Comment example 2","creationDateTime":"2026-04-24T07:48:01.3149691+00:00","lastModifiedDateTime":null,"userId":"70476585-7875-4ad1-a1af-9e7dac23c396","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