DNL service

Retrieves DNLs

Get Delivery Notification Lists

Retrieves a Delivery Notification List (DNL).

Access to this method is authorized by the DNL (Delivery Notification List) operation.

If successful, this method returns an HTTP 200 response with mail items grouped by delivery agent. If delivery agent is null, the structure is repeated for each agent listed.

Securityips_token
Request
query Parameters
agentId
string or null

Delivery agent code. If null, the response contains a delivery list for each agent who has mail items to deliver.

fromDate
string

If a from date is specified, the delivery list contains only items handed over to delivery agents on or later than this date

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/DNLService.svc/rest/dnl
Response samples
application/json
{
  • "DNLs": [
    ]
}