Adaptive Card API
Adaptive Card related endpoints
Last updated
Adaptive Card related endpoints
Last updated
GET
https://api.looply.io/v1/adaptive-cards/getCardById
Returns the Adaptive Card JSON Payload and related data.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Example Payload
GET
https://api.looply.io/v1/adaptive-cards/getLatestActiveCard
Returns the latest active card.
GET
https://api.looply.io/v1/adaptive-cards/getOrganizationCards
Returns a list of all the cards created in the organization. Will return a lastKey
attribute. Use this to get the next page of data.
Limit can be added to the request, 30 is the max.
Example Payload:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
card_id*
String
id for the card
card_version*
String
version of the card
x-api-key*
String
Your API Key
card_id*
String
id for the card
limit
String
Number of items to return per page. Default 20
card_id
String
Pagination Key from the lastKey
attribute
card_version
String
Pagination Key from the lastKey
attribute
x-api-key*
String
Your API Key