Advertisement Details
GET
/advertisements/{advertisements_id}This endpoint allows you to list an existing advertisement post by passing the advertisement_id
as a path parameter.
Request
Advertisement ID. List of Advertisement ID can be found here.
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
Advertisement ID
Advertisement Title
Advertisement Description. 🌐 Support multi-language
Which pages should the advertisement appear on
{
"status": 200,
"success": true,
"data": {
"id": 2142305900,
"title": "جميع المنتجات ستتوفر مرة أخرى بعد العيد",
"description": "توفر المنتجات",
"type": {
"id": 1032561074,
"name": "category",
"link": null
},
"style": {
"icon": "sicon-braille-hand",
"font_color": "#ffffff",
"background_color": "#9d8383"
},
"expire_date": {
"date": "2022-01-21 00:00:00.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"pages": [
"all"
]
}
}