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":"6c39e2ee-9d53-4713-8c75-d9bc004019f8","url":null,"fillingId":"97acee35-f712-4332-99fb-b306cafa520a","fillingUrl":null,"userId":"4299f01d-fdbc-4463-a114-367ef594039e","userUrl":null,"text":"Comment text example 1","creationDateTime":"2024-10-21T13:59:42.0466491+00:00","lastModifiedDateTime":"2024-10-22T13:59:42.0466491+00:00","medias":[{"id":"dd70efd3-8c8e-4d72-b8ed-780f4c5294e3","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e6508656-bb05-401d-a447-a944354429b2","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"0cce7fe1-2cbc-4aff-94cd-23c10fb80822","url":null,"fillingId":"42370c85-e279-4001-92c1-1ee02f24f7a5","fillingUrl":null,"userId":"e7e5a8ea-ebf5-4d88-96d7-1c69516a7907","userUrl":null,"text":"Comment text example 2","creationDateTime":"2024-10-21T13:59:42.0466491+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