Hierarchy: employee listings
hierarchy_list_items_by_employee_id_v1Retrieve listing IDs assigned to a specific hierarchy employee, filtered by category, with cursor-based pagination using lastItemId and hasNext flag.
Instructions
Returns the IDs of listings assigned to a specific hierarchy employee, filtered by category (list_items_by_employee). The response contains an items array and a hasNext flag for cursor-based pagination. Fetching listings for the company as a whole is not available — only per employee. Read-only. Requires hierarchy permissions; employeeId is taken from hierarchy_get_employees_v1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | Yes | ID of the hierarchy employee whose listings are requested (employeeId from hierarchy_get_employees_v1). | |
| categoryId | Yes | Avito category ID for filtering the employee's listings. | |
| lastItemId | No | Pagination cursor: the ID of the last listing from the previous page. Omit for the first page; keep going while hasNext=true. |