Project List
- Print
- PDF
Project List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the SourceBuild project list.
Request
API URL
GET {SOURCEBUILD_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 200, default 200 |
pageNo | N | string | Page number | Starts from 1 |
Request body
None
Response
Response body
{
"total": "number",
"project": [
{
"id": "number",
"name": "string",
"permission": "string",
"actionName": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
total | number | Total project number | |
project[].id | number | Project ID | |
project[].name | string | Project name | |
project[].permission | string | Permission status for searching details | "Allow" | "Deny" |
project[].actionName | string | Permission name for searching details |
Was this article helpful?