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":"93b56855-c2f8-491c-936a-172f99316a2a","formId":"db0c4198-e23a-420f-abb4-dcadeb25e6a0","stageId":"f11facce-f68e-4a53-b697-098c7115171d","pageId":"a2684535-4d49-4b84-8f59-9ffbd0a2ff3c","fillingId":"2e1af971-4b7f-45ed-a33b-96fdf1a5fea6","fieldId":"b37812f7-37ff-4cbc-bf1d-31c9edeffd1b","creationDateTime":"2025-07-14T20:34:04.363497+00:00","lastModifiedDateTime":"2025-07-29T20:34:04.363497+00:00","userId":"9fce6eff-7f9d-41a2-8fae-3d9aae9cef34","values":[]},{"id":"3e796b06-a00d-416a-81a1-514821a9d4ff","formId":"7b951787-8fbe-4143-a2b9-ad98c45a5246","stageId":"e8e28d11-960a-4b37-adcb-33136da8740f","pageId":"9e4ed927-3a76-447b-9323-ecdc47e82f57","fillingId":"0d2cdfa3-29b5-42a1-b57e-57c01c3c3d0d","fieldId":"603403c1-4ed8-4102-aaf7-ca21eb206028","creationDateTime":"2025-07-13T20:34:04.363497+00:00","lastModifiedDateTime":null,"userId":"3d276bc1-e240-4990-93e8-be9319d45c71","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