Retrieve a card
Retrieve a single card.
Get single card
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"id": 13,
"title": "this is new view",
"contactId": 96,
"userId": 24,
"view": {
"type": "ui_block",
"config": {
"canvas": {
"content": {
"components": [
{
"text": "hello acquire",
"type": "text",
"style": "heading"
},
{
"id": "my_input",
"type": "input",
"label": "my input box",
"style": "paragraph",
"value": "acquire"
}
]
}
}
}
},
"meta": {
"iconFont": "icon-ticket",
"iconImageUrl": "https://acquire.io/wp-content/themes/acquire/assets/images/common/acq-footer-black-logo.svg"
},
"dateCreated": "2020-09-17T05:28:44.000Z"
}
}Last updated