The Aprimo API Single Record Data Block is not normally edited by end users and is part of the standard Assette-Aprimo stand-up.
The Aprimo API Single Record (Aprimo_api_single_record) Data Block gets the thumbnail URL parameter for a single thumbnail.
General Info #
Field | Value |
---|---|
Name | Aprimo_api_single_record |
Block Category | Interface |
Block Type | API Call |
Data Category | None |
Output Type | Data Table |
Dependencies #
None
Example Definition #
{
"api_fowarder_key": "Aprimo",
"method": "GET",
"path": "record",
"queryTemplate": "/{{id}}/image/thumbnail",
"jsonpath_for_data": "$"
}
#
Example Parameter Request #
{
"id":"ca0c9cad0bce42e4bf55acd0013dbb69",
"action":"thumbnail"
}