Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API & Integration, DevOps,NetOps,SecOps

Reply

How to Pull Non-Base Fields via REST API Get Method?

New Member
Posts: 4
1412     0

I am currently using the following API call to pull the base fields and it works fine but when I try to add fields created manually, API unable to recognize the fields.I tried using the "_return_fields+" but not sure how to fit it in the below URL. Appreciate any insight.

 

https://dhcp.mycompany.net/wapi/v2.3.1/network?_max_results=10&_return_fields=network,comment

Re: How to Pull Non-Base Fields via REST API Get Method?

Moderator
Moderator
Posts: 289
1413     0

The "+" needs to be encoded as %2b.  For example:

https://dhcp.mycompany.net/wapi/v2.3.1/network?_max_results=10&_return_fields%2b=network,comment

Re: How to Pull Non-Base Fields via REST API Get Method?

[ Edited ]
New Member
Posts: 4
1413     0
Showing results for 
Search instead for 
Did you mean: 

Recommended for You