zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

"per_page" doesn't work for DynamicContentItems #450

Closed Ancid closed 4 months ago

Ancid commented 4 years ago

$client->dynamicContent()->items()->findAll() returns always 100 items max. Trying $client->dynamicContent()->items()->findAll(['per_page' => 200]) doesn's work. Totally I have 172 items and have to do second request manually

ecoologic commented 5 months ago

Hi,

thank you for your request, are you still interested in a solution for this issue?

ecoologic commented 4 months ago

Closing due to inactivity. Re-open if needed.