Relesys API Docs

v1.3

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesysapp.net/api/v1.3/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":"0c63d5ad-0892-4e4a-87ce-be55aef3c1ad","url":null,"fillingId":"ada8077e-8d08-4071-9d19-5e1ccfc893c4","fillingUrl":null,"userId":"58b4f60f-27eb-4788-9eef-b44f1aa25bbe","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-02-17T16:04:43.0187151+00:00","lastModifiedDateTime":"2026-02-18T16:04:43.0187151+00:00","medias":[{"id":"ab89b716-af82-4fb8-aaaf-fdebf61e9a8d","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ab6eec3e-8f45-434a-8554-f93749e02347","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"a05c21ae-8ff3-4ae6-8e99-64379b85df41","url":null,"fillingId":"7470c79c-fc03-41c5-844d-777353ebd397","fillingUrl":null,"userId":"92b93393-eddf-4ead-a80f-1958120d3776","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-02-17T16:04:43.0187151+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