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":"d73ea3ee-b183-4eb9-82c9-28eafe9e5ee1","url":null,"fillingId":"497ee0eb-98d3-428d-9a3b-51ceb683515b","fillingUrl":null,"userId":"434497a6-752b-47ba-8afd-d1c582adb33a","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-04-24T09:07:37.8107348+00:00","lastModifiedDateTime":"2025-04-25T09:07:37.8107348+00:00","medias":[{"id":"49f2f38f-6397-420c-b9bd-202d4f3c9a15","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"dde29185-ce4c-46a9-ae7c-9b58bac94de6","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"d2a6d296-7945-4f65-bd46-6ee7194f6846","url":null,"fillingId":"c844d954-9940-49c7-a365-382023cbc1ce","fillingUrl":null,"userId":"6232f734-f252-44a4-afa4-fcb6f8dafe25","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-04-24T09:07:37.8107348+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