Summary
Retrieves an existing project.
Get-Project
-Id
Returns a project object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int64 | Yes | The project id. |
Examples
Get an existing project
This example retrieves a specific project and outputs it as JSON.
# TODO