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":"b527f64e-794a-43f2-bd2c-169cf5854ba3","formId":"3671ba1d-7146-41c5-9f0d-10f28acd5d7e","stageId":"8dc952f5-363e-4a54-b461-30ce2925a2d3","pageId":"ae44d6bb-df05-4c73-954b-bbd6f1b9bcd6","fillingId":"641108b7-f193-47c5-a831-224a67ecb5d8","fieldId":"db53b227-6555-45f1-86b8-d6c4a30cfe98","creationDateTime":"2025-10-12T18:51:57.7153112+00:00","lastModifiedDateTime":"2025-10-27T18:51:57.7153112+00:00","userId":"ca42ee33-5da0-45bb-879d-4c06bc8ddcce","values":[]},{"id":"816ebb89-dac6-4019-a941-591f9f215c2f","formId":"977e05a9-a272-42f3-a663-7ab825364d10","stageId":"fcb6753a-0426-4283-b873-6b30af87ca85","pageId":"9692d15d-d314-48c4-a309-5334b9daf346","fillingId":"a2d2a446-493e-4fbf-8b1a-d31740adaa9f","fieldId":"6c187d41-5740-42ec-bbf5-ec6fa9a18016","creationDateTime":"2025-10-11T18:51:57.7153112+00:00","lastModifiedDateTime":null,"userId":"cfb8be9d-3f95-480e-8d85-4b439efd5645","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