PLA Feeds Landing Pages

List all landing pages from PLA feeds with filtering by action column.

HTTP: GET /pla-feeds/landing-pages

Query parameters

NameTypeRequiredDescriptionExample
limitintegernoMaximum number of results to return (default: 50).50
pageintegernoPage number for pagination (default: 1).1
searchstringnoSearch term for filtering results across domain, action, and url fields.example.com
actionstringnoFilter results by specific action value (e.g., "create", "update", "delete").create
sortstringnoSort column (datum, domain, action, url).datum
directionstringnoSort direction (asc or desc).desc

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/pla-feeds/landing-pages?limit=50&page=1&sort=datum&direction=desc"

Interactive call

Queue workflow

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.