VendorAuditLogsApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| listVendorAuditLogs | GET /vendors/{vendor_id}/audit_logs | List audit logs for a vendor |
listVendorAuditLogs
PaginatedResponse_VendorAuditLogResponse listVendorAuditLogs(vendor_id, action, resource_type, page, per_page)
List audit logs for a vendor
Retrieves a paginated list of audit logs for the specified vendor. Logs include actions such as create, update, delete operations on vendor resources.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | Unique identifier of the vendor whose audit logs to retrieve | [default to null] |
| action | String | Optional filter by action type (e.g., “create”, “update”, “delete”) | [optional] [default to null] |
| resource_type | String | Optional filter by resource type (e.g., “product”, “order”) | [optional] [default to null] |
| page | Integer | Page number for pagination (defaults to 1) | [optional] [default to null] |
| per_page | Integer | Number of items per page (defaults to 20) | [optional] [default to null] |
Return type
PaginatedResponse_VendorAuditLogResponse
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8