Get a list of all project entities.

Note: Default cost rates and default billing rates are not returned for time-based projects. Important to note:

  • Default cost rates and default billing rates are not returned for time-based projects.
  • Financial information is only returned when Financial Manager is installed and licensed.

Required Scope:

  • projects:view

External Documentation

To learn more, visit the Tempo documentation.

Parameters

ParameterDescription
LimitLimit the number of items returned in the response.
OffsetDefine the number of items to skip before starting to return results.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"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/[...]"
}

Workflow Library Example

List Projects with Tempo and Send Results Via Email

Preview this Workflow on desktop