Relesys API Docs

v1.3

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

Filling Feedback

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedback
https://api.relesysapp.net/api/v1.3/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":"c5df920b-c6d4-4f03-b325-79a39b5293e4","url":null,"fillingId":"f6a32a03-f866-4f38-8ae5-9b0ee1ce9beb","fillingUrl":null,"userId":"874444c1-4eb4-4d1d-b014-c3644d0778a3","userUrl":null,"creationDateTime":"2024-09-10T08:50:01.2404523+00:00","lastModifiedDateTime":"2024-09-12T08:50:01.2404523+00:00","rating":3},{"id":"e807e91c-dbe9-45c1-8b9a-ac41c9a03014","url":null,"fillingId":"de398ab3-a5e6-4a11-9374-0ddd8a1c4eae","fillingUrl":null,"userId":"557d8ff8-d9d5-429f-bf40-c8ff16e3eebe","userUrl":null,"creationDateTime":"2024-09-10T08:50:01.2404523+00:00","lastModifiedDateTime":"2024-09-12T08:50:01.2404523+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