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":"3799b02f-ca67-4cea-bf24-345cedb37733","formId":"48f93f28-3bdf-4f68-af45-66895062626a","stageId":"0e41fe13-2ea7-4722-ac3d-902fad788c7a","pageId":"828aaa95-a4ea-4626-9917-4714bc64c882","fillingId":"7f8887af-36e1-4d70-8d2f-cdc5798b7ecc","fieldId":"59241906-8b3b-4580-9c20-a517cda69ee7","creationDateTime":"2026-06-27T23:23:01.3244317+00:00","lastModifiedDateTime":"2026-07-12T23:23:01.3244317+00:00","userId":"b367523f-1ef8-48f0-ba12-bd249f874056","values":[]},{"id":"aa4c785c-1fc0-4e8a-97e7-962949ecd233","formId":"a34146b4-a4ac-4e4e-af97-8a16c9afbbfe","stageId":"19b05afc-3827-43bc-b997-97b4f1168495","pageId":"430dbeb2-6473-48e9-854f-318b0efb7e03","fillingId":"54dcd735-fa38-4462-90c0-78ebb16397cb","fieldId":"50a8e438-4249-4d09-9b11-1c0af1bb7ddb","creationDateTime":"2026-06-26T23:23:01.3244317+00:00","lastModifiedDateTime":null,"userId":"a30a83d1-abc3-4cee-a608-c76caa872c9f","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