Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

List all field value by ID

Anonymous
Not applicable

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

1 REPLY 1

Anonymous
Not applicable

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?