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":"54aa62ea-4d14-4b58-9ffa-90ce5e07810d","formId":"c6ecd71e-653b-4e29-89ec-a32155bd014e","stageId":"2b7f8666-4613-4068-ab0f-69dfd82f669a","pageId":"d639929f-de56-4cf9-b884-fffb58939d48","fillingId":"ed0b665f-14e0-4f87-b7d3-cd5fc3dd8be6","fieldId":"4cbf1e3d-00bd-413c-a8f6-9cc6ed679387","creationDateTime":"2026-09-08T10:03:34.9699577+00:00","lastModifiedDateTime":"2026-09-23T10:03:34.9699577+00:00","userId":"d3449dc3-dbb3-43cc-913f-042aa23bc6aa","values":[]},{"id":"4e35a428-fff5-4079-95cc-a3cf83b2122a","formId":"48d088dd-95e0-4ce2-97bb-b4e95fb79681","stageId":"35ff6ff2-5715-4846-98de-66c9f1be4476","pageId":"76a87afb-b078-41a5-be65-8bdf04e0bd40","fillingId":"5166dc76-d7b5-474a-b21b-9812c71acf96","fieldId":"059e882a-e7c3-4d7a-bca0-3146a76a8e61","creationDateTime":"2026-09-07T10:03:34.9699577+00:00","lastModifiedDateTime":null,"userId":"6b240763-578d-4e67-989c-2c33982875e2","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