Relesys API Docs

v1.3

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.relesysapp.net/api/v1.3/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":"f871d610-e712-49dc-b2bd-b8c5bd3a587a","url":null,"feedbackId":"db7ffe0d-ce14-4de0-b65f-5a55fa9b4cbd","feedbackUrl":null,"parentCommentId":"848d915d-affa-48bd-a559-3130b91ba555","parentCommentUrl":null,"userId":"0e8d73d3-1686-4305-adb5-645762a91208","userUrl":null,"creationDateTime":"2024-07-26T07:01:49.6609747+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"efee2165-8180-4ff9-8b37-c0a94f6ac0fa","url":null,"feedbackId":"b970e6fc-60b6-4b9c-8982-bceafb5a6683","feedbackUrl":null,"parentCommentId":"74aa6aed-4007-4a3c-8ae3-27f469eed94d","parentCommentUrl":null,"userId":"4794a8b0-c0ca-4960-a404-3872c441556e","userUrl":null,"creationDateTime":"2024-07-26T07:01:49.6609747+00:00","lastModifiedDateTime":"2024-07-27T07:01:49.6609747+00:00","medias":[{"id":"17145bad-ba71-4448-8e85-752f419c9b37","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