Light Mode
Advertisement Details
GET
/advertisements/{advertisements_id}Last modified: 16 days ago
This endpoint allows you to list an existing advertisement post by passing the advertisement_id
as a path parameter.
Request
Path Params
advertisements_id
integer
required
Advertisement ID. List of Advertisement ID can be found here.
Request samples
Responses
Success(200)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"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"
]
}
}
Last modified: 16 days ago