storage
Interface for working with Mailocator storage content (DataStorage)
get
Returns the stored data from the repository of a specific campaign.
/2.0/storage/get/[campaign_id]/[format]
- The
campaign_idis the campaign number found in Campaign for the campaign type formatdefines the format of the returned data, options:JSON,XMLorCSV
| HTTP | Status |
| 200 | Data found and returned |
| 204 | The repository is empty |
| 400 | Invalid or incomplete request |
clean
Deletes all data from the campaign repository.
/2.0/storage/clean/[campaign_id]
campaign_idis the campaign number found in Campaign for the campaign type
| HTTP | Status |
| 200 | Successfully deleted |
| 400 | Invalid or incomplete request |