Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns team with given ‘id’ or ‘name’.
External DocumentationTo learn more, visit the Opsgenie documentation.

Parameters

ParameterDescription
IDIdentifier of the team.
ID TypeType of the identifier. Possible values are ‘id’ and ‘name’. Default value is ‘id’.

Example Output

{
	"data": {
		"id": "<string>",
		"name": "<string>",
		"description": "<string>",
		"members": [
			{
				"user": {
					"id": "<string>",
					"username": "<string>"
				},
				"role": "<string>"
			},
			{
				"user": {
					"id": "<string>",
					"username": "<string>"
				},
				"role": "<string>"
			}
		],
		"links": {
			"web": "<string>",
			"api": "<string>"
		}
	},
	"took": 1,
	"requestId": "<string>"
}

Workflow Library Example

Get Team with Opsgenie and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop