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":"a99a3b83-5176-4a97-9c26-4d54ec5af8e2","formId":"34a8eea7-cde5-4f0c-89a6-14c0e1adbe03","stageId":"3cee2bf8-3a93-4973-bc48-c77946145a8b","pageId":"619e9379-eed1-494d-b719-b0bad600b3ea","fillingId":"6f9e27f6-2236-4859-8f3f-da2cf3648798","fieldId":"b196881e-6b9e-4143-ab84-9ca2ab586204","creationDateTime":"2025-08-27T21:37:27.0016774+00:00","lastModifiedDateTime":"2025-09-11T21:37:27.0016774+00:00","userId":"085f5909-1a0c-45b1-8f8e-8152703d1490","values":[]},{"id":"434a1eea-30ec-4b97-84e6-257b3a563c6d","formId":"2b90dd82-b4f8-4bc4-aa4a-fa3f2370e4a2","stageId":"0cf9c0c3-7fe7-4b33-8f9b-a344bbaa29a3","pageId":"c269de6f-f410-4101-b99d-b3bdfa704c25","fillingId":"df387fc4-e63b-4cd0-82b6-1a8569719bef","fieldId":"03e6414a-5b9f-4e0b-b066-ff7ef9aa42b7","creationDateTime":"2025-08-26T21:37:27.0016774+00:00","lastModifiedDateTime":null,"userId":"2dbbc0aa-88df-4279-bc29-76bdfc8d074a","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