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":"ddc4be15-07ee-4edb-883e-2e959ef3eba2","formId":"112d263a-490d-4a88-a068-e66ea36a9a54","stageId":"f68319f5-4245-4b2a-99bd-bedf0cb5a215","pageId":"5f0cdb6b-1319-47d9-afd7-70c18f6940ec","fillingId":"34067952-45a2-4ede-9381-1251a3de356e","fieldId":"f823d38b-13b2-4cf3-bc41-57a4cada8141","creationDateTime":"2026-08-16T02:23:29.8473775+00:00","lastModifiedDateTime":"2026-08-31T02:23:29.8473775+00:00","userId":"e735217d-f82e-4867-b0e6-abbc26f7ec94","values":[]},{"id":"13a951e0-87e6-4d88-9b80-aa688b863e7b","formId":"833b5a0f-dcf7-4533-904f-586ab1e843a7","stageId":"fce57cdb-75fe-46e0-a0d9-db4be2bb9787","pageId":"fc1c1607-6b86-45a7-a127-37fd68192efd","fillingId":"a55fef6c-08ff-49b4-b71e-5b842ebbcbf7","fieldId":"c9b05809-4c4e-470d-a543-f734b0fad2f6","creationDateTime":"2026-08-15T02:23:29.8473775+00:00","lastModifiedDateTime":null,"userId":"fd1d2744-5a12-4546-b762-d1d029529fe8","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