alloy_list_objects
Retrieve records from Alloy Navigator classes like Incidents, Work Orders, or Computers. Filter by fields, sort, page, or search text to get targeted object lists for further detail or activity queries.
Instructions
List objects of a given Alloy Navigator object class (e.g. Incidents, Work Orders, Computers, Consumables, SoftwareCatalog, or 'Purchase Order Items' - Alloy Navigator does not publish one exhaustive class list; use the object class names configured in your instance, which typically match the module names shown in the Alloy Navigator client). Supports field selection, sorting, paging, free-text search, and per-field filters. Each returned object's OID chains into alloy_get_object and alloy_get_object_activities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Optional field-name/value pairs to filter the result, e.g. {"Priority": "High"}. Each pair is sent as a literal <fieldName>=<value> query parameter, matching Alloy Navigator's own filtering convention. | |
| par_limit | No | Maximum number of records to return. | |
| par_fields | No | Comma-separated list of field names to include in the result. Omit to return every field. | |
| par_offset | No | Number of records to skip, for paging. | |
| objectClass | Yes | The Alloy Navigator object class to list, e.g. 'Incidents' or 'Computers'. | |
| par_sort_asc | No | Comma-separated list of field names to sort the result by, ascending. | |
| par_sort_desc | No | Comma-separated list of field names to sort the result by, descending. | |
| par_search_text | No | Free-text search string to narrow the returned objects. |