查看签名任务状态信息

Request method/request path

GET /ms/openapi/api/apigw/v3/sign/ipa/{resignId}/status

Resource description

View the status of signature tasks

Input parameter description

Path parameter

Parameter nameParameter typemustParameter descriptionDefault value

resignId

string

is

Signature task ID

response

HTTP codedescriptionParameter type

200

successful operation

Request sample

curl -X GET '[Please replace API address bar request address]' 

HEADER example

accept: application/json Content-Type: application/json 

Return example -200

{  "data" : "String",  "message" : "String",  "status" : 0 } 

The data is returned to the wrapper model String

Parameter nameParameter typemustParameter description

data

string

no

data

message

string

no

Error message

status

integer

is

Status code

Last updated