PPylon Developers
ApiOrganizer Pages

Get page

Returns a page with draft content.

GET
/api/organizer/v1/sites/{siteId}/pages/{pageId}
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

siteId*string
Formatuuid
pageId*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X GET "https://loading/api/organizer/v1/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08/pages/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
  "title": "string",
  "slug": "string",
  "status": "string",
  "sortOrder": 0,
  "contentByLocale": {
    "property1": "string",
    "property2": "string"
  },
  "draftContentByLocale": {
    "property1": "string",
    "property2": "string"
  },
  "seoByLocale": {
    "property1": {
      "title": null,
      "description": null,
      "canonicalUrl": null,
      "robots": null,
      "ogTitle": null,
      "ogDescription": null,
      "ogImage": null,
      "ogImageAlt": null,
      "ogType": null,
      "ogLocale": null,
      "twitterCard": null,
      "twitterTitle": null,
      "twitterDescription": null,
      "twitterImage": null,
      "schemaType": null,
      "schemaJsonLd": null
    },
    "property2": {
      "title": null,
      "description": null,
      "canonicalUrl": null,
      "robots": null,
      "ogTitle": null,
      "ogDescription": null,
      "ogImage": null,
      "ogImageAlt": null,
      "ogType": null,
      "ogLocale": null,
      "twitterCard": null,
      "twitterTitle": null,
      "twitterDescription": null,
      "twitterImage": null,
      "schemaType": null,
      "schemaJsonLd": null
    }
  },
  "draftSeoByLocale": {
    "property1": {
      "title": null,
      "description": null,
      "canonicalUrl": null,
      "robots": null,
      "ogTitle": null,
      "ogDescription": null,
      "ogImage": null,
      "ogImageAlt": null,
      "ogType": null,
      "ogLocale": null,
      "twitterCard": null,
      "twitterTitle": null,
      "twitterDescription": null,
      "twitterImage": null,
      "schemaType": null,
      "schemaJsonLd": null
    },
    "property2": {
      "title": null,
      "description": null,
      "canonicalUrl": null,
      "robots": null,
      "ogTitle": null,
      "ogDescription": null,
      "ogImage": null,
      "ogImageAlt": null,
      "ogType": null,
      "ogLocale": null,
      "twitterCard": null,
      "twitterTitle": null,
      "twitterDescription": null,
      "twitterImage": null,
      "schemaType": null,
      "schemaJsonLd": null
    }
  },
  "publishedAt": "2019-08-24T14:15:22Z",
  "publishedVersion": null,
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "parentPageId": null,
  "depth": 0
}
{
  "code": "string",
  "message": "string"
}