获取项目下pipelineId+自增id

Request method/request path

GET /ms/openapi/api/apigw/v3/permission/move/projects/{projectCode}/pipelineIds/list

Resource description

Get pipelineId+ auto-increment id under the project

Input parameter description

Path parameter

Parameter nameParameter typemustParameter descriptionDefault value

projectCode

string

is

Project Code

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" : [ {  "id" : 0,  "pipelineId" : "String"  } ],  "message" : "String",  "status" : 0 } 

The data is returned to the wrapper model ListPipelineIdInfo

Parameter nameParameter typemustParameter description

data

no

data

message

string

no

Error message

status

integer

is

Status code

PipelineIdInfo

Parameter nameParameter typemustParameter description

id

integer

no

id

pipelineId

string

no

pipelineId

Last updated