Actions

Delete object by ID

Deletes a single object using its ID.

Configuration fields

Object Type

Required.

The type of object to delete.

Valid values are:

  • Access Level

  • Asset

  • Attribute Value

  • User

  • User Lightbox

  • User Lightbox Contents Asset

Input metadata

A dynamically generated list of required fields based on the selected Object Type.

Output metadata

A successful request returns an empty response.

Lookup Object by ID

Retrieves a single object using its ID.

Configuration fields

Object Type

Required.

Select the type of object to look up from the dropdown menu.

Valid values are:

  • Access Level

  • Asset

  • Asset Сontent

  • Asset Conversion

  • Asset Type

  • Attribute

  • Keyword

  • Attribute Value

  • Category

  • Embedded Data Mapping

  • User

  • User Lightbox

Input metadata

A dynamically generated list of required fields based on the selected Object Type.

Output metadata

Returns an object with the result of the lookup.

If the Asset content object type is selected, the result will include assetContentURL.

assetContentURL is a signed URL content type that serves the content and internalURL.

internalURL is a link to the file stored within the platform’s internal storage (Maester).

Lookup objects (plural)

Looks up a set of objects based on a defined set of criteria.

The results can be emitted in different ways.

Configuration fields

Object Type

Required.

Select the type of objects to look up from the dropdown menu.

Valid values are:

  • Access Levels

  • Assets

  • Asset Types

  • Attributes

  • Keywords

  • Attribute Values

  • Categories

  • Embedded Data Mappings

  • Users

  • User Lightboxes

  • Lightbox Contents

Emit behavior

Optional.

Select the object’s emit behaviour from the dropdown menu.

When set, this specifies how the resulting objects are emitted. It can take one of two values: Emit All or Emit individually.

Also, although this field is optional, it takes a default value of Emit individually. If no value is selected here, the default value is used.

Input metadata

A dynamically generated list of available criteria.

Output metadata

For Emit page mode: An object with the key results that has an array as its value.

For Emit Individually mode: Each object fills the entire message.

Make raw request

Allows for the execution of custom requests using the Assetbank REST API directly.

Configuration fields

Do not throw an error on a 404 Response

Optional.

Treats 404 Hypertext Transfer Protocol (HTTP) responses as non-errors.

If this is set, it must be set to one of two boolean values: true or false.

Also, although this field is optional, it takes a default value of false. If no boolean is set here, the default value is used.

Input metadata

URL

Required.

The relative path of the resource, appended to the base URL that was provided in the credentials.

This is the part of the path that goes after, for example, https://example.assetbank-server.com/assetbank-example/rest.

Method

Required.

Specifies the HTTP method for the request.

Request Body

Optional.

The request body content.

Output metadata

Status code

Required.

The HTTP response status code.

HTTP headers

Required.

The response’s HTTP headers.

Response body

Optional.

The HTTP response’s body.

Upsert object

This action updates an existing object or creates a new one, depending on the selected operation.

Configuration fields

Operation

Required.

Choose the operation to perform from the dropdown menu.

Two options are available: Update or Create.

Object Type

Required.

Select the type of object to update or create from the dropdown menu.

Valid values for Update are:

  • Access Level

  • Asset

  • Asset Content

  • User

Valid values for Create are:

  • Access Level

  • Asset

  • Asset Content

  • Attribute Value

  • User

  • User Lightbox

  • User Lightbox Content

Input metadata

A dynamically generated list of required fields based on the selected Object Type.

Output metadata

The result object from the Create or Update operation.