The Image Library Data Block is a standard Data Block for Aprimo integration and not edited by end-users.
The Aprimo Image Library (ImageLibrary) Data Block is used to list of images according to given filter parameters within the Assette application.
General Info #
Field | Value |
---|---|
Name | ImageLibrary |
Block Category | Transform |
Block Type | Python |
Data Category | None |
Output Type | Data Table |
Dependencies #
Data Block Name | Description |
---|---|
ContentEnv | Content Environment, static value |
Aprimo_api_records | API key forwarder |
Example Request Parameters #
{
"PageSize": 10,
"PageNumber": 1,
"Category": "Value",
"ImageName": "Value"
}