Return list of teams.

External Documentation

To learn more, visit the Opsgenie documentation.

Example Output

{
	"data": [
		{
			"description": "string",
			"id": "string",
			"members": [
				{
					"role": "user",
					"user": {
						"id": "string",
						"username": "string"
					}
				}
			],
			"name": "string"
		}
	],
	"expandable": [
		"string"
	],
	"requestId": "string",
	"took": 0
}

Workflow Library Example

List Teams with Opsgenie and Send Results Via Email

Preview this Workflow on desktop

Return list of teams.

External Documentation

To learn more, visit the Opsgenie documentation.

Example Output

{
	"data": [
		{
			"description": "string",
			"id": "string",
			"members": [
				{
					"role": "user",
					"user": {
						"id": "string",
						"username": "string"
					}
				}
			],
			"name": "string"
		}
	],
	"expandable": [
		"string"
	],
	"requestId": "string",
	"took": 0
}

Workflow Library Example

List Teams with Opsgenie and Send Results Via Email

Preview this Workflow on desktop