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":"5921fff8-b3cb-48d0-b662-af9539b0ebc2","formId":"a8a88c0e-3cc2-467e-b58a-bf3cc5db14ac","stageId":"304e35ed-786e-49c3-a151-2e48601dc97e","pageId":"7447ac73-e59f-4963-8f1b-6add56678a35","fillingId":"ecb75013-3bef-4b2b-98d1-b348b647ee96","fieldId":"bca19fed-24e2-4892-aabb-0f25907479d4","creationDateTime":"2026-04-30T16:30:41.3606104+00:00","lastModifiedDateTime":"2026-05-15T16:30:41.3606104+00:00","userId":"d4e95ca7-0447-45c1-aab7-13387e58fd7a","values":[]},{"id":"d9700c58-7a55-43e4-be72-e0da4b789fed","formId":"de73086d-b885-4328-9aba-2d87fb47ab10","stageId":"53234dda-0447-40ec-844f-009413979420","pageId":"71b11446-4afb-4c80-98d7-da8e2101ea9f","fillingId":"fa81004e-5649-4d4c-9c29-8f9813c4d106","fieldId":"c3a1c555-4399-421b-844a-de8490016a28","creationDateTime":"2026-04-29T16:30:41.3606104+00:00","lastModifiedDateTime":null,"userId":"68b38a86-e86c-4364-8ed6-a489ac6b10a9","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