Retrieve Removals in the account
| Method | GET |
|---|---|
| URL | http://api.responder.co.il/v1.0/removals |
|
emails
optional |
A comma separated list of emails to get Removals for. Example value: test1@domain.com,test2@domain.com |
|
type_id
optional |
The type of Removals to get:
|
|
status
optional |
The status of Removals to get:
|
|
limit
optional |
Maximum number of rows to be retrived.
Default value: 500 |
|
offset
optional |
The position to start the count of "limit" from.
Default value: 0 |
|
dir
optional |
The order of the rows.
Default value: 0 |
{
"REMOVALS" : [
{
"EMAIL" : "test1@domain.com",
"TYPE_ID" : 1,
"TYPE" : "נחסם",
"STATUS" : 0,
"DATE" : "2019-01-01 00:00:00"
},
{
"EMAIL" : "test2@domain.com",
"TYPE_ID" : 2,
"TYPE" : "הוסר ידנית",
"STATUS" : 0,
"DATE" : "2019-02-01 00:00:00"
}
]
}