Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2017-08-03 07:42 AM
Hello,
I known python is not the most popular language to use Archer API, put it's platform independent and easily readable which is the most important for us.
We wanted to insert data in technologies application, (as it is leveled, data import does not do what we want due to multiple references)
I attached a python class to perform such insertion: Archer.py
I also attached a sample: POC.py
Be warned that data betwenn line 39 and 60 in Archer.py may need to be set to your IDs values
My question is : is it possible to list all vendor Name directly (I found a trick by listing all Vendor's Reference in technology's second level, which returns me all vendors. But I don't find this beautiful
At least, it will probably help someone to use python... one day...
Best regards,
Philippe
PS: please excuse my english, it's not my mothertongue
2017-10-11 10:28 PM
Philippe,
Looks like you are using only the REST API here. REST API doesn't contain nearly as many, nor as powerful, search functions as the SOAP API. Have you looked into using the SOAP API to run your search and gather all the Vendor names, while still using the REST API for the remainder of your calls?