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":"85f83df9-0b56-428f-a77a-16be0b5ca30c","fillingId":"2c0d8225-6bc8-4fe6-ab08-bce016f6d19a","value":"Comment example 1","creationDateTime":"2025-07-03T01:24:27.8183807+00:00","lastModifiedDateTime":"2025-07-04T01:24:27.8183807+00:00","userId":"c3f8337d-2ddf-4f94-bbcd-2dfa0a108db6","mediaIds":["812304ec-c61d-43ad-ad16-ed877ef32d8b","94cc96ba-2ab7-4781-81cd-b227f3baf7fb"]},{"id":"bc8cdf8c-0877-46ea-8bd8-ae755b867aaa","fillingId":"94c49753-f661-4e8f-af89-d068610bcca4","value":"Comment example 2","creationDateTime":"2025-07-03T01:24:27.8183807+00:00","lastModifiedDateTime":null,"userId":"57462f51-5c0c-421d-a480-098f7a1ddfa2","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