curl --location 'https://api.tvunetworks.com/mediahub/api/v2/sourceObjects' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"pageNum": 0,
"pageSize": 0,
"condition": "string"
}'{
"errorCode": "0x0",
"errorInfo": "success",
"async": true,
"result": {
"totalNum": 0,
"sourceList": [
{
"objectId": "string",
"objectName": "string",
"objectType": 0,
"objectTypeStr": "string",
"tangibleId": "string",
"tangibleName": "string",
"tangibleType": "string",
"updateTimestamp": 0,
"tags": [
{
"tagId": "string",
"tagName": "string",
"label": "string",
"classification": 0
}
],
"status": 0,
"description": "string",
"remark": "string",
"concreteType": "string",
"previewId": "string",
"rtilCode": "string",
"partyCode": "string",
"previewType": 0,
"url": "string",
"previewStatus": 0,
"previewStartTime": 0,
"videoUrl": "string",
"recordStatus": 0,
"taskId": "string",
"objectConnectInfo": {
"status": "inactive",
"live": true,
"projectId": "string"
},
"attributes": [
{
"attrName": "string",
"attrValue": [
"string"
]
}
],
"sourceAttrDTO": {
"id": "string",
"createTime": 0,
"updateTime": 0,
"deleteFlag": 0,
"bitrate": 0,
"delay": 0,
"sourceId": "string",
"objectId": "string",
"region": "string",
"boxPoolId": "string"
},
"extraInfo": {
"property1": {},
"property2": {}
},
"rank": 0,
"env": "string"
}
]
}
}