Track and trace service

Track and trace mailitems

Track and trace mail items

Retrieves track and trace information for mail items.

Access to this method is authorized by the Get mail items operation.

Securityips_token
Request
query Parameters
ids
required
string

Comma-separated list of local and/or international identifiers

lang
string = 2 characters ^[A-z]{2}$
Default: "en"

2 character language code for displaying localized text; if null, the default language code en (English) is used.

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/TrackAndTraceService.svc/rest/Mailitems
Response samples
application/json
{
  • "Results": [
    ]
}

Get item check warnings

Retrieves mail item check warnings.

Access to this method is authorized by the Get mail items operation.

Securityips_token
Request
Request Body schema: application/json
ItemIDs
Array of strings
FromGmtDt
string

yyyy-MM-ddTHH:mm:ss.fff

ToGmtDt
string

yyyy-MM-ddTHH:mm:ss.fff

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

post/TrackAndTraceService.svc/rest/itemCheckWarnings
Request samples
application/json
{
  • "ItemIDs": [
    ],
  • "FromGmtDt": "string",
  • "ToGmtDt": "string"
}
Response samples
application/json
{
  • "Results": [
    ]
}