Project List
- Print
- PDF
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 {SOURCEDEPLOY_API_URL}/project
Request parameter
None
Request query
Item | Requirement status | Type | Description | Remarks |
---|---|---|---|---|
projectName | N | string | Search by project name (project including string) | |
pageSize | N | string | Page size | Up to 100 (default: 100) |
pageNo | N | string | Page number | Starts from 1 |
Request body
None
Response
Response body
{
"projectList": [
{
"id": "number",
"name": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
projectList.id | number | Project ID | |
projectList.name | string | Project name |
Was this article helpful?