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":"934d2473-c783-43d2-bade-d7bb33b1ea01","url":null,"fillingId":"ab883f2f-56b3-464e-88fb-38d4b3b35147","fillingUrl":null,"userId":"150535b3-e0f5-47c4-be5c-1cf301cc49d1","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-03-03T11:10:49.6717806+00:00","lastModifiedDateTime":"2025-03-04T11:10:49.6717806+00:00","medias":[{"id":"ad8bda10-b663-4f11-9291-3f28958b7d5f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"6e3c22d1-cf98-4ebb-9123-b8674a1d885e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"d97c997d-7a38-4b3a-af1e-20e9c7d2f30a","url":null,"fillingId":"a2eb4c75-f6b5-4361-852c-995be4e960af","fillingUrl":null,"userId":"beeb9ef8-4caa-49b9-9132-eb3cd53c364c","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-03-03T11:10:49.6717806+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