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":"2b03f3d4-219d-4a64-9d7a-8944007bb381","formId":"ab9e9f73-2b64-4548-b4c2-1e174ac4e4d7","stageId":"2b29a402-5a7c-427f-8a26-67117a50d5b7","pageId":"89776a27-badd-4d43-8821-612f1eed5108","fillingId":"2d86c415-caa4-43d9-aa32-74f533b1b446","fieldId":"8e6116f3-5479-4588-a308-098084c78278","creationDateTime":"2026-01-16T07:54:50.6259798+00:00","lastModifiedDateTime":"2026-01-31T07:54:50.6259798+00:00","userId":"1bac2e05-68a3-4c39-b527-a45fdf8d427c","values":[]},{"id":"828ef697-1012-4a84-822f-e6c3f3deaecb","formId":"79fdf879-bebb-44c9-92cc-c2edee3fba31","stageId":"34dda44f-6772-4d36-80e8-ffa14afffe6a","pageId":"f747747e-7f20-403a-bc9b-a53f8c80a3f2","fillingId":"ec7075f4-27b1-486a-a317-77fba052e79f","fieldId":"17e5674b-af2a-4f68-92eb-f7c08f57ac3b","creationDateTime":"2026-01-15T07:54:50.6259798+00:00","lastModifiedDateTime":null,"userId":"41277a42-83ab-450a-b4cf-2371e462f586","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