Relesys API Docs

v1.2

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

Answers

List
GET /serviceformModules/{moduleId}/forms/{formId}/answers
https://api.relesysapp.net/api/v1.2/serviceformModules/{moduleId}/forms/{formId}/answers
Get all answers for the form with ID formId.

Depending on type the fields value, valueUrl and locales will be set.
value and locales will never be set at the same time.
valueUrl will only be set if the answer references another entity and then value will be set and be of type guid.
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
fieldId string / guid Filterable optional
fillingId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset 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":"dd523ef1-06a6-47e0-be18-94175476a17e","url":null,"fillingId":"03e45912-ba9b-4d11-99f2-9f249696dee7","fillingUrl":null,"fieldId":"f518339d-4994-4e40-9d99-29c323498d15","fieldUrl":null,"userId":"0159e1af-6427-4d8e-be55-d9a37bd90f62","userUrl":null,"creationDateTime":"2024-04-12T20:02:20.2276153+00:00","lastModifiedDateTime":"2024-04-27T20:02:20.2276153+00:00","type":"DataList","refType":"","value":"26d4b1fb-4606-4460-87c6-cd8a422bce16","valueUrl":null,"locales":[]},{"id":"7cc66313-096d-4263-95e7-faa90f488603","url":null,"fillingId":"f4108c60-d6af-4298-ba17-1ffd3ae2657d","fillingUrl":null,"fieldId":"6ee23041-74df-422d-912d-5492031b5c3c","fieldUrl":null,"userId":"6a261925-22ec-4415-874d-88158b0ec89f","userUrl":null,"creationDateTime":"2024-04-11T20:02:20.2276153+00:00","lastModifiedDateTime":null,"type":"DateTime","refType":"","value":"Answer example 1","valueUrl":null,"locales":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fieldId string / guid      
   fieldUrl string      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    text string      
   refType string      
   type string      
   url string      
   userId string / guid      
   userUrl string      
   value string      
   valueUrl string      
  nextUrl string      
  previousUrl string