Note API
Get all notes in a deck
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"id": "6f397ed6-e5d0-43af-9265-d2b14b8a9a7c",
"title": "Which city is the capital of the United States of America? Which city is the capital of the United States of America? "
}
],
"metadata": {
"after": null,
"before": null,
"limit": 1,
"total_count": 3
}
}Create new notes
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Retrieve / Update / Delete a note in deck
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated