v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBMicrosoft Teams Integration
Get all Workflows webhook handles
Get a list of all Workflows webhook handles from the Datadog Microsoft Teams integration.
get/api/v2/integration/ms-teams/configuration/workflows-webhook-handles
Query parameters
namestring
Your Workflows webhook handle name.
Response
OK
Example response
{
"data": [
{
"attributes": {
"name": "general-handle"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db3",
"type": "workflows-webhook-handle"
},
{
"attributes": {
"name": "general-handle-2"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db4",
"type": "workflows-webhook-handle"
}
]
}