v1
latestOpenAPI 3.0.12026-08-041753011.2 MBFind a project by ID
Path parameters
Represents a workspace identifier across the system.
Represents a workspace identifier across the system.
Represents a project identifier across the system.
Represents a project identifier across the system.
Query parameters
If set to true, results will contain additional information about the project
If set to true, results will contain additional information about the project
If provided, you'll get a filtered list of custom fields that matches the provided string with the custom field entity type.
Represents the maximum number of expenses to fetch.
Represents the maximum number of expenses to fetch.
If provided, you will get expenses dated before the provided value in yyyy-MM-dd format.
If provided, you will get expenses dated before the provided value in yyyy-MM-dd format.
Response
OK
Example response
{
"budgetEstimate": {
"estimate": 600000,
"resetOption": "WEEKLY",
"type": "AUTO"
},
"color": "#000000",
"costRate": {
"amount": 10500,
"currency": "USD"
},
"duration": "60000",
"estimate": {
"estimate": "PT1H30M",
"type": "AUTO"
},
"hourlyRate": {
"amount": 10500,
"currency": "USD"
},
"id": "5b641568b07987035750505e",
"memberships": [
{
"costRate": {
"amount": 10500,
"currency": "USD"
},
"hourlyRate": {
"amount": 10500,
"currency": "USD"
},
"membershipStatus": "PENDING",
"membershipType": "PROJECT",
"targetId": "64c777ddd3fcab07cfbb210c",
"userId": "5a0ab5acb07987125438b60f"
}
],
"name": "Software Development",
"note": "This is a sample note for the project.",
"timeEstimate": {
"estimate": "60000",
"resetOption": "WEEKLY",
"type": "AUTO"
},
"workspaceId": "64a687e29ae1f428e7ebe303"
}