Introduction, Definitions, Conventions

Asset prefixes - image / video sizes

SDK endpoints

Studio (container/content tree)

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-up
GET /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.

Pages (content blocks)

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.

News

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.

Misc

Session and Instance details