alloy_get_object_activities
Retrieve activity and history log entries for an Alloy Navigator object by its OID, including status changes, assignment changes, and system-generated notes.
Instructions
Get the activity/history log entries recorded against a single Alloy Navigator object by its OID - e.g. status changes, assignment changes, and system-generated notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | Yes | The object's OID (from alloy_list_objects or alloy_get_object). | |
| 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. | |
| 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. |