v1

latestOpenAPI 3.1.02026-07-24251250397.8 KB
transformations

Get a transformation project

Retrieves a specific transformation project by ID

get/v2/sites/{site_id}/transformation_projects/{project_id}/

Path parameters

site_idstring required

Unique identifier for a resource

Example:Ny05CEfj

Unique alphanumeric ID of the site

project_idstring required

Unique identifier for a resource

Example:Ny05CEfj

Unique alphanumeric ID of the transformation project

Response

Project successfully retrieved

idstring

Unique identifier for a resource

site_idstring

Unique identifier for a resource

type'project'

Resource type identifier

createdstring date-time

Timestamp when the project was created

last_modifiedstring date-time

Timestamp when the project was last modified

status'needs_review' | 'disabled' | 'partially_published' | 'published'

Computed status based on the states of assets within the project

Example response

{
  "id": "Ny05CEfj",
  "site_id": "Ny05CEfj"
}