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":"d5a05847-50cb-4dfa-80e5-31e0581b4598","url":null,"fillingId":"9ebda2d2-9c4f-4e04-a889-f30520535393","fillingUrl":null,"userId":"349c4e46-0d67-4c13-ab38-241e8a26ef84","userUrl":null,"text":"Comment text example 1","creationDateTime":"2024-07-26T08:03:33.1559238+00:00","lastModifiedDateTime":"2024-07-27T08:03:33.1559238+00:00","medias":[{"id":"62aae71a-56c0-4cd2-ad10-bd81afb8afa5","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a6d03304-1058-4215-bf5d-83284c7391ba","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"3529aca4-e923-4e8d-ab35-267c6ba93178","url":null,"fillingId":"6398dd77-1264-4078-a24d-6d48ca688489","fillingUrl":null,"userId":"0c62b1f3-6508-4d16-8e65-cbf5be044135","userUrl":null,"text":"Comment text example 2","creationDateTime":"2024-07-26T08:03:33.1559238+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