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":"399f77a6-0b1e-4382-a777-7659ac7862ec","formId":"bb8fcc08-b244-4cb0-afea-d9049345ad87","stageId":"04739055-7cc9-4b9d-8fb4-ec08b97073cd","pageId":"629f4e16-b7ac-4402-ae4a-d8f3080d9d65","fillingId":"bebf6059-4882-4f26-bb00-0f861cd458bf","fieldId":"896de19b-40ac-463e-9cc0-04cb795d4d74","creationDateTime":"2026-07-18T07:50:54.8504753+00:00","lastModifiedDateTime":"2026-08-02T07:50:54.8504753+00:00","userId":"f9c2a97d-f537-4361-8f23-5f5491928c2f","values":[]},{"id":"85e979f4-689f-41c7-a29a-39447cc04e03","formId":"6cf1b4ec-f47f-4877-b458-b2ca4405d09b","stageId":"7a690aa1-3bd7-461a-92ed-28e2344d7750","pageId":"a45d3af3-8ff9-4f9a-b38c-ed76f7b9abe5","fillingId":"537662cb-758a-46cb-817f-32d9752b0ad2","fieldId":"ae4f30b9-3e97-44c6-87e8-765608e61bfa","creationDateTime":"2026-07-17T07:50:54.8504753+00:00","lastModifiedDateTime":null,"userId":"54f0e0f7-69f3-4648-b695-9028bc17256e","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