Authorization: Bearer ********************
Func
and filter the query result.curl --location --request GET 'https://api.phizone.cn/studio/charts//assets'
{
"status": 0,
"code": "string",
"message": "string",
"errors": [
{
"field": "string",
"errors": [
"string"
]
}
],
"dateAvailable": "2019-08-24T14:15:22Z",
"total": 0,
"perPage": 0,
"hasPrevious": true,
"hasNext": true,
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"ownerId": 0,
"chartSubmissionId": "ba69154f-3b63-47d4-8795-5391774bd461",
"type": 0,
"name": "string",
"file": "string",
"dateCreated": "2019-08-24T14:15:22Z",
"dateUpdated": "2019-08-24T14:15:22Z"
}
]
}