Get-Project
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-Project
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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