SourceDeploy project list
- Print
- PDF
SourceDeploy project list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the SourceDeploy project list.
Request
API URL
GET {SOURCEPIPELINE_API_URL}/sourcedeploy/project
Request parameter
None
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 | Project name to search (delivering project list including string) |
Request body
None
Response
Response body
{
"projectList": [
{
"id": "integer",
"name": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
id | number | SourceDeploy project ID | |
name | string | SourceDeploy project name |
Was this article helpful?