Vendor (GET) vendor_type exists but not in FE NXT Query

The API includes Vendor Type but you cannot access this field in Query

Do the APIs build their queries the same way that the FE NXT Query tool does? If you export the JSON from a query you see this format:

"query": {

"select_fields": [{

"query_field_id": 1248

},

{

"query_field_id": 1250

},

{

"query_field_id": 995

}

What I want to know is if someone can tell me the query field id value for the Vendor Type field so that I can ‘hack’ it into an ad-hoc query API call. Does this id exist for Vendor Type?

Comments