Actions
Delete object by ID
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
-
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.
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.
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
-