Returns the published
Studio Tree.
Tree slug matching example. Append slugs to the URL to navigate the tree - e.g.
/studio/tree/photographers or
/studio/tree/hair-make-up/make-upGET /sdk/studio/containers/:id
Single container details - includes contents (portfolios) with tag_list property for element selection. Use the Studio Tree to access examples of this endpoint.
GET /sdk/studio/containers/with_assets/:id
Single container details - includes contents (portfolios) with tag_list property for element selection. Also includes all assets inside immediate children contents. Use the Studio Tree to access examples of this endpoint.
GET /sdk/studio/content/:id
All published assets in a content (portfolio). Use the Studio Tree to access examples of this endpoint.
Returns the first two levels of published containers (disciplines and artists), includes artist details and a single unpublished content tagged with "slideshow" immediately in the artist container (for use as hover-over material).
Returns the contents of a top-level unpublished container tagged with "featured" and it's published portfolios and assets. This endpoint also accepts a "name" query string parameter that can narrow the results to just one named container if multiple are tagged as "featured".
Returns all published contents, associated artist and cover asset data.
Index of all published pages.
GET /sdk/pages/:id
One page by UUID. Includes content. Use the Pages index to access examples of this endpoint.
GET /sdk/pages/by_slug/:slug
One page by slug. Includes content. Use the Pages index to access examples of this endpoint.
GET /sdk/pages/by_prefix/:prefix
Index of of all published pages with a given *name prefix* - i.e. `Job*` or `Location*`. Includes content. Use the Pages index to access examples of this endpoint.
Index of all published news items.
GET /sdk/news/:id
One news item by UUID. Includes content. Use the News index to access examples of this endpoint.
GET /sdk/news/by_slug/:slug
One news item by slug. Includes content. Use the News index to access examples of this endpoint.
Session and Instance details