admin owner all features in the features permissions) change, including object/tangible delete.objectName tags objectType description.tangibleName distinction .| Parameter Name | Required | Type | Explain |
|---|---|---|---|
| appName | yes | string | Service name for the app side. |
| objectId | no | string | The ID of object. At least one parameter, objectId or tangibleId, must be passed. |
| user | yes | string | The name of the user . |
| tangibleId | no | string | The ID of tangible. At least one parameter, objectId or tangibleId, must be passed. |
| callbackUrl | no | string | Callback notification URL. |
| requestHeader | no | string | Request headers (key1=value1, key2=value2) to be returned during the callback. |
| features | no | array | Permission/attributes name; if not provided, all permissions and attributes will be monitored. It is the same as the features/attributes field of the object. Support all features in the features permissions. eg. takelive rec objectName tags objectType description |
| description | no | string | Description of how the object is being used. |
| Parameter Name | Required | Type | Explain |
|---|---|---|---|
| errorCode | yes | string | Error code. |
| errorInfo | yes | string | Error message. |
Authorization: Bearer ********************curl --location --request POST 'https://mma.tvunetworks.com/api/objectd/v1/query' \
--header 'SID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data ''