Project List
    • PDF

    Project List

    • PDF

    Article summary

    Summary

    Search the SourceBuild project list.

    Request

    API URL

    GET  {SOURCEBUILD_API_URL}/project
    

    Request parameter

    None

    Request query

    ItemRequirement statusTypeDescriptionRemarks
    projectNameNstringSearch by project name (project including string)
    pageSizeNstringPage sizeUp to 200, default 200
    pageNoNstringPage numberStarts from 1

    Request body

    None

    Response

    Response body

    {
        "total": "number",
        "project": [
            {
                "id": "number",
                "name": "string",
                "permission": "string",
              	"actionName": "string"
            }
        ]
    }
    
    ItemTypeDescriptionRemarks
    totalnumberTotal project number
    project[].idnumberProject ID
    project[].namestringProject name
    project[].permissionstringPermission status for searching details"Allow" | "Deny"
    project[].actionNamestringPermission name for searching details

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.