Get a list of customers.

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": [
		{
			"id": 234,
			"key": "CLOUDBAY_DEVELOPMENT",
			"name": "Cloudbay: Development",
			"self": "https://api.tempo.io/[...]"
		}
	],
	"self": "https://api.tempo.io/[...]"
}

Workflow Library Example

List Customers with Tempo and Send Results Via Email

Preview this Workflow on desktop