Get Costume

Get costume

GET {endpoint}/api/v1/costume

Query Parameters

Name
Type
Description

type

String

Type [Shirt , Pants, Shoe, Glasses, Hat]

Headers

Name
Type
Description

x-api-key*

String

Generated by Service

token*

String

Get from API login

{
	"code": 0,
	"msg": "success",
	"data": [
		{
			"id": "84",
			"uuid": "0562cc4b-2b83-43d8-a6f0-e9c9b90873b0",
			"name": "Shoes_Sneakers_Running_001",
			"type": "Shoe",
			"type_uuid": "cdc0d5c5-62c6-4001-ac60-04d245804b55",
			"category_uuid": "4ad1f8ba-8e9c-4f14-8327-52855ea7ba37",
			"category_name": "Sneakers",
			"media_path": "/bv/characters/costume/Shoe/Shoe_Sneakers/Shoes_Sneakers_Running_001/Shoes_Sneakers_Running_001_lod0_Mdl.glb",
			"CostumeTexture": [
				{
					"id": "371",
					"uuid": "f6ae4e80-3d8d-40d9-a29f-2657904fc5a5",
					"costume_uuid": "0562cc4b-2b83-43d8-a6f0-e9c9b90873b0",
					"name": "Shoes_Sneakers_Running_001_t001",
					"texture_path": "/bv/characters/costume/Shoe/Shoe_Sneakers/Shoes_Sneakers_Running_001/Shoes_Sneakers_Running_001_t001_BaseColor_LOD0.png",
					"status": 1,
					"created_at": "2022-12-20T03:36:24.746Z",
					"updated_at": "2022-12-20T03:36:24.746Z",
					"thumbnail": "/bv/characters/thumbnail/Shoe/Shoe_Sneakers/Shoes_Sneakers_Running_001/Shoes_Sneakers_Running_001_t001.png",
					"Items": {
						"id": "303",
						"uuid": "598a75d8-2968-42de-927f-451cba829f1a",
						"item_summary_uuid": null,
						"ref_uuid": "f6ae4e80-3d8d-40d9-a29f-2657904fc5a5",
						"item_type_uuid": "ca1d84a4-4986-4c63-9a00-c2200bcc1c15",
						"expire_at": null,
						"status": 1,
						"created_at": "2022-12-20T03:36:24.890Z",
						"updated_at": "2022-12-20T03:36:24.890Z",
						"staus_verify": 0
					}
				}
			],
			"created_at": "2022-12-20 10:33:54+0700",
			"created_at_unix": 1671507234,
			"updated_at": "2022-12-20 10:33:54+0700",
			"updated_at_unix": 1671507234,
			"status": 1
		}
	]
}

Last updated

Was this helpful?