| Command status: | Active |
| Supported by OpenApps API: | Yes |
| Supported by Internal/Reseller API: | Yes |
| Possibly queued processing: | No |
Calls to this command will attempt to add the specified item(s) to the authenticated user's bucket. Buckets have a finite capacity.
As no actual analysis is caused by calling this command, this command uses no resources.
| Parameter | Description |
|---|---|
cmd |
Required: must be set to: AddToBucket |
items |
New-line separated list of items to be added to the bucket Max: 100 |
<Result Code="OK" ErrorMessage="" FullError="">
</Result>
{
"Code":"OK",
"ErrorMessage":"",
"FullError":""
}
| 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. |