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":"693ef39e-8fbe-4c07-a07e-b09a1f751c73","formId":"2bd12f30-748f-4392-9cec-7ec3fbc082e4","stageId":"d03d8513-a37d-4b68-9152-a9bbfe2da2a9","pageId":"3d193c24-3052-49b5-833e-79f81bf47446","fillingId":"77478db8-6e5b-408c-b8e5-1da3f2f9d986","fieldId":"a6fbfdf9-a5bc-4f11-bc98-4e5b62b69270","creationDateTime":"2026-03-20T11:23:59.5216346+00:00","lastModifiedDateTime":"2026-04-04T11:23:59.5216346+00:00","userId":"7361ddb6-b60e-4b64-840f-ee1b01592323","values":[]},{"id":"29b86cc7-ef48-45c2-8d3f-4e1012b92ce3","formId":"791bf455-2673-41b4-8fb1-723be063592f","stageId":"bfe0720f-06c7-477a-9d5b-8976303cc092","pageId":"f0cfcfde-0c4c-4942-8791-9f6b4c245652","fillingId":"cff0f2c3-34e2-40c0-ae36-7687b96d2eac","fieldId":"0ec25cfb-2835-4512-8259-70ec4624af63","creationDateTime":"2026-03-19T11:23:59.5216346+00:00","lastModifiedDateTime":null,"userId":"d9854dad-267d-42b3-a0da-86e8219d5143","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