v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Adaptive Cards

Get Adaptive Card

Returns adaptive card(s) with given id(s).

get/team-messaging/v1/adaptive-cards/{cardId}

Path parameters

cardIdstring[] required

Internal identifier of an adaptive card, or comma separated list of adaptive cards IDs.

Response

OK

idstring

Internal identifier of an adaptive card

creationTimestring date-time

Adaptive Card creation datetime in ISO 8601 format

lastModifiedTimestring date-time

Post last modification datetime in ISO 8601 format

$schemastring uri

Schema of an adaptive card

type'AdaptiveCard'
versionstring

Version of an adaptive card

chatIdsstring[]

Chat IDs where an adaptive card is posted or shared.

fallbackTextstring

Text shown when the client doesn't support the version specified (may contain markdown)

minHeightstring

Specifies the minimum height of the card in pixels

speakstring

Specifies what should be spoken for this entire card. This is simple text or SSML fragment

lang'en' | 'fr' | 'es'

The 2-letter ISO-639-1 language used in the card. Used to localize any date/time functions

Example response

{
  "minHeight": "50px"
}