mingyan

Sd2 Manxue - Query Asset Audit Status

Batch query asset audit status for sd2_manxue

POST/kyyReactApiServer/asset/sd2Manxue/assetStatus

Sd2 Manxue Query Asset Audit Status

Batch query the audit status of submitted sd2_manxue assets.

Authentication

Get Key
All requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}

Base URL

https://zcbservice.aizfw.cn/kyyReactApiServer
baseUrl is the shared prefix for all public APIs. The api field in the current page frontmatter shows the full endpoint. Use this baseUrl as the common prefix when reading or composing request paths.

Request Parameters

assetIdsbodyarrayrequired
Asset ID list to query.

Response Parameters

codestring
Status code. 0 indicates success.
msgstring
Response message. On failure, this usually contains the error reason.
data.itemsarray
List of successful asset status results.
data.failedItemsarray
List of failed asset lookups. May be empty.