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
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":"a5ff2595-4bf2-427e-920a-af27e5237afd","fillingId":"2d4c363c-fa94-49d1-8dd3-5ccbce30c782","value":"Comment example 1","creationDateTime":"2025-07-28T20:42:22.259781+00:00","lastModifiedDateTime":"2025-07-29T20:42:22.259781+00:00","userId":"b39a9d10-3041-4698-856f-08b48e3ca249","mediaIds":["984a5500-172f-47a7-a88d-b9a3c47ac293","03e6fe15-7e7c-42cb-9394-d37bf3f0b1c7"]},{"id":"1ebc0507-a408-487c-b0ed-5f688be21362","fillingId":"ea8d5280-9c25-49e4-bcae-8cefa6c127b3","value":"Comment example 2","creationDateTime":"2025-07-28T20:42:22.259781+00:00","lastModifiedDateTime":null,"userId":"53b8e231-91d9-4c99-965a-88b7d8bc1b56","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