cancel
Showing results for 
Search instead for 
Did you mean: 

Using Ariba APIs to extract Ariba contract data

78474ebjecbec
Explorer
0 Kudos

Hi

I have a requirement to mass export contract data from Ariba for validation, and also for reporting purposes in MS apps.

Now that the ITK has been retired by SAP, is the only way to do this to use APIs/webservices?  If so, does anyone have a link to good ref material or - even better - have done this?

Thanks

D

Accepted Solutions (0)

Answers (1)

Answers (1)

srinivasakalakoti
Discoverer
0 Kudos

1) You have to register in api.ariba.com

2) Request "Strategic Contract Workspaces" API Access; It will take about a day for them to approve.

3) Generate "Oauth Secret"

4) Generate Bearr token using info in step 3

5) Following call will get you all contract data; you have to replace "user" and "realm" parameters with your environment specific values.

 

 

https://openapi.ariba.com/api/retrieve-contract-workspaces/v1/prod//contractWorkspaces?user=User_id_...