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":"995a21a4-1468-4205-8613-a67fbe5351ef","formId":"d4b27468-40ae-4757-957a-de01de129999","stageId":"3c327429-8742-4e06-9457-0acf277e1c82","pageId":"2dcc1292-7064-4640-a2a1-fa23018bdaea","fillingId":"fc3b5962-38cd-4dbd-9908-a99f2025456f","fieldId":"1a840ae7-5e87-4ac4-abbb-e0c5b47b2c95","creationDateTime":"2026-02-05T20:59:14.3387683+00:00","lastModifiedDateTime":"2026-02-20T20:59:14.3387683+00:00","userId":"ee3e7110-1ef4-42c1-9c95-e6e3fe241eed","values":[]},{"id":"d38e6167-54a0-498b-8d23-7859a06a65d7","formId":"de3dcaea-5179-431d-abd5-72301693ed7b","stageId":"16519c11-a2ea-4abc-b8d3-528cefe6da99","pageId":"77254518-6a80-4751-98bd-b6fc9ec7cbce","fillingId":"8ed820e7-6e9a-4965-9dc7-8bddb66b118f","fieldId":"ff1aeb83-6514-4d28-9633-6a3b98f6c41a","creationDateTime":"2026-02-04T20:59:14.3387683+00:00","lastModifiedDateTime":null,"userId":"82ebee0f-d7e1-4492-b6ca-d8bd8dd92272","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