From 640f61af259e7009f9c0ce89ee6f44ebcfe5db1d Mon Sep 17 00:00:00 2001 From: Tobias Merkl Date: Fri, 6 Sep 2024 09:23:15 +0200 Subject: [PATCH] getClients 100 entries --- clockify.jxa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clockify.jxa.js b/clockify.jxa.js index 7fb870e..24ba102 100644 --- a/clockify.jxa.js +++ b/clockify.jxa.js @@ -155,7 +155,7 @@ function run(argv) { if (refresh || !res) { res = - app.doShellScript(`curl --location --request GET '${CLOCKIFY_BASE_URL}/workspaces/${CLOCKIFY_WORKSPACE_ID}/clients' \ + app.doShellScript(`curl --location --request GET '${CLOCKIFY_BASE_URL}/workspaces/${CLOCKIFY_WORKSPACE_ID}/clients?page-size=100' \ --header 'Cache-Control: no-cache' \ --header 'Accept: application/json' \ --header 'X-Api-Key: ${CLOCKIFY_API_KEY}'`);