AppLocations
Query AppLocations in Zendesk.
Table Specific Information
Select
The following queries are processed server side while other filters are processed client side within the add-in.SELECT * FROM AppLocations WHERE Id = '123'
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any other search criteria will be ignored and an unfiltered response will be returned.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | Internal location ID. | |
| Name | String | The unique location key. | |
| ProductCode | Integer | Internal product ID. | |
| HostApplication | String | The unique host application key. | |
| Orderable | Boolean | True if reordering has any effect. |