Relesys API Docs

v1.1

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

Answers

Get Answers
GET /serviceforms/{serviceFormId}/forms/{formId}/answers
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/answers
Get all answers for the form with ID formId.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
serviceFormId 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
pageId string / guid Filterable optional
stageId 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":"d775aa9b-ada1-4652-a23e-9b1526a39f56","formId":"23d3211f-7c37-4064-98fd-c849183f72d2","stageId":"0340ef25-9fd4-4785-90dd-56a53235f6e8","pageId":"c685d5e4-a26e-46a6-9a7e-7b46293b1a5b","fillingId":"aa4d200d-2bd8-4065-a946-33a256996c9f","fieldId":"89489ee0-2493-440f-abc5-7f966fe0a890","creationDateTime":"2024-09-19T23:43:08.840685+00:00","lastModifiedDateTime":"2024-10-04T23:43:08.840685+00:00","userId":"4b08ee82-578a-44d9-9f8b-5360715a090d","values":[]},{"id":"fad71f20-649a-4252-8add-a2eb450bd6e7","formId":"03532a9a-6ad9-4dec-be0b-e351087af9c7","stageId":"2411e019-7e3b-4b1f-a3dd-5da32a1e4984","pageId":"2633f4ff-7e65-4984-b1d8-c611afae74f7","fillingId":"d4dc8c09-b709-4b4b-89e1-b44f0cb7c846","fieldId":"11571696-46ce-4141-91d2-f2cbefa660d7","creationDateTime":"2024-09-18T23:43:08.840685+00:00","lastModifiedDateTime":null,"userId":"452d45e9-9571-41b6-9c37-512fcd4ff0fe","values":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fieldId string / guid      
   fillingId string / guid      
   formId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   pageId string / guid      
   stageId string / guid      
   userId string / guid      
   values array[string]      
  nextUrl string      
  previousUrl string