Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Answers

Get Answers
GET /serviceforms/{serviceFormId}/forms/{formId}/answers
https://api.relesysapp.net/api/v1/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":"3f67f619-7b90-40c9-b0c3-f190455f6c1a","formId":"728c7326-0fc5-46a2-80bf-a7353fa7302b","stageId":"ca0bd188-75a6-4587-b1a1-e03664f6bdeb","pageId":"3b26c48e-8aab-4312-ab9f-00a55ae38ba7","fillingId":"f896bcb9-054f-46af-b3ea-2811d3b9e02e","fieldId":"d28cdd1f-2526-44dc-a823-86128f459889","creationDateTime":"2026-04-30T15:53:41.4065653+00:00","lastModifiedDateTime":"2026-05-15T15:53:41.4065653+00:00","userId":"55b99b82-72e8-46e6-937e-7993fc337cc4","values":[]},{"id":"1f437bfd-d198-41c3-a9ff-da8ccb1cda51","formId":"82e6585f-0131-4f54-8295-fd4ed1b88453","stageId":"b9757f59-dca7-4531-9321-990a5a9990bb","pageId":"e6fac1ff-1e4b-4b06-be4d-2edfa6e40ce5","fillingId":"4b2eb863-4fab-4145-b006-aabfc3a912f2","fieldId":"869744d8-8d20-4cd8-9947-8eb9d26211ac","creationDateTime":"2026-04-29T15:53:41.4065653+00:00","lastModifiedDateTime":null,"userId":"dd007efc-9e42-4a3e-bc21-729a83e9cc57","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