{ "opencollection": "1.0.0", "info": { "name": "ON24 WCC API v2 — Content Listings", "version": "2" }, "request": { "auth": { "type": "apikey", "key": "AccessTokenKey", "value": "{{AccessTokenKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Content Listings", "type": "folder" }, "items": [ { "info": { "name": "Engagement Hub Content Listing", "type": "http" }, "http": { "method": "GET", "url": "https://api.on24.com/v2/client/:clientId/ehub/:gatewayId/content", "headers": [ { "name": "accessTokenKey", "value": "63129107067A520E6B7DE18D5E1CB2BF" }, { "name": "accessTokenSecret", "value": "072639740ac239333e3708a1623b9de3590d972e6b1060071b726ecfd9b216001b45391717d9fbeb780438" } ], "params": [ { "name": "clientId", "value": "32120", "type": "path", "description": "The client id" }, { "name": "gatewayId", "value": "1045208", "type": "path", "description": "The gateway id" } ] }, "docs": "Returns published content for a particular gateway event." }, { "info": { "name": "Media Manager Derivative Content", "type": "http" }, "http": { "method": "GET", "url": "https://api.on24.com/v2/client/:clientId/mediamanager", "headers": [ { "name": "accessTokenKey", "value": "63129107067A520E6B7DE18D5E1CB2BF" }, { "name": "accessTokenSecret", "value": "072639740ac239333e3708a1623b9de3590d972e6b1060071b726ecfd9b216001b45391717d9fbeb780438" } ], "params": [ { "name": "clientId", "value": "15448", "type": "path", "description": "The client id" }, { "name": "startdate", "value": "2007-12-03", "type": "query", "description": "Limit results to those contents created after startDate. Max range between start and end dates can be up to 6 months." }, { "name": "enddate", "value": "2007-12-05", "type": "query", "description": "Limit results to those contents created before endDate. Max range between start and end dates can be up to 6 months." }, { "name": "pageoffset", "value": "1", "type": "query", "description": "Selects the page to retrieve" }, { "name": "itemsperpage", "value": "25", "type": "query", "description": "Number of items to be retrieved per page" } ] }, "docs": "Retrieves the metadata for derivative content in Media Manager.\n\nOnly returns content from the clientId specified in the request, and does not pull content from sub-accounts.\n\nThere is a limit of 100 contents per page.\n\nDerivative content includes, and is limited to:\n\n- Nurture Page\n- Autogenerated Ebook\n- Autogenerated Blog Post\n- Autogenerated Key Takeaways\n- Transcript\n\nContent of type \"Nurture Page\" will always have a *contentid*.\n\nContent of type \"Nurture Page\" will never have a *mediaid*.\n" }, { "info": { "name": "Media Manager Derivative Content Text", "type": "http" }, "http": { "method": "GET", "url": "https://api.on24.com/v2/client/:clientId/mediamanager/:mediaId", "headers": [ { "name": "accessTokenKey", "value": "63129107067A520E6B7DE18D5E1CB2BF" }, { "name": "accessTokenSecret", "value": "072639740ac239333e3708a1623b9de3590d972e6b1060071b726ecfd9b216001b45391717d9fbeb780438" } ], "params": [ { "name": "clientId", "value": "15448", "type": "path", "description": "The client id" }, { "name": "mediaId", "value": "2775881", "type": "path", "description": "The media id of the content requested" } ] }, "docs": "Retrieves the metadata for a particular derivative content in Media Manager, identified by *mediaId*.\n\n**Derivative content supported:**\n\n- Autogenerated Ebook\n- Autogenerated Blog Post\n- Autogenerated Key Takeaways\n- Transcript" } ] } ], "bundled": true }