Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesysapp.net/api/v1.4/serviceformModules/{moduleId}/forms/{formId}/fillingComments
Get a list of filling comments for the form with ID formId
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
moduleId string / guid required
formId 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
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":"97cae982-be7e-4e40-90e3-4c0e14c70eeb","url":null,"fillingId":"567117f1-b607-4a77-a8dd-0f35e07b838f","fillingUrl":null,"userId":"8c69ae0f-ba09-40ae-9f95-5eccda51a4a6","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-09-19T10:10:38.9794108+00:00","lastModifiedDateTime":"2026-09-20T10:10:38.9794108+00:00","medias":[{"id":"a9d81376-80b4-40f9-b327-1f8892113c92","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"58986332-2347-4176-8c1f-f32d673cf2ef","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"7e828e61-38a5-45ba-a348-3a42df21217a","url":null,"fillingId":"f7a0bf26-ce4d-41ef-9603-577018d4238a","fillingUrl":null,"userId":"42971d1b-0498-408c-89e5-d53ba2590efc","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-09-19T10:10:38.9794108+00:00","lastModifiedDateTime":null,"medias":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   text string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string