v1
latestOpenAPI 3.0.02026-07-2466275257.1 KBbannerContentStandard
List Banner content standard details
Retrieves Banner content standard details.
get/v3/banner-content-standards
Query parameters
namespacestring required
The unique identifier of the namespace.
idstring
The unique identifier of the Content Standard.
namestring
The name of the Content Standard.
offsetstring
The number of records to skip before starting to return results. Must be a non-negative integer.
limitstring
The maximum number of records to return in a single response. Must be a positive integer.
Response
Banner content standard details.
Example response
{
"contentStandards": [
{
"id": "Abcd-101",
"namespace": "Dev11",
"retailerTeamId": "2c96709a-47a7-45cd-837c-b3c241cf62a",
"websiteAddress": "http://abc.com",
"displayName": "Shampoo Ad",
"pdfFileId": "F1230UFH",
"displayLogoFileId": "ABCD274HY",
"slotConfigurations": [
{
"slotId": "Abcd-101"
}
],
"altTextLengthLimit": "10",
"textLengthLimit": "10"
}
]
}