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
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]);