Get Team
Returns team with given 'id' or 'name'.
External Documentation
To learn more, visit the Opsgenie documentation.
Parameters
Parameter | Description |
---|---|
ID | Identifier of the team. |
ID Type | Type of the identifier. Possible values are 'id' and 'name'. Default value is 'id'. |
Example Output
{
"data": {
"description": "string",
"id": "string",
"members": [
{
"role": "user",
"user": {
"id": "string",
"username": "string"
}
}
],
"name": "string"
},
"requestId": "string",
"took": 0
}
Workflow Library Example
Get Team with Opsgenie and Send Results Via Email
Preview this Workflow on desktop