Relesys API Docs

v1.1

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

Pages

Get Pages
GET /serviceforms/{serviceFormId}/forms/{formId}/pages
https://api.relesysapp.net/api/v1.1/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":"09ec474d-b98a-4f2b-ae31-0246e575c1de","formId":"415f2b06-61d5-4dcb-8549-9f9666fe4f48","stageId":"22c95fc9-c0b9-4c33-bc3c-e1ba78c28fa3","sortOrder":1,"name":"Service form page example 1","isVisible":true,"creationDateTime":"2024-10-03T23:39:55.6629604+00:00","lastModifiedDateTime":"2024-10-04T23:39:55.6629604+00:00"},{"id":"8f677f9f-c8d6-4caa-8af0-17786bfda25c","formId":"8102d546-b7a9-45ea-bd96-a8716000ea52","stageId":"066cd8e2-876a-42a9-b850-57d3dcf8f46d","sortOrder":2,"name":"Service form page example 2","isVisible":true,"creationDateTime":"2024-10-03T23:39:55.6629604+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