TheProletariat
TheProletariat

Reputation: 1056

Is it Possible to Externally Pull an Archer Report vi API?

I have written some reports that contain data I'd like to programmatically access via API from an external system. I can't find any documentation or sample code to do so via any one of the 3 APIs. Has anyone used one of Archer's APIs to pull data from a report externally?

Upvotes: 0

Views: 1475

Answers (1)

DjP
DjP

Reputation: 333

Unfortunately, you cannot pull reports via the REST API (yet), you'll have to use the Web Services API via the SearchRecordsbyReport method.

Upvotes: 3

Related Questions