Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Answers

Get Answers
GET /serviceforms/{serviceFormId}/forms/{formId}/answers
https://api.relesysapp.net/api/v1/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":"07a33345-daba-49c4-9e76-dee655680fb7","formId":"94b4cf75-e592-4d87-b05d-da321d19ac25","stageId":"aa4d13e3-e055-425b-ac8f-6c935a0af014","pageId":"23ec1e04-9765-4c94-a3fa-bf18f56e44b4","fillingId":"9c3f73e8-e91f-4bd8-b414-df92c2b86c38","fieldId":"13470671-5c92-48a2-9c38-914f2cf818fd","creationDateTime":"2025-04-17T01:41:37.3057191+00:00","lastModifiedDateTime":"2025-05-02T01:41:37.3057191+00:00","userId":"f7c8da64-d19a-498c-94d6-c384408788a2","values":[]},{"id":"93afbbb4-e8bb-4dcd-836a-e5d827168006","formId":"44d0f095-6faf-402b-883e-9562feb5a8ce","stageId":"77c33fbf-2a48-4839-89f8-d375d4214d55","pageId":"2ad3f756-3ca0-426b-9f2a-aa8b06b5937a","fillingId":"34fe3b59-3a9f-4b83-8da0-0c6ea514fad8","fieldId":"1ba23616-deba-4ce3-9333-eadc04866b19","creationDateTime":"2025-04-16T01:41:37.3057191+00:00","lastModifiedDateTime":null,"userId":"1923ff7e-78a9-42bf-9684-d759341be4b8","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