{
"Filter": {
"GroupIds": ["<GROUP_ID>"],
"GroupType": "LivenessFace",
"Statuses": ["Active", "Processing", "Failed"]
},
"PageNumber": 1,
"PageSize": 10,
"SortBy": "GroupId",
"SortOrder": "Asc"
}curl --location 'https://api.onelinkai.cloud/volc/openapi?Action=ListAssets&Version=2024-01-01' \
--header 'Authorization: Bearer <ApiKey>' \
--header 'Content-Type: application/json' \
--data '{
"Filter": {
"GroupIds": ["<GROUP_ID>"],
"GroupType": "LivenessFace",
"Statuses": ["Active", "Processing", "Failed"]
},
"PageNumber": 1,
"PageSize": 10,
"SortBy": "GroupId",
"SortOrder": "Asc"
}'{
"ResponseMetadata": {
"RequestId": "string",
"Action": "string",
"Version": "string",
"Service": "string",
"Region": "string"
},
"Result": {
"Items": [
{
"Id": "string",
"Name": "string",
"URL": "string",
"GroupId": "string",
"AssetType": "string",
"Status": "string",
"Error": {
"Code": "string",
"Message": "string"
},
"ProjectName": "string",
"CreateTime": "string",
"UpdateTime": "string"
}
],
"TotalCount": 0,
"PageNumber": 0,
"PageSize": 0
}
}