projects:view
Parameter | Description |
---|---|
Limit | Limit the number of items returned in the response. |
Offset | Define the number of items to skip before starting to return results. |
Return All Pages | Automatically fetch all resources, page by page. |
{
"metadata": {
"count": 1,
"limit": 50,
"next": "https://api.tempo.io/[...]",
"offset": 0,
"previous": "https://api.tempo.io/[...]"
},
"results": [
{
"attributeValues": [
{
"id": "6388c3bd-6e69-49c6-8724-c23408386d4c",
"input": {
"option": {
"id": "61423fc3-9eac-431e-aa79-0a881f53ddc8",
"name": "Canada"
},
"user": {
"id": "598cda20-0076-4b89-a9f4-37b3ce1e688c",
"userLink": {
"linked": {
"ecosystem": "JIRA",
"originId": "1111aaaa22",
"self": "https://my-cloud-instance.atlassian.net/rest/api/2/user?accountId=1111aaaa22"
}
}
},
"value": "Some value"
},
"type": "SELECT_LIST"
}
],
"autoSync": {
"nextScheduledSyncAt": "2023-12-31T21:00:00.000Z",
"schedule": "DAILY",
"timeZoneOffsetInHours": -5
},
"budget": {
"amount": {
"currencyCode": "USD",
"value": 1234.56
},
"self": "https://api.tempo.io/4/projects/dd442e10-75d1-4b80-9be3-9d1293ad23b9/budget"
},
"budgetMilestones": {
"self": "https://api.tempo.io/[...]"
},
"defaultBillingRate": {
"currencyCode": "USD",
"value": 1234.56
},
"defaultCostRate": {
"currencyCode": "USD",
"value": 1234.56
},
"editable": true,
"expenseActuals": {
"self": "https://api.tempo.io/[...]"
},
"expenses": {
"self": "https://api.tempo.io/[...]"
},
"generalAccess": "RESTRICTED",
"id": "dd442e10-75d1-4b80-9be3-9d1293ad23b9",
"isTrackingRevenue": true,
"isUsingAccountRates": true,
"isUsingApproval": true,
"isUsingGlobalCostRates": true,
"laborActuals": {
"self": "https://api.tempo.io/[...]"
},
"name": "Operation Bedlam",
"owner": {
"id": "598cda20-0076-4b89-a9f4-37b3ce1e688c",
"userLink": {
"linked": {
"ecosystem": "JIRA",
"originId": "1111aaaa22",
"self": "https://my-cloud-instance.atlassian.net/rest/api/2/user?accountId=1111aaaa22"
}
}
},
"rates": {
"self": "https://api.tempo.io/[...]"
},
"roles": {
"self": "https://api.tempo.io/[...]"
},
"scope": {
"self": "https://api.tempo.io/4/projects/dd442e10-75d1-4b80-9be3-9d1293ad23b9/scope",
"source": {
"reference": "10001",
"title": "On-going Epics",
"type": "filter",
"url": "https://greenplan.atlassian.net/issues/?filter=10001"
},
"tasks": {
"self": "https://api.tempo.io/[...]"
}
},
"self": "https://api.tempo.io/4/projects/dd442e10-75d1-4b80-9be3-9d1293ad23b9",
"status": "IN_PROGRESS",
"tags": [
"Q1",
"Marketing"
],
"timeframe": {
"self": "https://api.tempo.io/[...]"
},
"type": "MONETARY_BASED"
}
],
"self": "https://api.tempo.io/[...]"
}
Was this page helpful?