Relesys API Docs

v1.1

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

Filling Comments

Get Filling Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
Get a list of comments for the filling with ID fillingId
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
serviceFormId string / guid required
formId string / guid required
fillingId 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
type string 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":"4fddef0d-ca3b-45b1-8ad8-f74343da6b50","fillingId":"f28cf6e5-baa9-4cc6-bf00-a1ead03a69e4","value":"Comment example 1","creationDateTime":"2024-10-03T23:35:56.2016426+00:00","lastModifiedDateTime":"2024-10-04T23:35:56.2016426+00:00","userId":"1bf4ec7e-2c89-4658-9691-b23c0c766304","mediaIds":["b19c358e-002c-4b69-93f0-57a0aff179e1","95129cf3-09ef-4d18-b3b3-77e255af5771"]},{"id":"362ede75-79fb-4ec3-8cc7-8b4c807a9aa0","fillingId":"7f91ce57-91fe-4e7a-aa5b-53bb5462de5e","value":"Comment example 2","creationDateTime":"2024-10-03T23:35:56.2016426+00:00","lastModifiedDateTime":null,"userId":"e3ead3c4-461e-4ad1-8bec-b53807b249e3","mediaIds":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   mediaIds array[string / guid]      
   userId string / guid      
   value string      
  nextUrl string      
  previousUrl string