Project List
- Print
- PDF
Project List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the SourcePipeline project list.
Request
API URL
GET {SOURCEPIPELINE_API_URL}/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 page size pageNo and pageSize. | required if pageNo exist |
projectName | string | N | Project name to search (delivering project list including string) |
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?