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":"1b3950a2-f31a-44a6-ad51-757c5c0e2a73","formId":"2b187293-15d7-4db3-b7fd-300191fd9eb6","stageId":"37913afa-4ba8-4b61-b0fb-eac4e72c0d72","pageId":"d3170978-c2fc-4b91-82f0-53a46e5b615b","fillingId":"62f7d1c8-07c2-48fe-a15e-ea394689f87c","fieldId":"e66f96f6-ab90-46c9-9fc2-0a3d4146e108","creationDateTime":"2026-01-16T06:29:58.1105572+00:00","lastModifiedDateTime":"2026-01-31T06:29:58.1105572+00:00","userId":"9fce9a28-46a2-402f-a40e-32c3582d4fb4","values":[]},{"id":"1a6438a9-7f14-4a18-8f4b-9441c61babf6","formId":"916a596a-9389-4fc3-b260-d54a512039f3","stageId":"6f60542c-d93a-45f4-bdf9-d33fbd339622","pageId":"8f4cd243-cd18-4af1-be50-f373d0f3aaa3","fillingId":"6b7f9489-0d33-407e-894c-7c792b1ce2d5","fieldId":"1e3aab3e-3b1c-4738-9f87-5d45da68cf12","creationDateTime":"2026-01-15T06:29:58.1105572+00:00","lastModifiedDateTime":null,"userId":"3e241458-9a60-4857-9421-c23bcc623510","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