You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Retrieving all devices for a given project passing in the per_page option still only returns the default of 10. Am I missing something here? $devices = $this->api->device()->getAll($project->id, ["per_page" => 25]);
Retrieving all devices for a given project passing in the per_page option still only returns the default of 10. Am I missing something here?
$devices = $this->api->device()->getAll($project->id, ["per_page" => 25]);