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":"c3bd246e-d1cf-4ee9-be5d-774e77ec6b48","url":null,"feedbackId":"b5dda0ea-d585-4702-88ef-009845c5ddc6","feedbackUrl":null,"parentCommentId":"ca003dbe-9f37-4598-8d23-90318ee983c7","parentCommentUrl":null,"userId":"9a490a66-1f8d-4c62-bce0-2b413277ac53","userUrl":null,"creationDateTime":"2024-10-21T13:59:42.8122897+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"501cc19a-a775-40fa-aa06-73c911370a49","url":null,"feedbackId":"727abc26-f5df-4c05-ae5c-49bc8e08f4d4","feedbackUrl":null,"parentCommentId":"45007a75-5316-4502-8814-75fb79d77532","parentCommentUrl":null,"userId":"df5b5a06-f150-48b7-be2b-60e7ef9e9473","userUrl":null,"creationDateTime":"2024-10-21T13:59:42.8122897+00:00","lastModifiedDateTime":"2024-10-22T13:59:42.8122897+00:00","medias":[{"id":"9628dc06-1cc4-4030-a78d-6ac9f2507bff","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