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":"12a971b6-9ce6-4371-b5b3-2ff456d49bbc","formId":"7fc7161d-9e62-4638-b390-4ada58e7bd15","stageId":"dc416ce2-8a4c-4c45-8aeb-232cfcc5b00d","pageId":"14d8fb61-43e3-4de1-bcac-123618b306f6","fillingId":"c54d50a2-a180-406a-a12d-a53c270750f6","fieldId":"9a4458ec-ce1f-449d-a550-fe6ee99c88cf","creationDateTime":"2025-08-05T03:06:30.0931957+00:00","lastModifiedDateTime":"2025-08-20T03:06:30.0931957+00:00","userId":"dd89b45d-9471-4d5c-8633-c63b2b1a7dc9","values":[]},{"id":"2db31d0b-f3df-49b9-bb51-a464e0f2cbdb","formId":"bf5ea6e8-3550-4ceb-98cc-b015a6062beb","stageId":"200bfc68-d179-451d-9319-0bf238dc1661","pageId":"573bc2ec-6c31-49d2-a52a-0d33eb9b3be7","fillingId":"581d519c-cad3-4bdb-80c6-e511826a807e","fieldId":"c126e115-1d91-43d2-9fe0-b47bca19fe45","creationDateTime":"2025-08-04T03:06:30.0931957+00:00","lastModifiedDateTime":null,"userId":"aea930c2-7a27-4652-a0ca-d3f8c8a252e5","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