Adaptive Card API
Adaptive Card related endpoints
getCardById
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"message": "success",
"item": {
"organization_id": "****",
"created_by": "****",
"status": "DRAFT",
"modified_by": "****",
"workflow_version": 1,
"card_id": "****",
"workflow_id": "****",
"card_name": "Card Name",
"modified_on": 1697454380810,
"status_version": "DRAFT-1",
"latest": "true",
"card_payload": {
// Adaptive Card JSON Payload
},
"card_version": 1,
"workspace_id": "****",
"created_on": 1695034193817
}
}
getLatestActiveCard
Query Parameters
Name
Type
Description
getOrganizationCards
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated