Obtain Vehicle Health Check Report

autox3.order.detection.report.list

Request Address

Environment

HTTPS Request Address

Mainland China Sandbox Environment

https://cnopenapi.autox3.com/openapi/api-v1/rest

Mainland China Production Environment

https://cnopengateway.autox3.com/openapi/api-v1/rest

Other Countries Environment

N/A

Request Parameter

Item

Sub-item

Required

Length

Type

Instruction

method

Yes

64

String

autox3.order.detection.report.list

content

Yes

200

String

请求接口内容字符串JSON

carNum

Yes

64

String

License Plate

isNeedJson

No

--

Boolean

Whether return inspection report JSON

Request Command (take curl command as an example) Example:

curl 'https://cnopenapi.autox3.com/openapi/api-v1/rest' \
-H "accept: */*"  \
-H "Authorization: ${token}" \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"method": "autox3.order.detection.report.list",
"content":"{\"carNum\":\"云M16987\",\"isNeedJson\":\"false\"}"}' \
--compressed  

Authentication Successful Response Parameter

Item

Su

Required

Length

Type

Instruction

Sample Value

status

Yes

--

Integer

Please refer to Page "Public Parameters --> Error Code"

0

errorInfo

Yes

--

String

Error Info

network error

data

Yes

--

Object

Response JSON

carNum

Yes

--

Integer

Expired time, unit: second. The default expired time is 7 days

529200

h5Url

Yes

--

String

H5 Report URL

https://h5.abc.com/report

releaseDate

Yes

--

String

Report released time

2021-03-31 13:34:30

reportScore

Yes

--

Float

Report Score

100.0

reportJson

No

--

String

When isNeedJson = true, return inspection report JSON content

"{}"

Example:

Structure without reportJson:

Structure with reportJson:

Authentication Failed Response Parameter

Item

Required

Length

Type

Instruction

Sample Value

status

Yes

--

Integer

Please refer to Page "Public Parameters --> Error Code"

403

error

Yes

--

String

Error Info

Forbidden

path

Yes

--

String

Request Path

/openapi/api-v1/rest

message

Yes

--

String

Notification

Access Denied

timestamp

Yes

--

String

Time

2021-06-02 11:50:34

Example:

Last updated

Was this helpful?