APIv4 Explorer - Only apply default limit 25 for "get" action
authorColeman Watts <coleman@civicrm.org>
Wed, 23 Jun 2021 06:21:07 +0000 (02:21 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 23 Jun 2021 06:21:07 +0000 (02:21 -0400)
commita0f478df06bf86b33bf34ea3a34524caa073a3ad
tree568fffefb5c3648775ef18103971248633314870
parentfb87724ca7f9fd42560e0729e9e46a3cfdf01f6a
APIv4 Explorer - Only apply default limit 25 for "get" action

The API Explorer sets a default limit of 25 so you don't get an overwhelming result set
from a `get` action.

However, for other actions like `getFields` or `getActions`, there is no need for
a limit and the default is annoying.
ang/api4Explorer/Explorer.js