cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GONG_SEARCH_CALL' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "GONG_SEARCH_CALL", "parameters": { "fromDateTime": "<string>", "toDateTime": "<string>", "includePrivateCalls": true, "paginationParameters": { "pageCursor": "<string>" } } } '
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
Start Date : Accepts ISO 8601 date format. (example: "2022-08-01T07:00:00.000Z")
End Date : Accepts ISO 8601 date format. (example: "2022-08-01T07:00:00.000Z")
Include Private Calls : Whether to include private calls in the search results. Defaults to false.
Pagination Parameters
Page Cursor
Success
Was this page helpful?