API Endpoint
GET /v1/cards/{cardId}/extended
URL Parameters
cardIdthe ID of the card, which will be of the formxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Response
The response will include all card content and attributes.
Sample Response
{
"id" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"preferredPhrase": "What is Guru",
"content": "Instant access to the knowledge your team needs to do its job, everywhere it's done. Move faster and more confidently, together.",
"verificationInterval": 90,
"shareStatus": "TEAM",
"boards": [{"id" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}],
"collaborators": [{
"user": {
"email": "user@email.com"
},
"type": "user"
}],
"tags" : [{
"id" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}],
"verifiers": [{
"user": {
"email": "user@email.com"
},
"type": "user"
}]
}
Comments
0 comments
Please sign in to leave a comment.