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":"c9ecc067-986e-4025-84fc-c7bb93171c3f","fillingId":"5d49220d-eaee-4991-bf6c-8db1c3eb351c","value":"Comment example 1","creationDateTime":"2026-04-03T11:15:27.7043173+00:00","lastModifiedDateTime":"2026-04-04T11:15:27.7043173+00:00","userId":"61b1cae9-83dd-4126-99a2-6d861f588619","mediaIds":["58fd8477-bf46-43ab-a9be-69c2b002e99f","40fb4df0-4afd-4e25-952e-80e48c1dc637"]},{"id":"893bf3b0-fb74-4db7-b24c-3af8dda72d76","fillingId":"ab8319b0-0d8c-4080-9211-ab63b4cefc38","value":"Comment example 2","creationDateTime":"2026-04-03T11:15:27.7043173+00:00","lastModifiedDateTime":null,"userId":"b675fd87-f805-4589-82b3-aebcfa4b8250","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