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":"a883d677-6c9f-4fd4-950b-ee3e31d03919","formId":"89c6787e-c17a-4c5c-818c-3885759d2ccc","stageId":"ee6b70ee-06f5-4a7f-813d-14c186781eeb","pageId":"7c0384c5-49d7-4ca1-92f5-32d7055a717c","fillingId":"b06f3fba-957f-4812-b085-28b1f8115fad","fieldId":"be7ebbac-84e2-4638-b797-988d7c228244","creationDateTime":"2025-05-29T17:16:45.8157644+00:00","lastModifiedDateTime":"2025-06-13T17:16:45.8157644+00:00","userId":"725d9ebe-1eaa-44a9-9775-6ca6fa97ad90","values":[]},{"id":"e551e0ca-c515-43ef-9d14-46be16f6a145","formId":"3a0ba446-7c0a-4cec-a8db-e37ee660dcbd","stageId":"59167313-21db-46af-85b6-328b08ccc017","pageId":"8a32950a-6e65-4a4a-8536-98f042b02348","fillingId":"1177499d-1e13-459b-acde-b8f36a418d8a","fieldId":"2620be92-eab3-4ccd-abf6-84a70dd38d64","creationDateTime":"2025-05-28T17:16:45.8157644+00:00","lastModifiedDateTime":null,"userId":"3fd1b051-cb84-40cb-a9af-b53f67d600d8","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