cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_365_FINANCE_GET_ACCOUNTS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DYNAMICS_365_FINANCE_GET_ACCOUNTS", "parameters": { "paginationParameters": { "$top": 123, "$skip": 123 } } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Pagination Parameters
Limit($top) to limit the number of items to return. Default is 100
Skip($skip) for skip the number of items to return. Default is 0
Success
Was this page helpful?