SourceDeploy stage list
- Print
- PDF
SourceDeploy stage list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the SourceDeploy stage list.
Request
API URL
GET {SOURCEPIPELINE_API_URL}/sourcedeploy/project/{projectId}/stage
Request parameter
Item | Type | Requirement status | Remarks | Remarks |
---|---|---|---|---|
projectId | string | Y | SourceDeploy project ID | Search with sourceDeployProjectList API |
Request query
Item | Type | Requirement status | Description | Remarks |
---|---|---|---|---|
pageNo | string | N | Page number. Deliver the entire list if there is no pageNo and pageSize. | required if pageSize exist |
pageSize | string | N | Page size. Deliver the entire list if there is no pageNo and pageSize. | required if pageNo exist |
searchWord | string | N | Stage name to search (delivering stage list including string) |
Request body
None
Response
Response body
{
"stageList": [
{
"id": "integer",
"name": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
id | integer | SourceDeploy stage ID | |
name | string | SourceDeploy stage name |
Was this article helpful?