Relesys API Docs

v1

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

Pages

Get Pages
GET /serviceforms/{serviceFormId}/forms/{formId}/pages
https://api.relesysapp.net/api/v1/serviceforms/{serviceFormId}/forms/{formId}/pages
Get a list of pages related to 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
id string / guid Filterable optional
isVisible boolean Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
name string Filterable Sortable optional
stageId 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":"918c7aab-0ad0-47ed-b919-17016b843330","formId":"3b6e6cf8-9775-4d1f-9151-9c479ab394dc","stageId":"98ca8445-06e6-4abc-bfad-fc22899578a5","sortOrder":1,"name":"Service form page example 1","isVisible":true,"creationDateTime":"2025-05-01T02:13:41.808007+00:00","lastModifiedDateTime":"2025-05-02T02:13:41.808007+00:00"},{"id":"9f7a0458-5487-46ee-9f91-caa6e6e38e0e","formId":"69c51f47-a687-4628-8962-1165f1423225","stageId":"ebcd4ec5-3d60-4d91-86bf-b28da65ceebe","sortOrder":2,"name":"Service form page example 2","isVisible":true,"creationDateTime":"2025-05-01T02:13:41.808007+00:00","lastModifiedDateTime":null}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   formId string / guid      
   id string / guid      
   isVisible boolean      
   lastModifiedDateTime datetimeoffset      
   name string      
   sortOrder integer      
   stageId string / guid      
  nextUrl string      
  previousUrl string