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":"713bcd97-f6cc-461b-b9b9-8b363b2bf713","fillingId":"9c2a0a70-1881-4375-b462-7a32b7f2bee7","value":"Comment example 1","creationDateTime":"2026-04-03T09:44:46.5263426+00:00","lastModifiedDateTime":"2026-04-04T09:44:46.5263426+00:00","userId":"03a71cf9-8605-4d6b-a91c-346641e228f6","mediaIds":["63cc6f90-11aa-4732-a9ef-35245df48e7f","80b80651-c139-4313-85c3-e215809cf556"]},{"id":"a597c4be-ca8e-44ae-83e1-d715084d4c59","fillingId":"32d1cc17-71c1-4fdf-ab9d-a7b4235fa216","value":"Comment example 2","creationDateTime":"2026-04-03T09:44:46.5263426+00:00","lastModifiedDateTime":null,"userId":"b1bea304-2806-44b9-a523-6d98bd44bde9","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