DemCodeLines
DemCodeLines

Reputation: 1920

Do transactions made using REST API show when using Classic API?

I know that transactions made via Classic API will not return when using the REST API. But what about vice versa? Can I pull all transactions if using the Classic API?

Upvotes: 5

Views: 78

Answers (1)

CopperRabbit
CopperRabbit

Reputation: 674

The REST API uses a different set of IDs for its data model which are not analogous/compatible with the IDs used by the classic APIs.

So at the moment this is not possible.

Upvotes: 1

Related Questions