Skip to main content

Retrieve Project Details

GET 

/org/:orgId/project/:projectId

Reads the project identified by projectId in the endpoint and returns the JSON representations.

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    projectId stringrequired

    The Project ID (UUID) for which you are querying.

Responses

Success.

Schema

    id string
    name string
    description string
    version integer
    created integer
    createdBy string
Loading...