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":"06145af1-c791-4f4b-8f10-d703659a68f6","formId":"3ebfc6a7-04f2-4631-a425-db38ba9586e5","stageId":"7948b68b-3e9a-4bf5-b68e-d56216330176","pageId":"daf03908-a15d-4b69-897d-4f0b5f84963a","fillingId":"a01a9023-0f87-46d9-a876-16db09315c9e","fieldId":"c2d000f1-ab49-4ca3-93de-6387b4fc7238","creationDateTime":"2025-12-26T22:51:20.6250057+00:00","lastModifiedDateTime":"2026-01-10T22:51:20.6250057+00:00","userId":"e23f2105-14db-4c79-a293-2b0927659de3","values":[]},{"id":"c2f6a801-3bb4-451f-bc9f-b1d9cebaf24f","formId":"70e85e27-abd1-476c-9377-bb1f20d01cba","stageId":"2c869f90-38ad-47f4-971b-432891f73054","pageId":"b68083f6-612e-4bc1-8fb2-34de89fef109","fillingId":"4ec0ade7-2de6-49ad-b6b2-8957e3447bed","fieldId":"cba137db-c170-43e0-b7fa-e3174e8a7169","creationDateTime":"2025-12-25T22:51:20.6250057+00:00","lastModifiedDateTime":null,"userId":"19d915d1-266c-4751-9938-3fa34a12db9d","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