The Aprimo_api_records (Aprimo_api_records) Data Block is a System Data Block and not required to be edited.
The Aprimo API Records (Aprimo_api_records) Data Block functions as an API key forwarder for the Assette-Aprimo integration. This block is set up by Assette after the client has provided a valid public API key from Aprimo. This Data Block can be edited.
General Info #
ield | Value |
---|---|
Name | Aprimo_api_records |
Block Category | Interface |
Block Type | API Call |
Data Category | None |
Output Type | Data Table |
Editable | True |
Dependencies #
None
Columns #
None
Example Definition #
{
"api_fowarder_key": "Aprimo",
"method": "POST",
"path": "search/records",
"bodyTemplate": "{\"searchExpression\":{\"expression\": \"contentType = ? and File.Version.FileType.Kind = JPG and Contentstatus = 'Released'\", \"parameters\": [\"{{ImageName}}\"]},\"logRequest\": true}",
"jsonpath_for_data": "$"
}