// You can find your project ID in the Overview tab of any Integration
paragon.authenticate(<ProjectId>, <UserToken>);
// Get all Calls after a specified date
paragon.request("gong", "/v2/calls?fromDateTime=2018-02-18T02:30:00-07:00", {
paragon.request("gong", "/v2/calls", {
"actualStart": "2018-02-17T02:30:00-08:00",
"callProviderCode": "clearslide",
"clientUniqueId": "123abc",
"objectId": "0013601230sV7grAAC",
"direction": "Conference",
"meetingUrl": "https://www.conference.com/john.smith",
"userId": "7387268041252473322"
"primaryUser": "7387268041252471122",
"scheduledEnd": "2018-02-19T02:30:00-08:00",
"scheduledStart": "2018-02-17T02:30:00-08:00",
"title": "Demo Test Call",
"workspaceId": "623457276584334"
// Get Log Data after a specified date
paragon.request("gong", " /v2/logs?fromDateTime=2018-02-18T02:30:00-07:00", {