Relesys API Docs

v1.2

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesysapp.net/api/v1.2/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":"a27d1efb-766b-415e-9480-085f555560c3","url":null,"fillingId":"7429c8c6-3e62-4aa2-831d-8fc99a0fcc85","fillingUrl":null,"userId":"121f43d2-1715-4131-b3c3-e56836fdf725","userUrl":null,"text":"Comment text example 1","creationDateTime":"2024-04-26T14:18:09.2560281+00:00","lastModifiedDateTime":"2024-04-27T14:18:09.2560281+00:00","medias":[{"id":"e144eed0-ee59-4dcc-a469-50fca878c6fd","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"2a82cf65-0eae-4ccb-b2bc-73e382988ac9","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"29d1c5a8-83b0-4408-8e9e-0d4621259cf9","url":null,"fillingId":"b91dc932-2f46-4ad6-94f3-217745fb5bf0","fillingUrl":null,"userId":"15c79e08-40f2-4931-a984-99f9b9e7bfbb","userUrl":null,"text":"Comment text example 2","creationDateTime":"2024-04-26T14:18:09.2560281+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