Skip to main content
POST
/
v1
/
cards
/
get
/
select
Get Selected Cards
curl --request POST \
  --url https://api.supernotes.app/v1/cards/get/select \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "include_membership_statuses": [
    -2
  ],
  "parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "search": "<string>",
  "filter_group": {
    "type": "<string>",
    "op": "and",
    "filters": [
      {
        "type": "<string>",
        "op": "<string>",
        "arg": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "inv": true,
        "case_sensitive": true
      }
    ]
  },
  "include": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "exclude": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "changed_since": "2023-11-07T05:31:56Z",
  "targeted_or_created_when": {
    "from_when": "2023-11-07T05:31:56Z",
    "to_when": "2023-11-07T05:31:56Z"
  },
  "created_when": {
    "from_when": "2023-11-07T05:31:56Z",
    "to_when": "2023-11-07T05:31:56Z"
  },
  "modified_when": {
    "from_when": "2023-11-07T05:31:56Z",
    "to_when": "2023-11-07T05:31:56Z"
  },
  "sort_type": 1,
  "sort_ascending": true,
  "limit": 123
}
'
{}

Authorizations

Api-Key
string
header
required

Body

application/json
include_membership_statuses
enum<integer>[] | null
Available options:
-2,
-1,
0,
1,
2
parent_id
string<uuid> | null
search
string | null
filter_group
FilterGroup · object
include
string<uuid>[] | null
exclude
string<uuid>[] | null
changed_since
string<date-time> | null
targeted_or_created_when
DatetimeRangeSchema · object
created_when
DatetimeRangeSchema · object
modified_when
DatetimeRangeSchema · object
sort_type
enum<integer> | null
Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
sort_ascending
boolean | null
limit
integer | null

Response

Successful Response

[card_id]
TransformedCardResponse · object