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":"b662a247-3a74-4914-9372-e7dbf9b6c3d8","url":null,"fillingId":"e54a8139-8d88-4d85-a5a0-5aca879e6024","fillingUrl":null,"userId":"9c53ec8b-9811-45c7-aa18-e8817093e619","userUrl":null,"creationDateTime":"2024-07-25T07:02:01.8204896+00:00","lastModifiedDateTime":"2024-07-27T07:02:01.8204896+00:00","rating":3},{"id":"72bcb7d5-3486-4a13-8420-f9d80622cb56","url":null,"fillingId":"3a5b87f0-6459-4cfa-b4a9-65ce23a410a4","fillingUrl":null,"userId":"df628b72-61f3-4e14-8de4-f7b9c9071ed0","userUrl":null,"creationDateTime":"2024-07-25T07:02:01.8204896+00:00","lastModifiedDateTime":"2024-07-27T07:02:01.8204896+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