QfmqPMYB'; waitfor delay '0:0:15' -- |
cc.sync.getChangesReturns the changes since last request of this method. AuthenticationThis method requires authentication with read permission. Argumentsapi_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. Types & Actions
Error Codes98: 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.
|