Get-Project

Prev Next

Summary

Retrieves an existing project.

Get-Project
    -Id

Returns a project object.

Parameters

ParameterTypeRequired?Notes
IdInt64YesThe project id.

Examples

Get an existing project

This example retrieves a specific project and outputs it as JSON.

# TODO