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":"9c6ba346-dde4-42a2-b50c-ce5403fd7d86","formId":"a1757a8d-1c11-4ff5-8e9e-d6794a592e16","stageId":"bc2e7e03-9bf6-4904-bcb2-b3644007145e","pageId":"a50ca8e1-cca0-42b6-b4ed-eff53cf8af78","fillingId":"5decd10a-d489-4573-babb-b657e4ce6b23","fieldId":"1cf9a306-eed2-4b26-88a0-83de6d32f1fc","creationDateTime":"2025-06-19T02:00:21.2410067+00:00","lastModifiedDateTime":"2025-07-04T02:00:21.2410067+00:00","userId":"77c45d68-f3fd-4d3b-b57c-b6d8b34f625d","values":[]},{"id":"990629d6-2122-4341-9499-39eb771eb9e4","formId":"e6b93b81-611a-4911-babd-008fdfa3f1fb","stageId":"7d5010e2-1259-4d11-b28c-c94e28cca315","pageId":"8419ee03-5d05-466b-8cf5-ed3e16a8b72f","fillingId":"3721ac45-b0e2-4b29-a9de-f18404f004cf","fieldId":"b4e5a1e8-e6c4-4d1e-a48e-dc8342bc2095","creationDateTime":"2025-06-18T02:00:21.2410067+00:00","lastModifiedDateTime":null,"userId":"3ee4a3ea-f760-4577-9a59-ffca30364751","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