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":"5371de6e-1263-4e73-b69c-a8eae333b2ad","formId":"9d325323-0104-456f-80ed-c40c6512ac42","stageId":"f8969534-c58c-4444-907e-303d48713c04","pageId":"74adee5b-6977-4811-9b60-e5c26756360e","fillingId":"32cc15ae-8f23-4094-8a94-7b28bd10fbc4","fieldId":"25e3284c-d405-4f23-964c-aa53ee488070","creationDateTime":"2025-09-18T19:29:45.9646163+00:00","lastModifiedDateTime":"2025-10-03T19:29:45.9646163+00:00","userId":"995e5be6-1559-481c-abae-2b83ac7619f6","values":[]},{"id":"2c87dbf0-7fde-4e94-8993-b292036c259c","formId":"88f0fe28-6c87-4d79-a3c7-72f1c35cc3c1","stageId":"a4d51695-d0c3-4ee3-b7a8-016e617d076e","pageId":"4880dc29-4e12-4fe1-b440-5441095298f6","fillingId":"9380ec9a-aa55-4136-832e-e52901407268","fieldId":"90b21f88-aa6a-4b35-9a2a-3d0f27165ca0","creationDateTime":"2025-09-17T19:29:45.9646163+00:00","lastModifiedDateTime":null,"userId":"3c2134b0-8eaa-47f5-981b-f51e08722515","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