Lấy chi tiết nội dung dạng video
HTTP request
- URL: https://openapi.zalo.me/v2.0/article/getdetail
- Method: GET
- Content Type: application/json
- Reponse Type: text/json
Sample
https://openapi.zalo.me/v2.0/article/getdetail?id=<ARTICLE_ID>
Tham số header
Tham số | Kiểu dữ liệu | Tính bắt buộc | Mô tả |
|---|---|---|---|
| access_token | String | Yes | Xem hướng dẫn lấy access_token ở đây. |
Tham số
Tham số | Kiểu dữ liệu | Tính bắt buộc | Mô tả |
|---|---|---|---|
id | String | Yes | Id của bài viết video muốn lấy thông tin chi tiết |
Respond
{
"error": 0,
"message": "Success",
"data": {
"description": "This is news",
"comment": "New",
"id": "a45424s214ddertd214g",
"avatar": "url_image",
"type": "video",
"title": "News",
"video_id": "7f8c46bf7bfa94cbeb",
"status": 3
}
}