List all landing pages from PLA feeds with filtering by action column.
HTTP: GET /pla-feeds/landing-pages
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| limit | integer | no | Maximum number of results to return (default: 50). | 50 |
| page | integer | no | Page number for pagination (default: 1). | 1 |
| search | string | no | Search term for filtering results across domain, action, and url fields. | example.com |
| action | string | no | Filter results by specific action value (e.g., "create", "update", "delete"). | create |
| sort | string | no | Sort column (datum, domain, action, url). | datum |
| direction | string | no | Sort direction (asc or desc). | desc |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/pla-feeds/landing-pages?limit=50&page=1&sort=datum&direction=desc"
Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.