Relesys API Docs

v1

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

Answers

Get Answers
GET /serviceforms/{serviceFormId}/forms/{formId}/answers
https://api.relesysapp.net/api/v1/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":"e8dc84a2-a0a5-4a3d-9e9f-dd78d0a9e03c","formId":"15e6d6ff-5f0b-4ec6-8a2c-2e6481d76718","stageId":"cbc3130d-ab32-47f6-82dc-358671f7ce8f","pageId":"09a33188-26fc-4a71-95a6-1ad26fdd6fe6","fillingId":"2f05a0a9-4236-4b5b-aab7-17103aa8bc81","fieldId":"8dc24efd-aef0-41ea-b931-befea933418a","creationDateTime":"2026-04-02T12:54:10.6736874+00:00","lastModifiedDateTime":"2026-04-17T12:54:10.6736874+00:00","userId":"40d59467-18a7-4d20-b04b-cae004bd4920","values":[]},{"id":"b2ab6c1a-ad26-4a03-9bb3-e8f03b977741","formId":"ecc95034-fca0-4d9f-b8f1-38299092a0b8","stageId":"23888093-5608-429d-87df-7a29ae391847","pageId":"d8268eca-8ee3-474a-962c-ef826777deb1","fillingId":"1aa2a44e-a139-47ad-83ae-ef50e1fa47f3","fieldId":"585cb700-a16c-4d00-88ce-e888115ad6f5","creationDateTime":"2026-04-01T12:54:10.6736874+00:00","lastModifiedDateTime":null,"userId":"b19e50d7-3a33-4754-81db-cb94bbbea3e0","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