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":"cf79012d-edea-4bbf-9b8c-ee9ebf78e57e","formId":"68a2816c-b5a1-4d1d-aaff-859e95b9b852","stageId":"1134ae9d-75f3-429e-bca1-f084842f363c","pageId":"4e134529-6a52-4bb7-b194-801cbfb54e31","fillingId":"b18289dc-634b-4e1e-95d7-65124eeafa34","fieldId":"c96fffcc-ab8d-4d13-abca-96e19a35c768","creationDateTime":"2026-04-10T07:59:35.242783+00:00","lastModifiedDateTime":"2026-04-25T07:59:35.242783+00:00","userId":"445e95e6-2311-49be-ae8b-9c4e93555751","values":[]},{"id":"1b0af37e-3876-41e4-923e-9e2f496b35be","formId":"88dbe240-6fec-4506-97fa-69eb08b192fb","stageId":"d6a1b2b0-87f5-4a61-9f89-0ea8543b3ec9","pageId":"e508aa4b-fbd7-41be-bd8b-381fb9c44992","fillingId":"bd6e896e-ff38-40e5-8cde-e628b002e109","fieldId":"8e8582f0-b486-4e4d-80af-871a9d920f2e","creationDateTime":"2026-04-09T07:59:35.242783+00:00","lastModifiedDateTime":null,"userId":"e1e40f2f-6ddb-40f5-803c-96b3000386eb","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