Transform
Add a transform with the given site_id, template_id, name and config. It
returns the created object including fields like id, created_at,
updated_at.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
A successful response.
An unexpected error response.
List all transform templates. If site_ids are specified, returns only
templates for transforms in the given sites. If include_config_format is
set, will return config formats for each of the templates.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
Whether to include config format in return value.
Filter on transform template name. This is not user display name.
Filter on transform template versions.
A successful response.
An unexpected error response.
List all transforms, filtered based on site_ids, transform_ids and
status. This API is paginated and returns values [offset, offset +
page_size). site_ids is mandatory. Transform's config is returned if
include_config is set. Filters out deleted transforms, unless
transform_ids or statuses types provided.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
Whether to include config in return value.
Filter on transform display name.
A successful response.
An unexpected error response.
Add a set of transforms, each with the given site_id, template_id, name and
config. It takes a list of transforms and the created transforms in the
same order. The created object returned includes fields like id,
created_at, updated_at. Either all creates succeed or all of them fail. If
all fail, then the returned list is empty.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
A successful response.
An unexpected error response.
Last updated
Was this helpful?

