Relesys API Docs

v1.2

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.relesysapp.net/api/v1.2/serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
Get a list of filling feedback 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
rating integer 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":"6269fa61-fbeb-4534-aff0-40ca23705e13","url":null,"fillingId":"113c40d8-a0d9-4ebc-9875-b9296c31a2b5","fillingUrl":null,"userId":"7825a701-1a55-467a-8232-3debdd450039","userUrl":null,"creationDateTime":"2024-04-26T00:03:34.4045275+00:00","lastModifiedDateTime":"2024-04-28T00:03:34.4045275+00:00","rating":3},{"id":"5a09d47e-3fe3-42ee-bded-b7172b20cbb4","url":null,"fillingId":"03a6ae7e-1f7c-4721-9594-10273720e04f","fillingUrl":null,"userId":"f545e8b8-4498-4ea3-8132-7d5ba46bda79","userUrl":null,"creationDateTime":"2024-04-26T00:03:34.4045275+00:00","lastModifiedDateTime":"2024-04-28T00:03:34.4045275+00:00","rating":2}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   rating integer      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string