SourceBuild list
- Print
- PDF
SourceBuild list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
Summary
Search the SourceBuild project list.
Request
API URL
GET {SOURCEDEPLOY_API_URL}/sourcebuild/project
Request parameter
None
Request query
None
Request body
None
Response
Response body
{
"projectList": [
{
"id": "number",
"name": "string",
"permission": "string",
"actionName": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
projectList.id | number | SourceBuild project ID | |
projectList.name | string | SourceBuild project name | |
projectList.permission | string | Permission status for searching details | "Allow" | "Deny" |
projectList.actionName | string | Permission name for searching details |
Was this article helpful?