Recent Changes - Search:

edit SideBar'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

cc.cardsets.getInfo

Returns infos for a set.

Authentication

This method requires authentication with read permission.

Arguments

api_key (Required)

Your API key. See here for more details.

set_id (Required)

The ID of the set to get infos from.

Example Response

<infos>
<tags>
<tag cards="5" name="Multiplication" />
<tag cards="4" name="Subtraction" />
<tag cards="10" name="Theorem" />
</tags>
<cards leitner="12" level_1="8" level_2="2" level_3="2" level_4="8" level_5="10" level_6="5" total="35" />
</infos>

Notice: (level)
1 = Not known
2 = Level 1
3 = Level 2
4 = Level 3
5 = Level 4
6 = Half known

Error Codes

1: Invalid set ID

The specified set ID was not valid.

41: Set has no cards

The specified set contains no cards.

98: Login failed / Invalid auth token

The auth token passed were invalid or expired.

99: Insufficient permissions

The authenticated method call did not have the required permissions.

100: Invalid API Key

The API key passed was not valid.

101: Invalid signature

The signature is missing or was not valid.

110: Format "xxx" not found

The requested response format was not found.

120: Method "xxx" not found

The requested method was not found.

130: HTTPS required

The API Key passed requires HTTPS.
Edit - History - Print - Recent Changes - Search
Page last modified on November 24, 2020, at 08:52 PM