Get a list of traffic types.

Parameters

ParameterDescription
WorkspaceThe id of the workspace from which you want a list of traffic types.

Example Output

[
	{
		"id": "<string>",
		"name": "<string>",
		"displayAttributeId": "<string>",
		"workspace": {
			"type": "<string>",
			"id": "<string>",
			"name": "<string>"
		},
		"type": "<string>"
	}
]

Workflow Library Example

List Traffic Types with Split and Send Results Via Email

Preview this Workflow on desktop

Get a list of traffic types.

Parameters

ParameterDescription
WorkspaceThe id of the workspace from which you want a list of traffic types.

Example Output

[
	{
		"id": "<string>",
		"name": "<string>",
		"displayAttributeId": "<string>",
		"workspace": {
			"type": "<string>",
			"id": "<string>",
			"name": "<string>"
		},
		"type": "<string>"
	}
]

Workflow Library Example

List Traffic Types with Split and Send Results Via Email

Preview this Workflow on desktop