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_id
is the campaign number found in Campaign for the campaign type format
defines the format of the returned data, options:JSON
,XML
orCSV
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_id
is the campaign number found in Campaign for the campaign type
HTTP | Status |
200 | Successfully deleted |
400 | Invalid or incomplete request |