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":"6c6f83b0-faeb-47f8-95b4-b4dacdb93b4b","fillingId":"0f6a4a8e-67ab-490d-9ed4-616297615334","value":"Comment example 1","creationDateTime":"2026-08-01T08:59:41.6319632+00:00","lastModifiedDateTime":"2026-08-02T08:59:41.6319632+00:00","userId":"ad5cc6b2-fcd5-405b-a972-64bc948cbf8d","mediaIds":["526e3ae6-cf55-469a-861c-83edc856cf5e","112c2184-160b-4e2f-afa1-3acd4a404ce9"]},{"id":"763482bb-ba7f-46ea-93ba-3689515e1e85","fillingId":"7561fd08-184e-42e6-8ffe-8a6afd9d8bf5","value":"Comment example 2","creationDateTime":"2026-08-01T08:59:41.6319632+00:00","lastModifiedDateTime":null,"userId":"b2471d69-ea79-4998-b2b5-12f2bea78288","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