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":"80a234e5-3eda-4845-b0c4-0a07c2ae9318","formId":"62c9d596-41e4-4408-b323-5b59f780cb6d","stageId":"d874dc4d-16f6-4889-80df-2314bd2b03d8","pageId":"75934f74-421d-40da-b708-6a3887d1308b","fillingId":"f7cc369e-c5d4-4df7-9443-fe02af5fa88d","fieldId":"9fd099d7-972f-4229-a8f7-d14f1e585132","creationDateTime":"2026-05-23T14:58:02.8316069+00:00","lastModifiedDateTime":"2026-06-07T14:58:02.8316069+00:00","userId":"a7f3ad89-d8b4-4666-9af8-e45f89f9d6fc","values":[]},{"id":"5835e6ec-69b8-41ae-81bd-47b40a8a2385","formId":"8827808f-2b12-4996-8340-2dab2b433dad","stageId":"a9384185-2996-4522-9c64-2f8849067844","pageId":"f2de6e44-0fca-4f1a-ae80-e5514cb24744","fillingId":"7aabee79-0ac9-4696-82c2-eeb9782a8053","fieldId":"bea3d06c-fc28-426a-b330-813f9ef97bc8","creationDateTime":"2026-05-22T14:58:02.8316069+00:00","lastModifiedDateTime":null,"userId":"f65eb11e-d1d9-40cb-b865-8737028e2e3d","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