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":"e4f0889a-f172-486a-953f-b6a00a557f28","formId":"e0937d01-ee13-4fed-9017-253be0ed1fe2","stageId":"30264319-f4fe-49d2-86b0-348deff32516","pageId":"fcb024f9-544c-40dc-af75-3f3439f440d0","fillingId":"10383f8c-3d5a-4a7e-be0d-94a6e4d5a6f5","fieldId":"2ea1ed1e-2ae7-417e-9a27-9aedd3e02787","creationDateTime":"2026-06-28T00:35:49.1708608+00:00","lastModifiedDateTime":"2026-07-13T00:35:49.1708608+00:00","userId":"cfeede3d-db65-4adb-948a-a2e74f665158","values":[]},{"id":"eb2c43bc-81f1-4a23-a553-7e8abb8a017d","formId":"589d6fcc-a606-4e52-bd37-d365402234f3","stageId":"317c5d4d-e046-4f71-aea2-c595aeb56336","pageId":"a43bbb5b-cdff-4acd-9f63-ed33aa9ae2b5","fillingId":"721e9a07-9e81-4646-bb48-9e19b365a7c0","fieldId":"641fd4cd-1651-4396-a324-46a4a8400187","creationDateTime":"2026-06-27T00:35:49.1708608+00:00","lastModifiedDateTime":null,"userId":"182d7fee-a148-4704-b2a4-71b85112e682","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