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":"2219bbca-ba9a-4bf8-a18b-714d1633e0f1","formId":"451194a8-ccf5-46a2-ad49-32e6df2df6c8","stageId":"ae2c08a1-4cb4-4634-9c8d-2edaab917fda","pageId":"5ff5b2ea-80bc-4924-a630-b59327147b14","fillingId":"8e8de007-b3b7-4fee-93bc-c68bf2bba919","fieldId":"d1c5c256-1c6e-48eb-9463-4d01255dc3aa","creationDateTime":"2026-02-27T17:31:31.7322864+00:00","lastModifiedDateTime":"2026-03-14T17:31:31.7322864+00:00","userId":"3d13a873-2327-434d-8d5c-9fce754a7f21","values":[]},{"id":"8302ef18-dd4e-4603-8fa9-d5605a9b2f5c","formId":"9c7dc42b-a6c7-482a-a992-85446cc6e0ee","stageId":"85c74b68-1060-4a6d-99b2-0d0a0ba830ae","pageId":"1fc0ea28-d140-4836-8618-c8efbfcf8fb1","fillingId":"46d606b6-82b5-46f9-bafc-7a0193b35312","fieldId":"6020d338-ef89-4343-8ddd-e468ca854171","creationDateTime":"2026-02-26T17:31:31.7322864+00:00","lastModifiedDateTime":null,"userId":"995df8b2-9456-4c2b-b14c-9a356807ada5","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