- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
GET + /wapi/v2.11.2/network?*City:='Reno' = Failure
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2021 02:48 PM
/wapidoc/additional/extattrsearch.html#extattrs-search
says that if I form a query like this:
GET /wapi/v2.11.2/network?*Building:='Data Center'
Re: GET + /wapi/v2.11.2/network?*City:='Reno' = Failure
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2021 03:17 AM
Hi,
Could you please post the API and the output you get?
Meanwhile, could you try the above WAPI without the quotes like below:
GET + /wapi/v2.11.2/network?_return_fields%2B=extattrs&*City:=Reno
Regards,
Krishna
Re: GET + /wapi/v2.11.2/network?*City:='Reno' = Failure
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2021 09:26 AM - edited 08-31-2021 09:27 AM
Thanks for the help. As requested .. error with quotes:
This XML file does not appear to have any style information associated with it. The document tree is shown below. <list/>
without quotes (works):
/wapi/v2.11.2/network?*City:=Reno
and your example works as well:
/wapi/v2.11.2/network?_return_fields%2B=extattrs&*City:=Reno
However if I switch the city to one with a space in it, quotes fail but %20 for the space works.
Why does the wapidoc say use quote?