Recent Changes - Search:

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

cc.sync.getChanges

Returns the changes since last request of this method.

Authentication

This method requires authentication with read permission.

Arguments

api_key (Required)

Your API key. See here for more details.

delete_changes (Optional)

After requesting this method, the current changes will be deleted. By default '1'.
Valid values: {0, 1}.

Example Response

<changes>
<change type="card" id="12abc56" target_id="" action="new" time="1329754941" />
<change type="set" id="f65vc84" target_id="" action="delete" time="1329755363" />
<change type="folder" id="w2125vb" target_id="" action="rename" time="1329755383" />
<change type="card" id="c94mvh5" target_id="dj12kui4" action="move" time="1329755383" />
</changes>

Important: Execute the changes in the same order as this method returns them.
Notice: time is an unix timestamp.

Types & Actions

Type Action What to do
folder rename Rename the folder with the given id
folder delete Delete the folder with the given id and all included sets
set rename Rename the set with the given id
set move Move the set with the given id into the folder with the target_id
set delete Delete the set with the given id and all included cards
card new Create a new card with the given id
card edit Edit the card with the given id
card move Move the card with the given id into the set with the target_id
card delete Delete the card with the given id

Error Codes

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 February 05, 2020, at 07:51 AM