{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Definition Revisions API", "version": "3.0.0" }, "items": [ { "info": { "name": "Definition Revisions", "type": "folder" }, "items": [ { "info": { "name": "Hubspot List Definition Revisions", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/automation/v4/actions/:appId/:definitionId/revisions", "params": [ { "name": "appId", "value": "12345", "type": "path", "description": "The unique identifier of the HubSpot application" }, { "name": "definitionId", "value": "action-def-001", "type": "path", "description": "The unique identifier of the action definition" }, { "name": "limit", "value": "100", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "after", "value": "NTI1Cg%3D%3D", "type": "query", "description": "Pagination cursor for the next page of results" } ] }, "docs": "Retrieves a paginated list of all revisions for a custom action definition. \nEach revision represents a snapshot of the action definition at a point in time.\n" }, { "info": { "name": "Hubspot Retrieve a Specific Revision", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubapi.com/automation/v4/actions/:appId/:definitionId/revisions/:revisionId", "params": [ { "name": "appId", "value": "12345", "type": "path", "description": "The unique identifier of the HubSpot application" }, { "name": "definitionId", "value": "action-def-001", "type": "path", "description": "The unique identifier of the action definition" }, { "name": "revisionId", "value": "rev-001", "type": "path", "description": "The unique identifier of the revision" } ] }, "docs": "Retrieves a specific revision of a custom action definition by its revision ID. \nThis allows you to view the action definition as it existed at a particular point in time.\n" } ] } ], "bundled": true }