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":"0b468252-1c3a-4a6a-a1d7-3c9ca7f09fb7","fillingId":"55ca8a44-8845-4097-97cc-fae955b87f91","value":"Comment example 1","creationDateTime":"2026-07-11T23:16:41.3869621+00:00","lastModifiedDateTime":"2026-07-12T23:16:41.3869621+00:00","userId":"4e204159-4001-4d22-9d08-fbfb28aaefa1","mediaIds":["06b3807d-e07e-4a71-b3f1-5e15057bd9e6","c00d0b7f-8a89-4c08-8a7f-d33db3364f14"]},{"id":"6ed3dc92-a85d-43b6-b06b-81cb3e001387","fillingId":"8ed2a423-fdd2-4f30-a6ac-d744fe626adb","value":"Comment example 2","creationDateTime":"2026-07-11T23:16:41.3869621+00:00","lastModifiedDateTime":null,"userId":"0e7a2d2b-6dfc-4d6c-b5e0-6bc28ded3769","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