Forum Discussion
Can I ask a dumb followup rather than making a new post?
I installed python and the sdk and I managed to search and find what I'm looking for, so I have a programmatic path forward.
However, while I can search and get back from the API (via SDK) matching what I was searching for, by making a filter specifying what I want ....
... I cannot for the life of me figure out what is going on when I try to specify that I just want certain fields.
So my real question is this: Is this forum the place to ask about 3rd party API problems?
And my other question, since it is related to the link you sent, I went to the page with examples for the API, thats how I got my code working, but all the examples say stuff like this:
fields = fields_example # String | (optional)
Where do I find what fields_example is? Or any of the others? I feel like there is a page I am supposed to have seen. But I cant seem to find it.
My code is this: api_response = api_instance.get_device_list(fields=fields, filter=filter)
And when fields is "" then I get my device response back, but as soon as I just set fields to something like "name" then I get some error about display_name cant be None, and if I havent been able to find anything definitive in my searching.
But my google-fu is weak.
Any chance you can point to where actual fields examples live?
Thanks!
Related Content
- 2 years ago
- 6 months ago
- 2 years ago