Get List
Get asset for unity
Get asset list
GET
{endpoint}/api/v1/banner
Query Parameters
Name
Type
Description
os*
String
Select 'ios' or 'android'
Headers
Name
Type
Description
x-api-key*
String
Generated by Service
{
"code": 0,
"msg": "success",
"data": {
"asset_bundle": [
{
"path": "/bv/characters/body/Hair/unity/ios/hair_001",
"created_at": "2023-01-06 15:26:33+0700",
"created_at_unix": 1672993593,
"updated_at": "2023-01-06 15:26:33+0700",
"updated_at_unix": 1672993593,
"name": "Hair_001"
},
{
"path": "/bv/characters/body/Hair/unity/ios/hair_002",
"created_at": "2023-01-06 16:34:35+0700",
"created_at_unix": 1672997675,
"updated_at": "2023-01-06 16:34:35+0700",
"updated_at_unix": 1672997675,
"name": "Hair_002"
}
]
}
}
Last updated
Was this helpful?