AddToBucket

Status

Command status: Active
Supported by OpenApps API: Yes
Supported by Internal/Reseller API: Yes
Possibly queued processing: No

Purpose

Calls to this command will attempt to add the specified item(s) to the authenticated user's bucket. Buckets have a finite capacity.

Resources consumed

As no actual analysis is caused by calling this command, this command uses no resources.

Parameters

Parameter Description

cmd

Required: must be set to: AddToBucket

items

New-line separated list of items to be added to the bucket

Max: 100

Sample queries and response

Example responses

XML response

<Result Code="OK" ErrorMessage="" FullError="">
</Result>

JSON response

{
"Code":"OK",
"ErrorMessage":"",
"FullError":""
}

Returned values

Return value Description
Code Code indicating whether adding an item to the bucket failed.
ErrorMessage A message explaining the error. This will be blank if the code is "OK".
FullError Verbose explanation of error.