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":"ba23bd54-dd04-4adf-8007-8b52a06c1dbc","formId":"91eb7faa-77d4-44f7-bf6b-702c1dd7ae32","stageId":"55b8cf67-53fd-4def-8531-1ffa94c6b6f0","pageId":"8cc8daf3-b119-4472-9e76-aaadcb1c2b1f","fillingId":"5c25297b-b2af-46cf-99ff-f9fd49d6661e","fieldId":"c0fc1677-b12e-460c-a230-5eb01829c188","creationDateTime":"2026-03-20T09:51:35.9548216+00:00","lastModifiedDateTime":"2026-04-04T09:51:35.9548216+00:00","userId":"d03e8727-f8c8-4c02-9a27-89ee0bb53ca9","values":[]},{"id":"1f105414-ff90-43c9-9517-cbe205708f19","formId":"77cdbcee-b0bc-47f8-8300-113491093549","stageId":"a591739c-c800-44eb-9705-3f4dca7bc51a","pageId":"038312d7-5e1b-4282-9ee7-02809dae870d","fillingId":"4908000a-5c1c-404b-866c-f9dcc61211fd","fieldId":"d4e60c60-fde3-4e85-a247-86d9320a0be3","creationDateTime":"2026-03-19T09:51:35.9548216+00:00","lastModifiedDateTime":null,"userId":"2c052da5-e078-4e05-b7ac-eab91166ad6d","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