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":"8b4618a9-be8d-4cdf-97f9-9e625d174508","formId":"e0e69bff-b9d7-45d0-8111-827643e7e747","stageId":"b9780619-e629-4386-9a50-2867992d5d6b","pageId":"f4b75c2e-d734-46e6-a86d-31610c44748b","fillingId":"19558f67-5dca-4c40-8493-5f5a4ea4a87c","fieldId":"dd9da9cb-631f-4957-bea1-bc56bcd1dda4","creationDateTime":"2026-04-10T09:32:51.1367192+00:00","lastModifiedDateTime":"2026-04-25T09:32:51.1367192+00:00","userId":"badb7755-c81b-4bff-935d-2a5a4bec174a","values":[]},{"id":"b6e1ca3a-1352-4e33-8091-b91dabdc8146","formId":"bccd0422-93bd-4eb2-a80a-f099c50aa56b","stageId":"fee853a9-3bb4-4673-8d43-7b44f0b4fa1e","pageId":"07a3d9eb-4524-4946-918f-45cea3ad9178","fillingId":"d21aeb16-1c87-4644-adb4-cc6eafb90f3a","fieldId":"1d1a56b1-34e7-4f28-84b7-8b80c2b403bc","creationDateTime":"2026-04-09T09:32:51.1367192+00:00","lastModifiedDateTime":null,"userId":"4e71685a-0529-4000-ae3a-afe67ba9377d","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