Relesys API Docs

v1.2

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.relesysapp.net/api/v1.2/serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
Get a list of answer feedback comments for the form with ID formId

Please note: This endpoint is only available if feedback is enabled on the module, the form and on the field itself.
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
feedbackId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
parentCommentId string / guid Filterable 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":"2382d2cd-80d4-4662-8efc-4a36423f9f66","url":null,"feedbackId":"667a7d23-e5f6-4beb-96fa-9f23f63d2ce7","feedbackUrl":null,"parentCommentId":"c2508706-439a-4755-99a9-cda2656023b3","parentCommentUrl":null,"userId":"7cdf9f76-4c8f-459f-a81b-4b75a6c9d798","userUrl":null,"creationDateTime":"2024-04-26T23:18:33.5506501+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"7bcd25f4-d0a9-4e77-994d-2e0d83747ce7","url":null,"feedbackId":"da3fe85c-7d49-4f3d-960f-1f28287dc86b","feedbackUrl":null,"parentCommentId":"17cb4ece-bb36-4aba-bc10-c74a7a1058c3","parentCommentUrl":null,"userId":"4bd8188a-49ab-4456-9705-28626e5002d3","userUrl":null,"creationDateTime":"2024-04-26T23:18:33.5506501+00:00","lastModifiedDateTime":"2024-04-27T23:18:33.5506501+00:00","medias":[{"id":"d1708c85-7fbb-4d53-9dc5-68c2ec1aee0f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}],"locales":[{"culture":"da-DK","text":"Text example 2"},{"culture":"en-GB","text":"Text example 3"}]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   feedbackId string / guid      
   feedbackUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    text string      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   parentCommentId string / guid      
   parentCommentUrl string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string