Get Project By ID
Returns details on a specific project.
External Documentation
To learn more, visit the Nucleus documentation.
Parameters
Parameter | Description |
---|---|
Project ID | The ID of the project. Can be obtained by the List Projects action. |
Example Output
{
"tracking_method": "string",
"project_name": "string",
"project_description": "string",
"project_id": 0,
"project_groups": [
"string"
],
"project_org": "string"
}
Workflow Library Example
Get Project by Id with Nucleus and Send Results Via Email
Preview this Workflow on desktop