Skip to Content
Dohana đã có bản cập nhật API mới nhất!
Tài liệu APIVideoChi tiết video

Chi tiết video

💡
GET /partner/video/:slug

Tính năng này dùng để lấy thông tin chi tiết của video dựa trên slug của video đó.


slug
string
required
Được lấy từ trường slug của API danh sách video.
ENDPOINTS
GET
/partner/video/:slug
RESPONSE
200
{ "video": { "id": "d7c491aa-b1fa-4240-974d-3ac0a3d5fd9e", "storeId": "112c4d7b-68b3-4564-bb09-5cd383d01b6c", "duration": 7, "startTime": "2025-03-07T02:48:12.948Z", "orderCode": "DHN-ieuew", "prepareCode": null, "metadataId": "4ee399b5-268f-4f86-b573-724ff474ce49", "metadataCam2Id": "8177aca8-232d-44d5-a7fb-db9cec4931df", "metadataCompleteId": null, "status": "ACTIVE", "slug": "qkqvyuwb", "type": "prepare", "ownerOrg": "admin", "referralBy": null, "ownerStore": "9bd919d2-8c89-418e-9dee-e3001fbdc151", "createdAt": "2025-03-07T02:48:24.193Z", "updatedAt": "2025-03-07T02:48:24.193Z", "deletedAt": null, "deletedTimeline": "2025-03-27T02:48:24.377Z", "createdBy": "9bd919d2-8c89-418e-9dee-e3001fbdc151", "driveLink": null, "convertTime": null, "metadataComplete": null, "metadata": { "id": "4ee399b5-268f-4f86-b573-724ff474ce49", "userId": "9bd919d2-8c89-418e-9dee-e3001fbdc151", "storeId": "112c4d7b-68b3-4564-bb09-5cd383d01b6c", "ownerStore": "9bd919d2-8c89-418e-9dee-e3001fbdc151", "fieldName": null, "originalName": "vvxNI3.mp4", "encoding": "utf-8", "mimetype": "video/mp4", "size": 1771714, "destination": "N/A", "filename": "e763d939-631f-4ebf-b01e-7e34d15bcd95.mp4", "path": "N/A", "status": "ACTIVE", "bucketName": "dhn-test", "system": "vndata", "createdAt": "2025-03-07T02:48:22.246Z", "updatedAt": "2025-03-07T02:48:22.246Z", "deletedAt": null }, "metadata2": { "id": "8177aca8-232d-44d5-a7fb-db9cec4931df", "userId": "9bd919d2-8c89-418e-9dee-e3001fbdc151", "storeId": "112c4d7b-68b3-4564-bb09-5cd383d01b6c", "ownerStore": "9bd919d2-8c89-418e-9dee-e3001fbdc151", "fieldName": null, "originalName": "U5SnZH.mp4", "encoding": "utf-8", "mimetype": "video/mp4", "size": 1538471, "destination": "N/A", "filename": "94115d88-7ec8-46ce-9786-1b0a529ea905.mp4", "path": "N/A", "status": "ACTIVE", "bucketName": "dhn-test", "system": "vndata", "createdAt": "2025-03-07T02:48:20.594Z", "updatedAt": "2025-03-07T02:48:20.594Z", "deletedAt": null } } }
Last updated on