Get Transaction Contacts Import Status
GET {{baseUrl}}/directories/:directoryId/mailinglists/:mailingListId/transactioncontacts/:importId
Retrieve the status of the associated import request. <!--From Readme--> This endpoint is a follow up to Import Mailing List Contacts with Transactions.
Frequently Asked Questions
Why are my counts all
0
forcontacts
andtransactions
even thoughthe percentComplete
is100
?This situation usually means that you provided a
directoryId
,mailingListId
ortransactionBatchId
that does not exist.If the
directoryId
,mailingListId
ortransactionBatchId
doesn't represent an existing (non-deleted) collection, you won't be able to importcontacts
ortransactions
into it.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"percentComplete":"\u003cfloat\u003e","contacts":{"count":{"added":"\u003cinteger\u003e","updated":"\u003cinteger\u003e","failed":"\u003cinteger\u003e"}},"transactions":{"count":{"created":"\u003cinteger\u003e"}},"status":"\u003cstring\u003e"},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}