Platform

get
Responses
200
OK
get
GET /v2/e01/platform/health HTTP/1.1
Host: 
Accept: */*
200

OK

No content

get
Query parameters
urlstringOptional
Responses
200
OK
application/json
get
GET /v2/e01/platform/routes/settings HTTP/1.1
Host: 
Accept: */*
200

OK

{
  "ActionId": "123e4567-e89b-12d3-a456-426614174000",
  "PageId": "123e4567-e89b-12d3-a456-426614174000",
  "CoreAbout": {
    "Heading": "text",
    "Body": "text"
  },
  "CustomAbout": {
    "Heading": "text",
    "Body": "text"
  },
  "Breadcrumbs": [
    {
      "Text": "text",
      "Url": "text"
    }
  ],
  "DisplayCalendar": true,
  "ActionTitle": "text",
  "FullWidth": true,
  "Errors": [
    {
      "Code": 1,
      "Summary": "text",
      "Description": "text",
      "Data": {
        "ANY_ADDITIONAL_PROPERTY": "text"
      }
    }
  ]
}
get
Responses
200
OK
get
GET /v2/e01/platform/version HTTP/1.1
Host: 
Accept: */*
200

OK

No content

Was this helpful?