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":"9724def6-603c-4c1f-a08d-07a3fe356413","formId":"ea8f0962-fa1f-411e-b7c1-fcd316dbc834","stageId":"5b4dfd60-d10b-4dde-8789-783eb65f84d5","pageId":"757b577b-63fc-4708-92ab-e3586e99c76b","fillingId":"9c0ab751-50ec-4d76-a089-684c8d4753a6","fieldId":"9cc885f4-12fa-4db4-b17b-c34957f5175f","creationDateTime":"2026-04-30T15:24:19.8747687+00:00","lastModifiedDateTime":"2026-05-15T15:24:19.8747687+00:00","userId":"ea4f85e6-ccb8-4cfd-8044-559f3d4af902","values":[]},{"id":"d333eb4f-1990-4e1a-b000-dcacc117e601","formId":"c701de01-57c8-401a-97fa-75681cd19ead","stageId":"fbfb94b1-db18-4d03-ad9d-c8d6e7e3d794","pageId":"d4f33a88-46dd-4501-828b-5ba71318b62c","fillingId":"93c6cc7e-30f9-4080-8716-97abbf7dd462","fieldId":"63917585-a4ed-49a1-8812-7d102f0a583d","creationDateTime":"2026-04-29T15:24:19.8747687+00:00","lastModifiedDateTime":null,"userId":"86ebe321-bc24-4c4e-a4c4-4def318b1173","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