{"info":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","description":"<html><head></head><body><h2 id=\"api-status\">API Status</h2>\n<p>Status for the API can be found at <a href=\"https://status.pendo.io/\">https://status.pendo.io/</a></p>\n<h2 id=\"release-notes\">Release Notes</h2>\n<p>Release notes for new stable web SDK versions are published at <a href=\"https://web-sdk.pendo.io/versions\">https://web-sdk.pendo.io/versions</a><a href=\"https://developers.pendo.io/agent-sdk-updates/.\">.</a> Updates are promoted to stable on Thusdays with hotfixes and beta releases pushing more frequently.</p>\n<h2 id=\"additional-resources\">Additional Resources</h2>\n<p>If you're looking for how to install Pendo into your application, how Pendo collects visitor and account analytics from your application, or how you can retrieve or extract those analytics data from Pendo for external consumption, Pendo provides the following APIs and integration kits for customers:</p>\n<ul>\n<li><p>The <a href=\"https://web-sdk.pendo.io\">Pendo Web SDK API</a> allows developers to programmatically interact with Pendo's Web SDK, the JavaScript client that collects user interactions and displays in-app messaging.</p>\n</li>\n<li><p>The <a href=\"https://feedbackapi.pendo.io\">Feedback API</a> is available in a separate Postman collection.</p>\n</li>\n<li><p>The <a href=\"https://github.com/pendo-io/resource-center-integration-kit\"><b>Pendo Resource Center Integration Kit</b></a> provides an integration framework that allows third party developers to create applications that Pendo customers can activate and provide to their users.</p>\n</li>\n<li><p>The Pendo Tech Corner offers an introduction to Pendo's API here: <a href=\"https://academy.pendo.io/api-setup\">https://academy.pendo.io/api-setup</a></p>\n</li>\n</ul>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>The easiest way to start using the Pendo API is by clicking the <strong>Run in Postman</strong> button at the top of the collection. <a href=\"https://www.getpostman.com/\">Postman</a> is a free tool which helps developers run and debug API requests, and is the source of truth for this documentation. Every endpoint you see documented here is readily available by running our Postman collection.</p>\n<h3 id=\"get-an-integration-key\">Get an integration key</h3>\n<p>You must have a Pendo integration key from your Pendo subscription to use this collection. Access to this API is dependent on your level of service with Pendo. Check with your Pendo admin at your company or a Pendo representative if you don't know if you have API access.</p>\n<p>Integration keys are created in Pendo Settings &gt; Integrations. Please visit <a href=\"https://support.pendo.io/hc/en-us/articles/9491198203547-Pendo-Integration-Key\">this help center page</a> for more information. When enabled for the subscription, admins can create and manage those keys <a href=\"https://app.pendo.io/admin/integrationkeys\">here</a>.</p>\n<p><strong>Integration keys should be kept secret!</strong> It is how you securely access and update information about your users and accounts in Pendo. Do not share them in client-side javascript, publicly accessible code repositories, etc.</p>\n<p>To create an Integration Key:</p>\n<ol>\n<li><p>Login to the Pendo Application as an Admin user.</p>\n</li>\n<li><p>Visit the <strong>Integrations</strong> section in the Pendo App, and then click on <strong>Integration Keys</strong>.</p>\n</li>\n<li><p>Click on the <strong>Add Integration Key</strong> button at the top right-hand side of the screen.</p>\n</li>\n<li><p>Give your new key an appropriate description.</p>\n</li>\n<li><p>If a read-write key is needed, tick the box marked <strong>Allow Write Access</strong>.</p>\n</li>\n<li><p>Click on <strong>Create</strong> to finish.</p>\n</li>\n<li><p>Securely capture and store your new key outside of Pendo.</p>\n</li>\n</ol>\n<p>Integration keys are only displayed at the time of creation and aren't listed in the UI. We can't recover a lost integration key. If you're unable to find the value for an existing key, you must create a new key. Pendo doesn't limit the number of keys generated.</p>\n<h3 id=\"add-your-integration-key-to-the-collection\">Add your integration key to the collection</h3>\n<p>The Engage API collection is built to propagate the API key down to all requests when it is added to the Authorization tab for the collection.</p>\n<ol>\n<li><p>Select the Pendo API collection.</p>\n</li>\n<li><p>Open the Authorization tab.</p>\n</li>\n<li><p>Add your integration key to the Value field.</p>\n</li>\n<li><p>All other fields are preconfigured.</p>\n<ol>\n<li><p>Type = API Key</p>\n</li>\n<li><p>Key = x-pendo-integration-key</p>\n</li>\n<li><p>Add to = Header</p>\n</li>\n</ol>\n</li>\n</ol>\n<p>All folders and requests are set to inherit auth from their parent and adding the integration key to the collection automatically pushes the integration key to the request header for all requests.</p>\n<h3 id=\"add-your-base-url-to-the-collection\">Add your base URL to the collection</h3>\n<p>The main URL used to access the Pendo API corresponds to the region and web address that you use when logging into Pendo's UI. Those URLs are:</p>\n<p><a href=\"https://app.pendo.io\">https://app.pendo.io</a><br><a href=\"https://app.eu.pendo.io\">https://app.eu.pendo.io</a><br><a href=\"https://us1.app.pendo.io\">https://us1.app.pendo.io<br></a><a href=\"https://app.jpn.pendo.io\">https://app.jpn.pendo.io<br></a><a href=\"https://app.au.pendo.io\">https://app.au.pendo.io</a></p>\n<p>All endpoints in this collection are configured to use a variable, <code>baseUrl</code>, to represent these. This collection is defaulted to <a href=\"https://app.pendo.io\">https://app.pendo.io</a>. If you log into Pendo using one of the other domains, please follow these steps to update the collection with the relevant base URL for your subscription.</p>\n<ol>\n<li><p>Select the Pendo API collection.</p>\n</li>\n<li><p>Open the Variables tab.</p>\n</li>\n<li><p>Add your baseURL to the Current Value field.</p>\n</li>\n<li><p>Click Save.</p>\n</li>\n</ol>\n<h3 id=\"send-a-request\">Send a request</h3>\n<p>Many GET methods in the Pendo API are functional without any additional variables or configuration changes. Try <code>GET Return List of All Pages</code> or <code>GET Return List of All Features</code> to see a request without any additional changes.</p>\n<p>Targeted requests for individual objects need an ID. The ID is returned in the list of all objects using the API. This ID is also available in the page URL when viewing the object in Pendo for most objects. For example, when viewing guide details in Pendo the URL path is:</p>\n<p><code>app.pendo.io/s/[subscriptionId]/guides/[guideId]</code></p>\n<p>Add IDs to the Value column in the Params tab in the request. The Key is already filled in.</p>\n<h1 id=\"pendo-api-overview\">Pendo API Overview</h1>\n<p>Welcome to Pendo's API documentation. This is a <a href=\"https://en.wikipedia.org/wiki/Representational_state_transfer\">RESTful API</a> used to query, update, and reset Pendo data primarily by running <a href=\"https://engageapi.pendo.io/#7c8479b8-3843-403c-94a9-04cbdf542db9\">Aggregation queries</a> or modifying <a href=\"https://engageapi.pendo.io/#b071f706-e996-4018-8e88-295c586edfe3\">Guide resources</a>.</p>\n<h4 id=\"how-does-pendo-work\">How Does Pendo Work?</h4>\n<p>Once installed the Pendo snippet in your application, visitor activity is collected automatically by the Pendo agent and sent via <a href=\"https://en.wikipedia.org/wiki/Web_beacon\">Image Beacons</a> to Pendo for data processing. Pendo accepts these events immediately but ingests and processes visitor data asynchronously. Events sent by the agent are not immediately available via the API but they are usually available within 15 minutes of receipt.</p>\n<h4 id=\"what-can-i-access-using-the-pendo-api\">What can I access using the Pendo API?</h4>\n<p>The Pendo API allows developers to</p>\n<ul>\n<li><p>request and modify resources like guides, visitor metadata, and reports</p>\n</li>\n<li><p>create <a href=\"https://support.pendo.io/hc/en-us/articles/360032294151-Track-Events\">track events</a> to record events not associated with simple browser events</p>\n</li>\n<li><p>use powerful aggregation queries to retrieve and transform your visitor data</p>\n</li>\n</ul>\n<h4 id=\"whats-an-aggregation\">What's an aggregation?</h4>\n<p>Pendo's <a href=\"#aggregation-api\">Aggregation API</a> allows you to request structured transformations of the events collected by the agent using a MongoDB-like query language. It supports arbitrary grouping, filtering, and projections, as well as selecting and merging object-specific analytics for pages, features, track events, and guides. Many of the charts, graphs, and reports provided in the Pendo interface are generated by the sources and operations provided.</p>\n<p><strong>Note:</strong> All request and response bodies, including errors, are encoded in <a href=\"http://www.json.org/\">JSON</a>.</p>\n<h2 id=\"status-codes\">Status Codes</h2>\n<p>We use conventional HTTP response codes to indicate the success or failure of an API request. The various HTTP status codes we might return are listed below, but in general, consider the following:</p>\n<ul>\n<li><p><strong>2xx</strong> range indicates success</p>\n</li>\n<li><p><strong>4xx</strong> range indicates an error that failed given the information provided (e.g., a required parameter was omitted, a resource was not able to be found or updated, etc.)</p>\n</li>\n<li><p><strong>5xx</strong> range indicates an error on the server side. These calls should be retried within a reasonable timeframe. We recommend one second or more.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 - OK</td>\n<td>Everything worked as expected.</td>\n</tr>\n<tr>\n<td>400 - Bad Request</td>\n<td>The request was unacceptable, often due to missing a required parameter.</td>\n</tr>\n<tr>\n<td>401 - Unauthorized</td>\n<td>No valid integration key provided.</td>\n</tr>\n<tr>\n<td>402 - Request Failed</td>\n<td>The parameters were valid but the request failed.</td>\n</tr>\n<tr>\n<td>404 - Not Found</td>\n<td>The requested resource doesn't exist.</td>\n</tr>\n<tr>\n<td>422 - Unprocessable Entity</td>\n<td>The request could not process the payload. The syntax may be correct, but may be semantically wrong</td>\n</tr>\n<tr>\n<td>429 - Too Many Requests</td>\n<td>Too many requests hit the API too quickly. Slow down.</td>\n</tr>\n<tr>\n<td>500, 502, 503, 504 - Server Errors</td>\n<td>It's not you, it's us. We're sorry.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"Pendo API Overview","slug":"pendo-api-overview"}],"owner":"16265887","collectionId":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","publishedId":"Tzm6jvKG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"ec2059"},"publishDate":"2022-09-20T18:07:15.000Z"},"item":[{"name":"Page","item":[{"name":"Return List of All Pages","id":"a53463f9-bdd3-443e-b22f-b6ea6c7376fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/page","description":"<p>Returns full list of pages</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/page</code></td>\n</tr>\n<tr>\n<td>Optional Parameters for Multi-App Subscriptions</td>\n<td><code>?expand=*</code> to return all pages from all applications within the subscription  <br /><code>?appId=xxxxx</code> to return all pages from a single application within the subscription. This ID can be found at the end of the URL when viewing app details in subscription settings</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","page"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"4d7ef2e6-cec7-4e9a-96b5-2ea3f2eb8c31","name":"Return List of All Pages","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/page"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 21:15:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1605282252250,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"lastUpdatedAt\": 1606333999333,\n        \"kind\": \"Page\",\n        \"rootVersionId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n        \"stableVersionId\": \"HkME1Igl7lcpyDgLb57MxXny8yE-20201125195319.350835974\",\n        \"id\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n        \"appId\": -323232,\n        \"name\": \"Home\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"_PENDO_DEFAULTGROUP_01_\",\n            \"name\": \"Green\",\n            \"description\": \"\",\n            \"color\": \".groupColor05\",\n            \"length\": 2,\n            \"items\": [],\n            \"type\": \"group\",\n            \"createdByUser\": {\n                \"id\": \"-42\",\n                \"username\": \"--system-user--\",\n                \"first\": \"System\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"deletedAt\": 1620995537675,\n                \"hasLoggedIn\": false\n            },\n            \"createdAt\": 1605021502038,\n            \"lastUpdatedByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"z.avala@pendo.io\",\n                \"first\": \"Zack\",\n                \"last\": \"Avala\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1680528459457,\n                \"visitorIds\": [\n                    \"exampleVisitor\",\n                    \"2abde58cf04d71c1109d9de43c295b1c\"\n                ]\n            },\n            \"lastUpdatedAt\": 1674484955993\n        },\n        \"isCoreEvent\": true,\n        \"validThrough\": 1680789600000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"rules\": [\n            {\n                \"rule\": \"//*/home.html\",\n                \"designerHint\": \"http://localhost:8080/home.html\",\n                \"parsedRule\": \"^https?://[^/]*/home\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n            },\n            {\n                \"rule\": \"//*/Home.html\",\n                \"parsedRule\": \"^https?://[^/]*/Home\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n            },\n            {\n                \"rule\": \"//*/index.html\",\n                \"parsedRule\": \"^https?://[^/]*/index\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n            }\n        ],\n        \"rulesjson\": \"\",\n        \"isAutoTagged\": false,\n        \"suggestedName\": \"Home\"\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1670346921152,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1670347013487,\n        \"kind\": \"Page\",\n        \"rootVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n        \"stableVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ-20221206171653.509391098\",\n        \"id\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n        \"appId\": -323232,\n        \"name\": \"Frames - ALL containing frame\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": false,\n        \"validThrough\": 1680789600000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"rules\": [\n            {\n                \"rule\": \"//*/~contains:Frame\",\n                \"parsedRule\": \"^https?://[^/]*/[^/#?;]*Frame[^/#?;]*/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n            }\n        ],\n        \"rulesjson\": \"\",\n        \"isAutoTagged\": false\n    }\n]"}],"_postman_id":"a53463f9-bdd3-443e-b22f-b6ea6c7376fb"},{"name":"Return a Specific Page","id":"ce59ce5c-1221-43ea-b8ed-4757625c9cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/page?id=","description":"<p>The <code>pageId</code> referenced below can be found at the end of the URL when viewing details for a specific page within the app. You can view your list of available pages <a href=\"https://app.pendo.io/pages\">here</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/page?id=pageId</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>pageId</code> - ID of the page to return</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","page"],"host":["https://app.pendo.io"],"query":[{"description":{"content":"<p>pageId</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[{"id":"6b42300b-a3b9-41f5-8f0d-b63c7c94698c","name":"Return a Specific Page","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/page?id=","host":["https://app.pendo.io"],"path":["api","v1","page"],"query":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 21:21:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1670346921152,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1670347013487,\n        \"kind\": \"Page\",\n        \"rootVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n        \"stableVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ-20221206171653.509391098\",\n        \"id\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n        \"appId\": -323232,\n        \"name\": \"Frames - ALL containing frame\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": false,\n        \"validThrough\": 1680789600000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"rules\": [\n            {\n                \"rule\": \"//*/~contains:Frame\",\n                \"parsedRule\": \"^https?://[^/]*/[^/#?;]*Frame[^/#?;]*/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n            }\n        ],\n        \"rulesjson\": \"\",\n        \"isAutoTagged\": false\n    }\n]"}],"_postman_id":"ce59ce5c-1221-43ea-b8ed-4757625c9cc9"},{"name":"Return List of Specific Pages","id":"666df08e-9e58-4573-b0fe-7f5272146d48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/page?id=pageId1,pageId2,[...]","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/page?id=pageId1,pageId2,[...]</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td>Multiple <code>pageId</code> values, comma-separated</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","page"],"host":["https://app.pendo.io"],"query":[{"description":{"content":"<p>Comma-separated pageIds</p>\n","type":"text/plain"},"key":"id","value":"pageId1,pageId2,[...]"}],"variable":[]}},"response":[{"id":"4746406d-e25e-4838-8901-3f2698b4c901","name":"Return List of Specific Pages","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/page?pageId=pageId1,pageId2","host":["https://app.pendo.io"],"path":["api","v1","page"],"query":[{"key":"pageId","value":"pageId1,pageId2","description":"Comma-separated pageIds"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 21:21:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1605282252250,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"lastUpdatedAt\": 1606333999333,\n        \"kind\": \"Page\",\n        \"rootVersionId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n        \"stableVersionId\": \"HkME1Igl7lcpyDgLb57MxXny8yE-20201125195319.350835974\",\n        \"id\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n        \"appId\": -323232,\n        \"name\": \"Home\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"_PENDO_DEFAULTGROUP_01_\",\n            \"name\": \"Green\",\n            \"description\": \"\",\n            \"color\": \".groupColor05\",\n            \"length\": 2,\n            \"items\": [],\n            \"type\": \"group\",\n            \"createdByUser\": {\n                \"id\": \"-42\",\n                \"username\": \"--system-user--\",\n                \"first\": \"System\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"deletedAt\": 1620995537675,\n                \"hasLoggedIn\": false\n            },\n            \"createdAt\": 1605021502038,\n            \"lastUpdatedByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"z.avala@pendo.io\",\n                \"first\": \"Zack\",\n                \"last\": \"Avala\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1680528459457,\n                \"visitorIds\": [\n                    \"exampleVisitor\",\n                    \"2abde58cf04d71c1109d9de43c295b1c\"\n                ]\n            },\n            \"lastUpdatedAt\": 1674484955993\n        },\n        \"isCoreEvent\": true,\n        \"validThrough\": 1680789600000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"rules\": [\n            {\n                \"rule\": \"//*/home.html\",\n                \"designerHint\": \"http://localhost:8080/home.html\",\n                \"parsedRule\": \"^https?://[^/]*/home\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n            },\n            {\n                \"rule\": \"//*/Home.html\",\n                \"parsedRule\": \"^https?://[^/]*/Home\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n            },\n            {\n                \"rule\": \"//*/index.html\",\n                \"parsedRule\": \"^https?://[^/]*/index\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n            }\n        ],\n        \"rulesjson\": \"\",\n        \"isAutoTagged\": false,\n        \"suggestedName\": \"Home\"\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1670346921152,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1670347013487,\n        \"kind\": \"Page\",\n        \"rootVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n        \"stableVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ-20221206171653.509391098\",\n        \"id\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n        \"appId\": -323232,\n        \"name\": \"Frames - ALL containing frame\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": false,\n        \"validThrough\": 1680789600000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"rules\": [\n            {\n                \"rule\": \"//*/~contains:Frame\",\n                \"parsedRule\": \"^https?://[^/]*/[^/#?;]*Frame[^/#?;]*/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n            }\n        ],\n        \"rulesjson\": \"\",\n        \"isAutoTagged\": false\n    },\n    {...}\n]"}],"_postman_id":"666df08e-9e58-4573-b0fe-7f5272146d48"}],"id":"e7ef2d55-8ae8-46a5-b36e-1197fb3d9c3a","description":"<h2 id=\"the-page-object\">The Page Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>createdByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that created the page.</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the page was created.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that last updated the page.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the page was last updated.</td>\n</tr>\n<tr>\n<td><code>kind</code>  <br /><em>string</em></td>\n<td>Returns the type of object. Page for example.</td>\n</tr>\n<tr>\n<td><code>rootVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier of the root entity, which nominally matches the public id field of the page.</td>\n</tr>\n<tr>\n<td><code>stableVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the current version of the page.</td>\n</tr>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the page.</td>\n</tr>\n<tr>\n<td><code>appId</code>  <br /><em>number</em></td>\n<td>Unique identifier for the application in use.</td>\n</tr>\n<tr>\n<td><code>name</code>  <br /><em>string</em></td>\n<td>Display name for the page.</td>\n</tr>\n<tr>\n<td><code>group</code>  <br /><em>object</em></td>\n<td>Object containing information related to associated product area for the page.</td>\n</tr>\n<tr>\n<td><code>isCoreEvent</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if feature is set as core event.</td>\n</tr>\n<tr>\n<td><code>dirty</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if page is processing at the time of request.</td>\n</tr>\n<tr>\n<td><code>rules</code>  <br /><em>array of objects</em></td>\n<td>URL rules for the page.</td>\n</tr>\n<tr>\n<td><code>excludeRules</code>  <br /><em>array of objects</em></td>\n<td>URL rules to exclude from this page.</td>\n</tr>\n<tr>\n<td><code>isSuggested</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if page rule matches the rule suggested by the designer.</td>\n</tr>\n<tr>\n<td><code>suggestedTagRules</code>  <br /><em>array of objects</em></td>\n<td>The rules suggested by the designer.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e7ef2d55-8ae8-46a5-b36e-1197fb3d9c3a","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Feature","item":[{"name":"Return List of All Features","id":"f05b1b0a-ee34-41eb-9397-c36cd0622557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/feature","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/feature</code></td>\n</tr>\n<tr>\n<td>Optional Parameters for Multi-App Subscriptions</td>\n<td><code>?expand=*</code> to return all features from all applications within the subscription  <br /><code>?appId=xxxxx</code> to return all features from a single application within the subscription. This ID can be found at the end of the URL when viewing app details in subscription settings</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","feature"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"2caceb12-1efe-4625-bed2-d6954c711b61","name":"Return List of All Features","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/feature"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 17:57:39 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"d.vader@pendo.io\",\n            \"first\": \"Darren\",\n            \"last\": \"Vader\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"ZC52YWRlckBwZW5kby5pbw==\"\n            ]\n        },\n        \"createdAt\": 1605305522388,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1605305522388,\n        \"kind\": \"Feature\",\n        \"rootVersionId\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q\",\n        \"stableVersionId\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q-20201113221202.393663303\",\n        \"id\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q\",\n        \"appId\": -323232,\n        \"name\": \"Big Blue Button\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": true,\n        \"validThrough\": 1683313200000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n        \"eventPropertyConfigurations\": [\n            {\n                \"name\": \"dropdown_value\",\n                \"rule\": \"{\\\"name\\\":\\\"dropdown_value\\\",\\\"source\\\":\\\"#dropdown1\\\",\\\"path\\\":\\\"innerText\\\"}\",\n                \"isActive\": true,\n                \"path\": \"innerText\",\n                \"selector\": \"#dropdown1\",\n                \"type\": \"\",\n                \"pattern\": \"\"\n            }\n        ],\n        \"elementPathRules\": [\n            \".btn.blue:contains('click me!')\"\n        ],\n        \"elementSelectionType\": \"custom\",\n        \"suggestedMatch\": \"[custom=\\\"blue button\\\"]\",\n        \"appWide\": false\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1605282252250,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"lastUpdatedAt\": 1605305829504,\n        \"kind\": \"Feature\",\n        \"rootVersionId\": \"dbWCJhtxR4ssRSZDreG5y-JuUAI\",\n        \"stableVersionId\": \"dbWCJhtxR4ssRSZDreG5y-JuUAI-20201113221709.511297045\",\n        \"id\": \"dbWCJhtxR4ssRSZDreG5y-JuUAI\",\n        \"appId\": -323232,\n        \"name\": \"Home Link\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": false,\n        \"validThrough\": 1683313200000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"eventPropertyConfigurations\": [],\n        \"elementPathRules\": [\n            \"[href=\\\"home.html\\\"]\",\n            \"[href=\\\"index.html\\\"]\"\n        ],\n        \"appWide\": true\n    }\n]"}],"_postman_id":"f05b1b0a-ee34-41eb-9397-c36cd0622557"},{"name":"Return a Specific Feature","id":"4e8b171c-fc08-48ae-9e06-b701ca47d5a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/feature?id=","description":"<p>The <code>featureId</code> referenced below can be found at the end of the URL when viewing details for a specific feature within the app. You can view a comprehensive list of all tagged features <a href=\"https://app.pendo.io/features\">here</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/feature?id=featureId</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>featureId</code> - id of the feature to return</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","feature"],"host":["https://app.pendo.io"],"query":[{"description":{"content":"<p>featureId</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[{"id":"1ef46bad-f5dd-4bcb-a3ed-907e90d00e1a","name":"Return a Specific Feature","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/feature?id=","host":["https://app.pendo.io"],"path":["api","v1","feature"],"query":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 19:04:22 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"d.vader@pendo.io\",\n            \"first\": \"Darren\",\n            \"last\": \"Vader\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"ZC52YWRlckBwZW5kby5pbw==\"\n            ]\n        },\n        \"createdAt\": 1605305522388,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1605305522388,\n        \"kind\": \"Feature\",\n        \"rootVersionId\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q\",\n        \"stableVersionId\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q-20201113221202.393663303\",\n        \"id\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q\",\n        \"appId\": -323232,\n        \"name\": \"Big Blue Button\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": true,\n        \"validThrough\": 1683313200000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n        \"eventPropertyConfigurations\": [\n            {\n                \"name\": \"dropdown_value\",\n                \"rule\": \"{\\\"name\\\":\\\"dropdown_value\\\",\\\"source\\\":\\\"#dropdown1\\\",\\\"path\\\":\\\"innerText\\\"}\",\n                \"isActive\": true,\n                \"path\": \"innerText\",\n                \"selector\": \"#dropdown1\",\n                \"type\": \"\",\n                \"pattern\": \"\"\n            }\n        ],\n        \"elementPathRules\": [\n            \".btn.blue:contains('click me!')\"\n        ],\n        \"elementSelectionType\": \"custom\",\n        \"suggestedMatch\": \"[custom=\\\"blue button\\\"]\",\n        \"appWide\": false\n    }\n]"}],"_postman_id":"4e8b171c-fc08-48ae-9e06-b701ca47d5a3"},{"name":"Return List of Specific Features","id":"2acf54a3-5f8c-4895-972d-55c2b9bf43c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/feature?id=featureId1,featureId2,[...]","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/feature?id=featureId1,featureId2,[...]</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>Multiple featureId</code> values, comma-separated</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","feature"],"host":["https://app.pendo.io"],"query":[{"description":{"content":"<p>Comma-separated featureIds</p>\n","type":"text/plain"},"key":"id","value":"featureId1,featureId2,[...]"}],"variable":[]}},"response":[{"id":"e8d4e2a4-afd3-4dfc-8748-6d872c004aff","name":"Return List of Specific Features","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/feature?id=featureId1,featureId2,[...]","host":["https://app.pendo.io"],"path":["api","v1","feature"],"query":[{"key":"id","value":"featureId1,featureId2,[...]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 19:12:46 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"d.vader@pendo.io\",\n            \"first\": \"Darren\",\n            \"last\": \"Vader\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"ZC52YWRlckBwZW5kby5pbw==\"\n            ]\n        },\n        \"createdAt\": 1605305522388,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1605305522388,\n        \"kind\": \"Feature\",\n        \"rootVersionId\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q\",\n        \"stableVersionId\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q-20201113221202.393663303\",\n        \"id\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q\",\n        \"appId\": -323232,\n        \"name\": \"Big Blue Button\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": false,\n        \"validThrough\": 1683313200000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n        \"eventPropertyConfigurations\": [\n            {\n                \"name\": \"dropdown_value\",\n                \"rule\": \"{\\\"name\\\":\\\"dropdown_value\\\",\\\"source\\\":\\\"#dropdown1\\\",\\\"path\\\":\\\"innerText\\\"}\",\n                \"isActive\": true,\n                \"path\": \"innerText\",\n                \"selector\": \"#dropdown1\",\n                \"type\": \"\",\n                \"pattern\": \"\"\n            }\n        ],\n        \"elementPathRules\": [\n            \".btn.blue:contains('click me!')\"\n        ],\n        \"elementSelectionType\": \"custom\",\n        \"suggestedMatch\": \"[custom=\\\"blue button\\\"]\",\n        \"appWide\": false\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1605282252250,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1680528459457,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"lastUpdatedAt\": 1605305829504,\n        \"kind\": \"Feature\",\n        \"rootVersionId\": \"dbWCJhtxR4ssRSZDreG5y-JuUAI\",\n        \"stableVersionId\": \"dbWCJhtxR4ssRSZDreG5y-JuUAI-20201113221709.511297045\",\n        \"id\": \"dbWCJhtxR4ssRSZDreG5y-JuUAI\",\n        \"appId\": -323232,\n        \"name\": \"Home Link\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": false,\n        \"validThrough\": 1683313200000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"eventPropertyConfigurations\": [],\n        \"elementPathRules\": [\n            \"[href=\\\"home.html\\\"]\",\n            \"[href=\\\"index.html\\\"]\"\n        ],\n        \"appWide\": true\n    }\n]"}],"_postman_id":"2acf54a3-5f8c-4895-972d-55c2b9bf43c5"}],"id":"b7ba5380-68c7-4c6a-bf17-50159e56a8d8","description":"<h2 id=\"the-feature-object\">The Feature Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>createdByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that created the feature.</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the feature was created.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that last updated the feature.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the feature was last updated.</td>\n</tr>\n<tr>\n<td><code>kind</code>  <br /><em>string</em></td>\n<td>Returns the type of object. Feature for example.</td>\n</tr>\n<tr>\n<td><code>rootVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier of the root entity, which nominally matches the public id field of the feature.</td>\n</tr>\n<tr>\n<td><code>stableVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the current version of the feature.</td>\n</tr>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>The unique identifier for the feature.</td>\n</tr>\n<tr>\n<td><code>name</code>  <br /><em>string</em></td>\n<td>Display name for the feature.</td>\n</tr>\n<tr>\n<td><code>color</code>  <br /><em>string</em></td>\n<td>Color value associated with the Feature for visualization in Paths and Funnels.</td>\n</tr>\n<tr>\n<td><code>group</code>  <br /><em>object</em></td>\n<td>Object containing information related to associated group for the feature.</td>\n</tr>\n<tr>\n<td><code>dirty</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if feature is processing at the time of request.</td>\n</tr>\n<tr>\n<td><code>isCoreEvent</code>  <br /><em>boolean</em></td>\n<td>Returns true if feature is set as core event.</td>\n</tr>\n<tr>\n<td><code>pageId</code>  <br /><em>string</em></td>\n<td>For page-specific features, the ID of the associated page.</td>\n</tr>\n<tr>\n<td><code>appWide</code>  <br /><em>boolean</em></td>\n<td>Returns true if feature is sitewide (i.e. not page-specific)</td>\n</tr>\n<tr>\n<td><code>eventPropertyConfigurations</code>  <br /><em>array</em></td>\n<td>An array of objects containing information about configured event properties.</td>\n</tr>\n<tr>\n<td><code>elementPathRules</code>  <br /><em>array</em></td>\n<td>The element path that indicates where the feature can be found (blank if not applicable).</td>\n</tr>\n<tr>\n<td><code>isSuggested</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if feature rule matches the rule suggested by the designer.</td>\n</tr>\n<tr>\n<td><code>suggestedMatch</code>  <br /><em>array of objects</em></td>\n<td>The rule suggested by the designer.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b7ba5380-68c7-4c6a-bf17-50159e56a8d8","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Track","item":[{"name":"Send a Track Event","id":"e45be48e-e01f-4f0a-acaa-73ef6851c4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<Pendo_trackEventSecret_Key>"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"track\",\n    \"event\": \"Registered\",\n    \"visitorId\": \"unique-string-id\",\n    \"accountId\": \"account-id-of-visitor\",\n    \"timestamp\": 1680373680000,\n    \"properties\": {},\n    \"context\": {\n        \"ip\": \"76.253.187.23\",\n        \"userAgent\": \"Mozilla/5.0\",\n        \"url\": \"http://MuqrevujORTeLIzvMFcBSW.vitaO\",\n        \"title\": \"My Page - Admin\"\n    }\n}"},"url":"https://data.pendo.io/data/track","description":"<p>The track endpoint allows you record any actions your users perform, along with any properties that describe the action. Each action is known as an event. Each event has a name and properties.</p>\n<p><strong>Note</strong>: Your<code>Pendo_trackEventSecret_Key</code>is different from your <code>x-pendo-integration-key</code> or your <code>Pendo Subscription API Key</code> (which is embedded in your install snippet). To find your <code>Pendo_trackEventSecret_Key</code>, navigate to your Subscription Settings and choose your app. Under the \"App Details,\" click on \"Show\" next to \"Track Event Shared Secret.\"</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>Regional domains</td>\n<td>US: <code>https://data.pendo.io</code>  <br />EU: <code>https://data.eu.pendo.io</code>  <br />US1: <code>https://us1.data.pendo.io</code>  <br />JPN: <code>https://data.jpn.pendo.io</code>  <br />AU: <code>https://data.au.pendo.io</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/data/track</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>400</code>: Error unmarshalling track event data</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-track-object\">The Track Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td>Must be \"track\" (required)</td>\n</tr>\n<tr>\n<td><code>event</code>  <br /><em>string</em></td>\n<td>Name of the action that a user has performed (required)</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>Unique string identifier for the visitor (required)</td>\n</tr>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>Unique string identifier for the account to which the visitor belongs (strongly recommended)</td>\n</tr>\n<tr>\n<td><code>timestamp</code>  <br /><em>number</em></td>\n<td>time (in milliseconds after the epoch) that the event occurred (required)**</td>\n</tr>\n<tr>\n<td><code>properties</code>  <br /><em>object</em></td>\n<td>Free-form object of properties of the event (optional)</td>\n</tr>\n<tr>\n<td><code>context</code>  <br /><em>object</em></td>\n<td>Object of information about a user browser session provided only when an event is being tracked on behalf of that browser session. This is not used if the event is being generated by JavaScript code inside the user browser session, nor for system events that are not associated with a browser session (such as an administrator enabling functionality for a subscription).</td>\n</tr>\n<tr>\n<td><code>ip</code>  <br /><em>string</em></td>\n<td>Current user's IP address (recommended)</td>\n</tr>\n<tr>\n<td><code>userAgent</code>  <br /><em>string</em></td>\n<td>User agent of the device making the request (recommended)</td>\n</tr>\n<tr>\n<td><code>url</code>  <br /><em>string</em></td>\n<td>Url of the current page in the browser (optional)</td>\n</tr>\n<tr>\n<td><code>title</code>  <br /><em>string</em></td>\n<td>Title of the current page in the browser (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Note that the timestamp should be the current time whenever possible. An event with a timestamp in the past will not be processed with the regular hourly processing and will only appear in the UI after Pendo's daily and weekly event reprocessing. Events with timestamps greater than 7 days may not be processed.</p>\n","urlObject":{"protocol":"https","path":["data","track"],"host":["data","pendo","io"],"query":[],"variable":[]}},"response":[{"id":"d3284c3f-2213-4dcd-a79e-7fb04b1a03c2","name":"Send a Track Event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<Pendo_trackEventSecret_Key>"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"track\",\n    \"event\": \"Registered\",\n    \"visitorId\": \"unique-string-id\",\n    \"accountId\": \"account-id-of-visitor\",\n    \"timestamp\": 1680373680000,\n    \"properties\": {},\n    \"context\": {\n        \"ip\": \"76.253.187.23\",\n        \"userAgent\": \"Mozilla/5.0\",\n        \"url\": \"http://MuqrevujORTeLIzvMFcBSW.vitaO\",\n        \"title\": \"My Page - Admin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://data.pendo.io/data/track"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 06 Jul 2021 20:23:12 GMT"},{"key":"Content-Length","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e45be48e-e01f-4f0a-acaa-73ef6851c4ac"},{"name":"Return a List of All Track Types","id":"c50cfccb-0274-41bf-9320-5f3d59a1670c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/tracktype","description":"<p>Returns full list of track events</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/tracktype</code></td>\n</tr>\n<tr>\n<td>Optional Parameters for Multi-app Subscriptions</td>\n<td><code>?expand=*</code> to return all track types from all applications within the subscription  <br /><code>?appId=xxxxx</code> to return all track types from a single application within the subscription. This ID can be found at the end of the URL when viewing app details in subscription settings</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","tracktype"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"44fc254c-1e5d-4342-a81b-5fa3eb5db59a","name":"Return a List of All Track Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/tracktype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false"},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-max-age","value":"3600"},{"key":"content-length","value":"29485"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Wed, 03 May 2023 18:24:45 GMT"},{"key":"x-envoy-upstream-service-time","value":"170"},{"key":"server","value":"istio-envoy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"-42\",\n            \"username\": \"--system-user--\",\n            \"first\": \"System\",\n            \"last\": \"User\",\n            \"role\": 7,\n            \"userType\": \"normal\",\n            \"deletedAt\": 1620995537675,\n            \"hasLoggedIn\": false\n        },\n        \"createdAt\": 1664375283690,\n        \"lastUpdatedByUser\": {\n            \"id\": \"-42\",\n            \"username\": \"--system-user--\",\n            \"first\": \"System\",\n            \"last\": \"User\",\n            \"role\": 7,\n            \"userType\": \"normal\",\n            \"deletedAt\": 1620995537675,\n            \"hasLoggedIn\": false\n        },\n        \"lastUpdatedAt\": 1664375284848,\n        \"kind\": \"TrackType\",\n        \"rootVersionId\": \"3XqbVRVf1udeQrrOiQNGntKOFQ0\",\n        \"stableVersionId\": \"3XqbVRVf1udeQrrOiQNGntKOFQ0-20220928142804.906224849\",\n        \"id\": \"3XqbVRVf1udeQrrOiQNGntKOFQ0\",\n        \"appId\": -323232,\n        \"name\": \"Allowed Property Formats\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": false,\n        \"validThrough\": 1683136800000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"trackTypeName\": \"Allowed Property Formats\",\n        \"trackTypeRules\": [\n            \"Allowed Property Formats\"\n        ],\n        \"eventPropertyNameList\": [\n            \"_startandendwithsingle_\",\n            \"endswithsingleunderscore_\",\n            \"lowercase\",\n            \"endswithdoubleunderscore__\",\n            \"Startswithcapital\",\n            \"contains1number\",\n            \"endswithcapitaL\",\n            \"endswithnumber1\",\n            \"camelCase\",\n            \"contains__doubleunderscore\",\n            \"__startswithdoubleunderscore\",\n            \"UPPERCASE\",\n            \"_startswithsingleunderscore\"\n        ]\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"-42\",\n            \"username\": \"--system-user--\",\n            \"first\": \"System\",\n            \"last\": \"User\",\n            \"role\": 7,\n            \"userType\": \"normal\",\n            \"deletedAt\": 1620995537675,\n            \"hasLoggedIn\": false\n        },\n        \"createdAt\": 1613061600568,\n        \"lastUpdatedByUser\": {\n            \"id\": \"-42\",\n            \"username\": \"--system-user--\",\n            \"first\": \"System\",\n            \"last\": \"User\",\n            \"role\": 7,\n            \"userType\": \"normal\",\n            \"deletedAt\": 1620995537675,\n            \"hasLoggedIn\": false\n        },\n        \"lastUpdatedAt\": 1613061602043,\n        \"kind\": \"TrackType\",\n        \"rootVersionId\": \"mlNiNmRTFep1eEo88fsnaET8q4c\",\n        \"stableVersionId\": \"mlNiNmRTFep1eEo88fsnaET8q4c-20210211164002.215414173\",\n        \"id\": \"mlNiNmRTFep1eEo88fsnaET8q4c\",\n        \"appId\": -323232,\n        \"name\": \"Sample Track Event\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": false,\n        \"validThrough\": 1683136800000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"trackTypeName\": \"Sample Track Event\",\n        \"trackTypeRules\": [\n            \"Sample Track Event\"\n        ],\n        \"eventPropertyNameList\": [\n            \"TrackEventProperty7\",\n            \"TrackEventProperty1\",\n            \"TrackEventProperty10\",\n            \"TrackEventProperty9\",\n            \"TrackEventProperty3\",\n            \"TrackEventProperty8\",\n            \"TrackEventProperty6\",\n            \"TrackEventProperty4\",\n            \"TrackEventProperty5\",\n            \"TrackEventProperty2\"\n        ]\n    }\n]"}],"_postman_id":"c50cfccb-0274-41bf-9320-5f3d59a1670c"},{"name":"Return a Specific Track Type","id":"1e35e060-5332-42f1-8d64-1b6efde2de94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/tracktype?id=","description":"<p>The <code>trackTypeId</code> referenced below can be found at the end of the URL when viewing details for a specific track event within the app. You can view your list of available track events <a href=\"https://app.pendo.io/trackevents\">here</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/tracktype?id=trackTypeId</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>trackTypeId</code> - ID of the track type to return</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","tracktype"],"host":["https://app.pendo.io"],"query":[{"description":{"content":"<p>trackTypeId</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[{"id":"ab62be62-ebcc-4fa6-8f53-741a97b9f167","name":"Return a Specific Track Type","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":{"raw":"https://app.pendo.io/api/v1/tracktype?id=","host":["https://app.pendo.io"],"path":["api","v1","tracktype"],"query":[{"key":"id","value":"","description":"trackTypeId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false"},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-max-age","value":"3600"},{"key":"content-length","value":"1212"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Wed, 03 May 2023 19:22:03 GMT"},{"key":"x-envoy-upstream-service-time","value":"178"},{"key":"server","value":"istio-envoy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"-42\",\n            \"username\": \"--system-user--\",\n            \"first\": \"System\",\n            \"last\": \"User\",\n            \"role\": 7,\n            \"userType\": \"normal\",\n            \"deletedAt\": 1620995537675,\n            \"hasLoggedIn\": false\n        },\n        \"createdAt\": 1664375283690,\n        \"lastUpdatedByUser\": {\n            \"id\": \"-42\",\n            \"username\": \"--system-user--\",\n            \"first\": \"System\",\n            \"last\": \"User\",\n            \"role\": 7,\n            \"userType\": \"normal\",\n            \"deletedAt\": 1620995537675,\n            \"hasLoggedIn\": false\n        },\n        \"lastUpdatedAt\": 1664375284848,\n        \"kind\": \"TrackType\",\n        \"rootVersionId\": \"3XqbVRVf1udeQrrOiQNGntKOFQ0\",\n        \"stableVersionId\": \"3XqbVRVf1udeQrrOiQNGntKOFQ0-20220928142804.906224849\",\n        \"id\": \"3XqbVRVf1udeQrrOiQNGntKOFQ0\",\n        \"appId\": -323232,\n        \"name\": \"Allowed Property Formats\",\n        \"color\": \"\",\n        \"group\": {\n            \"id\": \"\",\n            \"name\": \"\",\n            \"description\": \"\",\n            \"color\": \"\",\n            \"length\": 0,\n            \"items\": null,\n            \"type\": \"\"\n        },\n        \"isCoreEvent\": false,\n        \"validThrough\": 1683140400000,\n        \"dirty\": false,\n        \"dailyMergeFirst\": 0,\n        \"dailyRollupFirst\": 0,\n        \"trackTypeName\": \"Allowed Property Formats\",\n        \"trackTypeRules\": [\n            \"Allowed Property Formats\"\n        ],\n        \"eventPropertyNameList\": [\n            \"_startandendwithsingle_\",\n            \"endswithsingleunderscore_\",\n            \"lowercase\",\n            \"endswithdoubleunderscore__\",\n            \"Startswithcapital\",\n            \"contains1number\",\n            \"endswithcapitaL\",\n            \"endswithnumber1\",\n            \"camelCase\",\n            \"has__doubleunderscore\",\n            \"__startswithdoubleunderscore\",\n            \"UPPERCASE\",\n            \"_startswithsingleunderscore\"\n        ]\n    }\n]"}],"_postman_id":"1e35e060-5332-42f1-8d64-1b6efde2de94"}],"id":"2757f228-ca94-4075-a840-b1fafd6d43b2","_postman_id":"2757f228-ca94-4075-a840-b1fafd6d43b2","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Visitor","item":[{"name":"Get Visitor by ID","id":"c519dc64-dc66-459f-8ab7-30d2bec9f30b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the x-pendo-integration-key header generated by Postman.","key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/visitor/:visitorId","description":"<p>Gets a visitor object using a Visitor ID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/visitor/:visitorId</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>visitorId</code> - URL encoded visitor id</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>404</code>: Error while getting visitor, no such entity found</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","visitor",":visitorId"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>Visitor ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"visitorId"}]}},"response":[{"id":"48edccd5-e9b4-4ce7-8fda-fed092d67557","name":"Get Visitor by ID","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true","disabled":true}],"url":{"raw":"https://app.pendo.io/api/v1/visitor/:visitorId","host":["https://app.pendo.io"],"path":["api","v1","visitor",":visitorId"],"variable":[{"key":"visitorId","value":"exampleVisitor","description":"Visitor ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Jul 2021 14:56:36 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"exampleVisitor\",\n    \"accountIds\": [\n        \"anotherAccount\",\n        \"exampleAccount\"\n    ],\n    \"lastStartTime\": 0,\n    \"metadata\": {\n        \"agent\": {\n            \"boolean\": true,\n            \"date\": 1679529600000,\n            \"language\": \"en_US\",\n            \"list\": [\n                \"one\",\n                \"two\",\n                \"three\"\n            ],\n            \"number\": 201,\n            \"text\": \"This is the visitor object\"\n        },\n        \"auto\": {\n            \"accountid\": \"anotherAccount\",\n            \"accountids\": [\n                \"anotherAccount\",\n                \"exampleAccount\"\n            ],\n            \"firstvisit\": 1680722218840,\n            \"id\": \"exampleVisitor\",\n            \"idhash\": 1571066552,\n            \"lastbrowsername\": \"Chrome\",\n            \"lastbrowserversion\": \"111.0.0\",\n            \"lastoperatingsystem\": \"Mac OS X\",\n            \"lastservername\": \"localhost:8080\",\n            \"lastupdated\": 1680722448457,\n            \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n            \"lastvisit\": 1680722447455\n        },\n        \"auto_5739946637131776\": {\n            \"firstvisit\": 1646946262147,\n            \"lastbrowsername\": \"Chrome\",\n            \"lastbrowserversion\": \"112.0.0\",\n            \"lastmetadataupdate_agent\": 1683557367905,\n            \"lastoperatingsystem\": \"Mac OS X\",\n            \"lastservername\": \"localhost:8080\",\n            \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36\",\n            \"lastvisit\": 1683560865301\n        },\n        \"auto__323232\": {\n            \"firstvisit\": 1680722218840,\n            \"lastbrowsername\": \"Chrome\",\n            \"lastbrowserversion\": \"111.0.0\",\n            \"lastmetadataupdate_agent\": 1680722447455,\n            \"lastoperatingsystem\": \"Mac OS X\",\n            \"lastservername\": \"localhost:8080\",\n            \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n            \"lastvisit\": 1680722447455\n        },\n        \"custom\": {\n            \"epochdate\": 1649185237504,\n            \"favoriteColor\": \"purple\"\n        }\n    },\n    \"account\": {\n        \"id\": \"\"\n    }\n}"}],"_postman_id":"c519dc64-dc66-459f-8ab7-30d2bec9f30b"},{"name":"Get Visitor by base64 encoded ID","id":"86fc6b21-9d63-4b08-98fc-835bb7f06064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the x-pendo-integration-key header generated by Postman.","key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"},{"key":"x-pendo-base64-encoded-params","value":"true","type":"text"}],"url":"https://app.pendo.io/api/v1/visitor/:b64_id","description":"<p>You may also retrieve visitor information by using a base64-encoded Visitor ID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/visitor/:b64_id</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>b64_id</code>- a URL-safe base64 encoded visitor ID, prepended with <code>b64_</code></td>\n</tr>\n<tr>\n<td>Additional Request Headers</td>\n<td><code>x-pendo-base64-encoded-params</code>:<code>true</code> (only include when submitting a <code>b64_XXXX</code> ID)</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>404</code>: Error while getting visitor, no such entity found</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","visitor",":b64_id"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>\"b64_\" + your encoded ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"b64_id"}]}},"response":[{"id":"7e2a400a-65a7-4433-8266-f6a7f07a37a7","name":"Get Visitor by base64 encoded ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true"}],"url":{"raw":"https://app.pendo.io/api/v1/visitor/:b64_id","host":["https://app.pendo.io"],"path":["api","v1","visitor",":b64_id"],"variable":[{"key":"b64_id","value":"b64_ZXhhbXBsZVZpc2l0b3I=","description":"base64 encoded Visitor ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"exampleVisitor\",\n    \"accountIds\": [\n        \"anotherAccount\",\n        \"exampleAccount\"\n    ],\n    \"lastStartTime\": 0,\n    \"metadata\": {\n        \"agent\": {\n            \"boolean\": true,\n            \"date\": 1679529600000,\n            \"language\": \"en_US\",\n            \"list\": [\n                \"one\",\n                \"two\",\n                \"three\"\n            ],\n            \"number\": 201,\n            \"text\": \"This is the visitor object\"\n        },\n        \"auto\": {\n            \"accountid\": \"anotherAccount\",\n            \"accountids\": [\n                \"anotherAccount\",\n                \"exampleAccount\"\n            ],\n            \"firstvisit\": 1680722218840,\n            \"id\": \"exampleVisitor\",\n            \"idhash\": 1571066552,\n            \"lastbrowsername\": \"Chrome\",\n            \"lastbrowserversion\": \"111.0.0\",\n            \"lastoperatingsystem\": \"Mac OS X\",\n            \"lastservername\": \"localhost:8080\",\n            \"lastupdated\": 1680722448457,\n            \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n            \"lastvisit\": 1680722447455\n        },\n        \"auto_5739946637131776\": {\n            \"firstvisit\": 1646946262147,\n            \"lastbrowsername\": \"Chrome\",\n            \"lastbrowserversion\": \"112.0.0\",\n            \"lastmetadataupdate_agent\": 1683557367905,\n            \"lastoperatingsystem\": \"Mac OS X\",\n            \"lastservername\": \"localhost:8080\",\n            \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36\",\n            \"lastvisit\": 1683560865301\n        },\n        \"auto__323232\": {\n            \"firstvisit\": 1680722218840,\n            \"lastbrowsername\": \"Chrome\",\n            \"lastbrowserversion\": \"111.0.0\",\n            \"lastmetadataupdate_agent\": 1680722447455,\n            \"lastoperatingsystem\": \"Mac OS X\",\n            \"lastservername\": \"localhost:8080\",\n            \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n            \"lastvisit\": 1680722447455\n        },\n        \"custom\": {\n            \"epochdate\": 1649185237504,\n            \"favoriteColor\": \"purple\"\n        }\n    },\n    \"account\": {\n        \"id\": \"\"\n    }\n}"}],"_postman_id":"86fc6b21-9d63-4b08-98fc-835bb7f06064"},{"name":"Get Visitor History for a Time Period","id":"91101182-97fb-47ad-8d9f-b764780f06f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/x-www-form-urlencoded","type":"text"},{"warning":"This is a duplicate header and will be overridden by the x-pendo-integration-key header generated by Postman.","key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/visitor/:visitorId/history?starttime=","description":"<p>Returns a <strong>summary</strong> of visitor activity for a 24 hour time period. For specific event counts, use the aggregation endpoint and queries below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/visitor/:visitorId/history?starttime=epochTimestamp</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>visitorId</code> - URL encoded visitor id or <code>b64_XXXX</code>, where <code>XXXX</code> is a URL-safe base64 encoded visitor Id  <br /><code>starttime</code> - Start time for historical data, in milliseconds since the <a href=\"https://www.epochconverter.com/\">epoch</a></td>\n</tr>\n<tr>\n<td>Additional Request Headers</td>\n<td><code>x-pendo-base64-encoded-params</code>:<code>true</code>(only include when submitting a <code>b64_XXXX</code> ID)</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: The visitor history is returned in the body as a JSON list of objects. An empty list means there was no activity in that time period  <br /><code>404</code>: The visitor is unknown</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note</strong><strong>**</strong>**__: Visitor history is limited to the last 180 days.</em></p>\n<h3 id=\"response\">Response</h3>\n<p>Each historical event is a JSON object, each with its own type-dependent fields.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td>The type of object. Page for example.</td>\n</tr>\n<tr>\n<td><code>(object)id</code>  <br /><em>string</em></td>\n<td>The associated unique identifier or untaggedUrl for the returned resource.</td>\n</tr>\n<tr>\n<td><code>ts</code>  <br /><em>number</em></td>\n<td>Milliseconds after the epoch that the event occurred. For pages, this is the first time the page was seen during consecutive usage.</td>\n</tr>\n<tr>\n<td><code>lastTs</code>  <br /><em>number</em></td>\n<td>Last time in consecutive usage that a page (or untagged page) was seen.</td>\n</tr>\n<tr>\n<td><code>uri</code>  <br /><em>string</em></td>\n<td>API call to get the type-specific object associated with this event (not applicable to untagged pages).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","visitor",":visitorId","history"],"host":["https://app.pendo.io"],"query":[{"description":{"content":"<p>Start time for historical data, in milliseconds since the epoch</p>\n","type":"text/plain"},"key":"starttime","value":""}],"variable":[{"description":{"content":"<p>Visitor ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"visitorId"}]}},"response":[{"id":"8ca5c67d-bea4-4b84-a374-ff566a8f35f5","name":"Get Visitor History for a Time Period","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/x-www-form-urlencoded"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true","disabled":true}],"url":{"raw":"https://app.pendo.io/api/v1/visitor/:visitorId/history?starttime=","host":["https://app.pendo.io"],"path":["api","v1","visitor",":visitorId","history"],"query":[{"key":"starttime","value":"","description":"Start time for historical data, in milliseconds since the epoch"}],"variable":[{"key":"visitorId","value":"exampleVisitor","description":"Visitor ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 20:14:49 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"2"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"type\": \"page\",\n        \"uri\": \"https://20230508t1821-3c65c6a7-dot-apiv1-aggregations-dot-pendo-io.gke.us.pendo.io/api/s/5745181794369536/page/HkME1Igl7lcpyDgLb57MxXny8yE\",\n        \"parsedUserAgent\": {\n            \"name\": \"Chrome\",\n            \"version\": \"112.0.0\",\n            \"os\": \"Mac OS X\"\n        },\n        \"appId\": -323232,\n        \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n        \"ts\": 1683563280000,\n        \"lastTs\": 1683563337285,\n        \"duration\": 57285\n    },\n    {\n        \"type\": \"guide\",\n        \"uri\": \"https://20230508t1821-3c65c6a7-dot-apiv1-aggregations-dot-pendo-io.gke.us.pendo.io/api/s/5745181794369536/guide/YbJb3g9666G8mwxG9M0DflO0I2E/step/Qzri5_pIhDTS5Te8eh4bQBU4SEc\",\n        \"parsedUserAgent\": {\n            \"name\": \"Chrome\",\n            \"version\": \"112.0.0\",\n            \"os\": \"Mac OS X\"\n        },\n        \"appId\": 5739946637131776,\n        \"guideId\": \"YbJb3g9666G8mwxG9M0DflO0I2E\",\n        \"guideStepId\": \"Qzri5_pIhDTS5Te8eh4bQBU4SEc\",\n        \"ts\": 1683563305183\n    },\n    {\n        \"type\": \"feature\",\n        \"uri\": \"https://20230508t1821-3c65c6a7-dot-apiv1-aggregations-dot-pendo-io.gke.us.pendo.io/api/s/5745181794369536/feature/Shq92GLDSsKDdzWdpyGB2Xxgvws\",\n        \"parsedUserAgent\": {\n            \"name\": \"Chrome\",\n            \"version\": \"112.0.0\",\n            \"os\": \"Mac OS X\"\n        },\n        \"appId\": -323232,\n        \"featureId\": \"Shq92GLDSsKDdzWdpyGB2Xxgvws\",\n        \"ts\": 1683563371107\n    }\n]"}],"_postman_id":"91101182-97fb-47ad-8d9f-b764780f06f2"}],"id":"3acb7d0d-69dc-4508-a9ba-e085a7301c27","description":"<p>The visitor endpoint allows you to retrieve visitor specific details by supplying a visitor ID as part of your request. The <code>visitorId</code> referenced below can be found on the <a href=\"https://app.pendo.io/visitors\">visitors list page</a> or at the end of the url when viewing a visitor details page.</p>\n<h2 id=\"the-visitor-object\">The Visitor Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes  <br /></strong><em>(nested elements separated by</em> <code>.</code> <em>)</em></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the visitor.</td>\n</tr>\n<tr>\n<td><code>accountIds</code>  <br /><em>array</em></td>\n<td>Array of unique accountIds the visitor belongs to.</td>\n</tr>\n<tr>\n<td><code>metadata</code>  <br /><em>object</em></td>\n<td>Object containing all metadata for the visitor. This includes data captured by the <code>agent</code>, <code>custom</code> fields created via the API, integration-specific data from <code>salesforce</code> and <code>segmentio</code>, as well as data <code>auto</code>-generated by Pendo.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.accountId</code>  <br /><em>string</em></td>\n<td>The Account ID last associated with the visitor.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.firstvisit</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when an event was first captured for the visitor.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.idhash</code>  <br /><em>number</em></td>\n<td>Hash of visitor Id.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastbrowsername</code>  <br /><em>string</em></td>\n<td>Most recent browser name.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastbrowserversion</code>  <br /><em>string</em></td>\n<td>Most recent browser version.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastoperatingsystem</code>  <br /><em>string</em></td>\n<td>Most recent operating system.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastservername</code>  <br /><em>string</em></td>\n<td>Most recent server name.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastupdated</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the visitor was last updated.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastuseragent</code>  <br /><em>string</em></td>\n<td>Most recent user agent (unparsed).</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastvisit</code>  <br /><em>timestamp</em></td>\n<td>The timestamp in milliseconds after the epoch when we last recorded an event for the visitor.</td>\n</tr>\n<tr>\n<td><code>metadata.auto__xxxxx</code>  <br /><em>object</em></td>\n<td>Returned in multi-app subscriptions only. Specifies the above metadata specific to each application where <code>xxxxx</code> is the application ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3acb7d0d-69dc-4508-a9ba-e085a7301c27","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Account","item":[{"name":"Get Account by ID","id":"6862067f-157a-49f8-91c1-a9da4b98df97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/account/:accountId","description":"<p>Gets an account object using an Account ID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/account/:accountId</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>accountId</code> - URL encoded account id</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>404</code>: Error while getting account, no such entity found</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","account",":accountId"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"bc7b8ab9-79e6-4e15-b96e-bb0e7799a696","description":{"content":"<p>Account ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"accountId"}]}},"response":[{"id":"fa2bf1bf-86cd-444d-a8e8-4fd6cf2fa16e","name":"Get Account by ID","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true","disabled":true}],"url":{"raw":"https://app.pendo.io/api/v1/account/:accountId","host":["https://app.pendo.io"],"path":["api","v1","account",":accountId"],"variable":[{"key":"accountId","value":"exampleAccount","description":"Account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Jul 2021 14:56:36 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"exampleAccount\",\n    \"metadata\": {\n        \"agent\": {\n            \"boolean\": true,\n            \"date\": 1679529600000,\n            \"language\": \"en_US\",\n            \"list\": [\n                \"one\",\n                \"two\",\n                \"three\"\n            ],\n            \"number\": 201,\n            \"text\": \"This is the account object\"\n        },\n        \"auto\": {\n            \"firstvisit\": 1680722447455,\n            \"id\": \"exampleAccount\",\n            \"idhash\": 3933676931,\n            \"lastupdated\": 1683647889744,\n            \"lastvisit\": 1683647889620\n        },\n        \"auto_5739946637131776\": {\n            \"firstvisit\": 1683563304410,\n            \"lastvisit\": 1683647889620\n        },\n        \"auto__323232\": {\n            \"firstvisit\": 1680722447455,\n            \"lastupdated\": 1680722447986,\n            \"lastvisit\": 1680722447455\n        }\n    }\n}"}],"_postman_id":"6862067f-157a-49f8-91c1-a9da4b98df97"},{"name":"Get Account by base64 encoded ID","id":"d06c678c-4775-4a2b-9190-b7a190e97f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true"}],"url":"https://app.pendo.io/api/v1/account/:b64_id","description":"<p>You may also retrieve account information by using a base64-encoded Account ID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/account/:b64_id</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>b64_id</code>- a URL-safe base64 encoded account ID</td>\n</tr>\n<tr>\n<td>Additional Request Headers</td>\n<td><code>x-pendo-base64-encoded-params</code>:<code>true</code> (only include when submitting a <code>b64_XXXX</code> ID)</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>404</code>: Error while getting visitor, no such entity found</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","account",":b64_id"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"07aad837-8f09-43f4-8a4e-24fb32dc69e8","description":{"content":"<p>base64 encoded Account ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"b64_id"}]}},"response":[{"id":"9f156d73-3c6e-4ea1-b3f4-2df6dcb543c5","name":"Get Account by base64 encoded ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true"}],"url":{"raw":"https://app.pendo.io/api/v1/account/:b64_id","host":["https://app.pendo.io"],"path":["api","v1","account",":b64_id"],"variable":[{"key":"b64_id","value":"ZXhhbXBsZUFjY291bnQ=","description":"base64 encoded Account ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"exampleAccount\",\n    \"metadata\": {\n        \"agent\": {\n            \"boolean\": true,\n            \"date\": 1679529600000,\n            \"language\": \"en_US\",\n            \"list\": [\n                \"one\",\n                \"two\",\n                \"three\"\n            ],\n            \"number\": 201,\n            \"text\": \"This is the account object\"\n        },\n        \"auto\": {\n            \"firstvisit\": 1680722447455,\n            \"id\": \"exampleAccount\",\n            \"idhash\": 3933676931,\n            \"lastupdated\": 1683647889744,\n            \"lastvisit\": 1683647889620\n        },\n        \"auto_5739946637131776\": {\n            \"firstvisit\": 1683563304410,\n            \"lastvisit\": 1683647889620\n        },\n        \"auto__323232\": {\n            \"firstvisit\": 1680722447455,\n            \"lastupdated\": 1680722447986,\n            \"lastvisit\": 1680722447455\n        }\n    }\n}"}],"_postman_id":"d06c678c-4775-4a2b-9190-b7a190e97f50"}],"id":"12dd758f-1578-4eba-894c-0d6ea64f600a","description":"<p>The account endpoint allows you to retrieve account-specific details by supplying an account ID as part of your request. The <code>accountId</code> referenced below can be found on the <a href=\"https://app.pendo.io/accounts\">accounts list page</a> or at the end of the url when viewing an account details page.</p>\n<h2 id=\"the-account-object\">The Account Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the account.</td>\n</tr>\n<tr>\n<td><code>metadata</code>  <br /><em>string</em></td>\n<td>Object containing all metadata for the account. This includes data captured by the <code>agent</code>, <code>custom</code> fields created via the API, integration-specific data from <code>salesforce</code> and <code>segmentio</code>, as well as data <code>auto</code>-generated by Pendo.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.firstvisit</code>  <br /><em>integer</em></td>\n<td>Time of first visit, in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.idhash</code>  <br /><em>integer</em></td>\n<td>Hash of account Id</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastupdated</code>  <br /><em>integer</em></td>\n<td>Time of last update, in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastvisit</code>  <br /><em>integer</em></td>\n<td>Time of last visit, in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>metadata.auto__xxxxx</code>  <br /><em>object</em></td>\n<td>Returned in multi-app subscriptions only. Specifies the above metadata specific to each application where <code>xxxxx</code> is the application ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"12dd758f-1578-4eba-894c-0d6ea64f600a","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Bulk Deletion (GDPR/CCPA)","item":[{"name":"Bulk Delete Visitors","id":"a901cda4-6394-466e-88d6-bd9a39819429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the x-pendo-integration-key header generated by Postman.","key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"visitors\": [\n        \"visitorId\",\n        \"visitorId2\"\n    ]\n}"},"url":"https://app.pendo.io/api/v1/bulkdelete/visitor","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>api/v1/bulkdelete/visitor</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>400</code>: No IDs in payload</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","bulkdelete","visitor"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"48f875fe-472a-4be2-967b-c4efe5803caa","name":"Bulk Delete Visitors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"visitors\": [\n        \"visitorId\",\n        \"visitorId2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/bulkdelete/visitor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"70456b6d-b11b-4d3f-967b-e383651ec502\",\n    \"ids\": [\n        \"visitorId\",\n        \"visitorId2\"\n    ],\n    \"kind\": \"Visitor\",\n    \"createdTime\": \"2018-11-27T20:37:24.247464Z\",\n    \"completionTime\": \"0001-01-01T00:00:00Z\",\n    \"startedTime\": \"0001-01-01T00:00:00Z\",\n    \"stepsComplete\": 0,\n    \"stepsRemaining\": 0\n}"}],"_postman_id":"a901cda4-6394-466e-88d6-bd9a39819429"},{"name":"Bulk Delete Accounts","id":"ba8ae6fd-6b87-47e4-97b4-55220fd3482d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the x-pendo-integration-key header generated by Postman.","key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accounts\": [\n        \"accountId\",\n        \"accountId2\"\n    ]\n}"},"url":"https://app.pendo.io/api/v1/bulkdelete/account","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>api/v1/bulkdelete/account</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>400</code>: No IDs in payload</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","bulkdelete","account"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"d3bf0ca9-c69c-4212-a36d-0895aedf1421","name":"Bulk Delete Accounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"accounts\": [\n        \"accountId\",\n        \"accountId2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/bulkdelete/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"f66dd3cc-9218-6a6d-517e-2b731efa3457\",\n    \"ids\": [\n        \"accountId\",\n        \"accountId2\"\n    ],\n    \"kind\": \"Account\",\n    \"createdTime\": \"2018-11-27T20:37:24.247464Z\",\n    \"completionTime\": \"0001-01-01T00:00:00Z\",\n    \"startedTime\": \"0001-01-01T00:00:00Z\",\n    \"stepsComplete\": 0,\n    \"stepsRemaining\": 0\n}"}],"_postman_id":"ba8ae6fd-6b87-47e4-97b4-55220fd3482d"},{"name":"Get all outstanding bulk deletion requests","id":"60aa0b03-2212-499b-8203-7b64e14fa527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the x-pendo-integration-key header generated by Postman.","key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/bulkdelete","description":"<p>Returns a list of all bulk deletion requests not yet completed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>api/v1/bulkdelete</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","bulkdelete"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"f1afe63e-df1b-4cf3-9377-a644cfacc253","name":"Get all outstanding bulk deletion requests","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/bulkdelete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"70456b6d-b11b-4d3f-967b-e383651ec502\",\n        \"ids\": [\n            \"visitorId\",\n            \"visitorId2\"\n        ],\n        \"kind\": \"Visitor\",\n        \"createdTime\": \"2018-11-27T20:37:24.247464Z\",\n        \"completionTime\": \"0001-01-01T00:00:00Z\",\n        \"startedTime\": \"2018-11-28T18:02:12.385028Z\",\n        \"stepsComplete\": 3,\n        \"stepsRemaining\": 8\n    },\n    {\n        \"id\": \"f66dd3cc-9218-6a6d-517e-2b731efa3457\",\n        \"ids\": [\n            \"accountId\",\n            \"accountId2\"\n        ],\n        \"kind\": \"Account\",\n        \"createdTime\": \"2018-11-27T20:37:24.247464Z\",\n        \"completionTime\": \"0001-01-01T00:00:00Z\",\n        \"startedTime\": \"0001-01-01T00:00:00Z\",\n        \"stepsComplete\": 0,\n        \"stepsRemaining\": 0\n    }\n]"}],"_postman_id":"60aa0b03-2212-499b-8203-7b64e14fa527"},{"name":"Get one bulk deletion status","id":"aa48d979-da56-4c27-8cb7-0bf388d596a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the x-pendo-integration-key header generated by Postman.","key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/bulkdelete/:id","description":"<p>Returns information on a specific bulk deletion request. These are available even after a deletion is complete.Every bulk delete request and its completion status is preserved for all time and serves as a receipt of the request and a record of its completion.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>api/v1/bulkdelete/:id</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>:id</code> - The request id returned from the deletion request</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","bulkdelete",":id"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>Id of the deletion request</p>\n","type":"text/plain"},"type":"any","value":null,"key":"id"}]}},"response":[{"id":"a40b1653-fc49-46f0-899a-deaf4aa5ca39","name":"Get one bulk deletion status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/bulkdelete/:id","host":["https://app.pendo.io"],"path":["api","v1","bulkdelete",":id"],"variable":[{"key":"id","value":"70456b6d-b11b-4d3f-967b-e383651ec502"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"70456b6d-b11b-4d3f-967b-e383651ec502\",\n    \"ids\": [\n        \"visitorId\",\n        \"visitorId2\"\n    ],\n    \"kind\": \"Visitor\",\n    \"createdTime\": \"2018-11-27T20:37:24.247464Z\",\n    \"completionTime\": \"2018-11-30T05:32:15.283465Z\",\n    \"startedTime\": \"2018-11-28T18:02:12.385028Z\",\n    \"stepsComplete\": 11,\n    \"stepsRemaining\": 0\n}"}],"_postman_id":"aa48d979-da56-4c27-8cb7-0bf388d596a0"}],"id":"1f49623d-e7cd-49d0-b9dd-c49b5b2eae84","description":"<p>The bulk deletion endpoint allows large numbers of visitors and accounts to be deleted at once. Each request can schedule deletion for up to 500 visitors or accounts. The request enters those IDs into a queue for later deletion which may take up to 21 days. During the deletion process, all visitors or accounts are also marked as Do Not Process (DNP) so no further data will be collected.</p>\n<p>Multiple API calls may result in a single deletion <code>request id</code> as individual requests are consolidated a maximum of 500 visitors or accounts. Requests to delete items whose deletion has already been requested, but has not yet started, will fail with a BadRequest response.</p>\n<p>Note that deletions apply to all areas of Pendo, including Adopt and Feedback.</p>\n","_postman_id":"1f49623d-e7cd-49d0-b9dd-c49b5b2eae84","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Segment","item":[{"name":"Get All Shared (Everyone) Segments","id":"92b4a527-1311-45be-bf36-cfcf91d1a47c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/segment","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"1dc6ffc1-5054-4aef-a7f2-414312a63d26","name":"Get All Shared (Everyone) Segments","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"","value":"","disabled":true}],"url":"https://app.pendo.io/api/v1/segment"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"username\": \"z.avala@pendo.io\",\n            \"hasLoggedIn\": true,\n            \"id\": \"5692633674809344\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"lastLogin\": 1699563317919,\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1636750169725,\n        \"lastUpdatedByUser\": {\n            \"username\": \"i.kora@pendo.io\",\n            \"hasLoggedIn\": true,\n            \"id\": \"5692633674809344\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1712171762286,\n        \"kind\": \"Segment\",\n        \"rootVersionId\": \"gPXLnBvKja52OE-81NlN896I_mI\",\n        \"stableVersionId\": \"gPXLnBvKja52OE-81NlN896I_mI-20240403191602.798968731\",\n        \"id\": \"gPXLnBvKja52OE-81NlN896I_mI\",\n        \"name\": \"Segment for Guide ABC\",\n        \"isTraining\": false,\n        \"targetAccount\": \"\",\n        \"flagName\": \"\",\n        \"shared\": true,\n        \"createdByApi\": false,\n        \"definition\": {\n            \"filters\": [\n                {\n                    \"key\": \"54fc2fd6-705c-46dd-8b5f-56fab1261501\",\n                    \"group\": \"agent\",\n                    \"kind\": \"visitor\",\n                    \"field\": \"visitor.custom.booleanField\",\n                    \"id\": \"visitor_agent_boolean\",\n                    \"type\": \"visitor.custom.booleanField\",\n                    \"name\": \"booleanField\",\n                    \"schema\": \"boolean\",\n                    \"elementType\": \"\",\n                    \"value\": true,\n                    \"operator\": \"==\",\n                    \"$valid\": true\n                },\n                {\n                    \"key\": \"3af19332-c6dd-45ee-8f73-3d2c1d67c520\",\n                    \"group\": \"agent\",\n                    \"kind\": \"account\",\n                    \"field\": \"account.agent.thisMetadataField\",\n                    \"id\": \"account_agent_thisMetadataField\",\n                    \"type\": \"account.agent.thisMetadataField\",\n                    \"name\": \"thisMetadataField\",\n                    \"schema\": \"string\",\n                    \"elementType\": \"\",\n                    \"operator\": \"!empty\",\n                    \"value\": \"\",\n                    \"$valid\": true\n                }\n            ],\n            \"advancedOptions\": {\n                \"selectedVisitorType\": \"visitorId\",\n                \"showGuidesToAnon\": null\n            }\n        },\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"eval\": {\n                    \"accountId\": \"metadata.auto.accountids\"\n                }\n            },\n            {\n                \"unwind\": {\n                    \"field\": \"accountId\",\n                    \"keepEmpty\": true\n                }\n            },\n            {\n                \"bulkExpand\": {\n                    \"account\": {\n                        \"account\": \"accountId\"\n                    }\n                }\n            },\n            {\n                \"filter\": \"metadata.custom.booleanField==true\"\n            },\n            {\n                \"filter\": \"!isEmpty(account.agent.thisMetadataField)\"\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"accountId\": \"accountId\"\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            }\n        ],\n        \"dependentMetadata\": [\n            \"account.agent.thisMetadataField\",\n            \"visitor.custom.booleanField\"\n        ],\n        \"isFocusGroup\": false\n    },\n    {\n        \"createdByUser\": {\n            \"username\": \"i.kora@pendo.io\",\n            \"hasLoggedIn\": true,\n            \"id\": \"5692633674809344\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"createdAt\": 1671472333164,\n        \"lastUpdatedByUser\": {\n            \"username\": \"i.kora@pendo.io\",\n            \"hasLoggedIn\": true,\n            \"id\": \"5692633674809344\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1712171627377,\n        \"kind\": \"Segment\",\n        \"rootVersionId\": \"BQFvL3WoZia9WiAhXTAVxXYdhf0\",\n        \"stableVersionId\": \"BQFvL3WoZia9WiAhXTAVxXYdhf0-20240403191347.658706442\",\n        \"id\": \"BQFvL3WoZia9WiAhXTAVxXYdhf0\",\n        \"name\": \"Nested Segment\",\n        \"isTraining\": false,\n        \"targetAccount\": \"\",\n        \"flagName\": \"\",\n        \"shared\": true,\n        \"createdByApi\": false,\n        \"definition\": {\n            \"filters\": [\n                {\n                    \"key\": \"b959a3e9-1c2f-4ad1-bbdf-d8ecd58c7f90\",\n                    \"id\": \"segment\",\n                    \"name\": \"Segment\",\n                    \"schema\": \"segment\",\n                    \"type\": \"segment\",\n                    \"kind\": \"segment\",\n                    \"operator\": \"==\",\n                    \"$valid\": true,\n                    \"segmentId\": \"cV_yQx1rIAnhW3HbDpzg7lAYJ-M\"\n                },\n                {\n                    \"key\": \"4382dc21-fdb2-4033-a8f0-e19a9ff83754\",\n                    \"id\": \"guide\",\n                    \"name\": \"Guide\",\n                    \"schema\": \"guide\",\n                    \"type\": \"guide\",\n                    \"kind\": \"visitor\",\n                    \"value\": \"\",\n                    \"appId\": -323232,\n                    \"guideId\": \"JmolEWGi1la2KIf9FhkH9DLScq8\",\n                    \"useEventProperty\": false,\n                    \"$valid\": true,\n                    \"fact\": \"viewed\",\n                    \"time\": \"ever\"\n                }\n            ],\n            \"advancedOptions\": {\n                \"selectedVisitorType\": null,\n                \"showGuidesToAnon\": null\n            }\n        },\n        \"compound\": \"cV_yQx1rIAnhW3HbDpzg7lAYJ-M && inline1\",\n        \"pipelines\": {\n            \"inline1\": [\n                {\n                    \"spawn\": [\n                        [\n                            {\n                                \"source\": {\n                                    \"visitors\": null\n                                }\n                            },\n                            {\n                                \"cat\": null\n                            }\n                        ],\n                        [\n                            {\n                                \"source\": {\n                                    \"guidesSeenEver\": {\n                                        \"guideId\": \"JmolEWGi1la2KIf9FhkH9DLScq8\"\n                                    }\n                                }\n                            },\n                            {\n                                \"eval\": {\n                                    \"parentAccountId\": \"parentAccountId(accountId)\"\n                                }\n                            },\n                            {\n                                \"group\": {\n                                    \"group\": [\n                                        \"visitorId\"\n                                    ],\n                                    \"fields\": [\n                                        {\n                                            \"lastState\": {\n                                                \"first\": \"lastState\"\n                                            }\n                                        },\n                                        {\n                                            \"lastSeen\": {\n                                                \"first\": \"lastSeenAt\"\n                                            }\n                                        },\n                                        {\n                                            \"firstSeen\": {\n                                                \"first\": \"firstSeenAt\"\n                                            }\n                                        },\n                                        {\n                                            \"seenCount\": {\n                                                \"first\": \"seenCount\"\n                                            }\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"select\": {\n                                    \"lastState0\": \"lastState\",\n                                    \"guideLastTime0\": \"lastSeen\",\n                                    \"guideFirstTime0\": \"firstSeen\",\n                                    \"guideSeenCount0\": \"seenCount\",\n                                    \"visitorId\": \"visitorId\"\n                                }\n                            }\n                        ]\n                    ]\n                },\n                {\n                    \"join\": {\n                        \"fields\": [\n                            \"visitorId\"\n                        ],\n                        \"width\": 2\n                    }\n                },\n                {\n                    \"filter\": \"!isNull(lastState0)\"\n                },\n                {\n                    \"select\": {\n                        \"visitorId\": \"visitorId\"\n                    }\n                }\n            ]\n        },\n        \"dependentMetadata\": [],\n        \"isFocusGroup\": false\n    },\n    {\n        \"createdByUser\": {\n            \"username\": \"i.kora@pendo.io\",\n            \"hasLoggedIn\": true,\n            \"id\": \"5692633674809344\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"createdAt\": 1712171555627,\n        \"lastUpdatedByUser\": {\n            \"username\": \"z.avala@pendo.io\",\n            \"hasLoggedIn\": true,\n            \"id\": \"5692633674809344\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"lastLogin\": 1699563317919,\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"lastUpdatedAt\": 1712845626505,\n        \"kind\": \"Segment\",\n        \"rootVersionId\": \"1Orv_l6v0YOqGPEiQ9FQVQ_XGTs\",\n        \"stableVersionId\": \"1Orv_l6v0YOqGPEiQ9FQVQ_XGTs-20240411142706.770126718\",\n        \"id\": \"1Orv_l6v0YOqGPEiQ9FQVQ_XGTs\",\n        \"name\": \"Active Accounts with >10 Page Views\",\n        \"isTraining\": false,\n        \"targetAccount\": \"\",\n        \"flagName\": \"\",\n        \"shared\": true,\n        \"createdByApi\": false,\n        \"definition\": {\n            \"filters\": [\n                {\n                    \"key\": \"63c4f29c-ac4e-44ea-98db-9918cdcfd6a6\",\n                    \"id\": \"page\",\n                    \"name\": \"Page\",\n                    \"schema\": \"aggregation\",\n                    \"type\": \"page\",\n                    \"kind\": \"visitor\",\n                    \"useEventProperty\": false,\n                    \"value\": 10,\n                    \"appId\": -323232,\n                    \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n                    \"$valid\": true,\n                    \"fact\": \"eventCount\",\n                    \"operator\": \">=\",\n                    \"time\": \"withinLast\",\n                    \"count\": 30,\n                    \"granularity\": \"days\"\n                },\n                {\n                    \"key\": \"d5285c4b-088d-40c5-8a3b-c9edb50b2f5e\",\n                    \"group\": \"agent\",\n                    \"kind\": \"account\",\n                    \"field\": \"account.agent.type\",\n                    \"id\": \"account_agent_type\",\n                    \"type\": \"account.agent.type\",\n                    \"name\": \"type\",\n                    \"schema\": \"string\",\n                    \"elementType\": \"\",\n                    \"operator\": \"==\",\n                    \"$valid\": true,\n                    \"value\": \"0\"\n                }\n            ],\n            \"advancedOptions\": {\n                \"selectedVisitorType\": null,\n                \"showGuidesToAnon\": null\n            }\n        },\n        \"pipeline\": [\n            {\n                \"spawn\": [\n                    [\n                        {\n                            \"source\": {\n                                \"visitors\": null\n                            }\n                        },\n                        {\n                            \"cat\": null\n                        }\n                    ],\n                    [\n                        {\n                            \"source\": {\n                                \"pageEvents\": {\n                                    \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\"\n                                },\n                                \"timeSeries\": {\n                                    \"period\": \"dayRange\",\n                                    \"first\": \"dateAdd(now(),-30,\\\"days\\\")\",\n                                    \"last\": \"dateAdd(now(),-1,\\\"days\\\")\"\n                                }\n                            }\n                        },\n                        {\n                            \"eval\": {\n                                \"parentAccountId\": \"parentAccountId(accountId)\"\n                            }\n                        },\n                        {\n                            \"group\": {\n                                \"group\": [\n                                    \"visitorId\"\n                                ],\n                                \"fields\": [\n                                    {\n                                        \"page0_visitor_eventCount_withinLast_30_days\": {\n                                            \"sum\": \"numEvents\"\n                                        }\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"select\": {\n                                \"visitorId\": \"visitorId\",\n                                \"page0_visitor_eventCount_withinLast_30_days\": \"page0_visitor_eventCount_withinLast_30_days\"\n                            }\n                        }\n                    ]\n                ]\n            },\n            {\n                \"join\": {\n                    \"fields\": [\n                        \"visitorId\"\n                    ],\n                    \"width\": 2\n                }\n            },\n            {\n                \"eval\": {\n                    \"accountId\": \"metadata.auto.accountids\"\n                }\n            },\n            {\n                \"unwind\": {\n                    \"field\": \"accountId\",\n                    \"keepEmpty\": true\n                }\n            },\n            {\n                \"bulkExpand\": {\n                    \"account\": {\n                        \"account\": \"accountId\"\n                    }\n                }\n            },\n            {\n                \"eval\": {\n                    \"page0_visitor_eventCount_withinLast_30_days\": \"if(isNil(page0_visitor_eventCount_withinLast_30_days),0,page0_visitor_eventCount_withinLast_30_days)\"\n                }\n            },\n            {\n                \"filter\": \"page0_visitor_eventCount_withinLast_30_days>=10\"\n            },\n            {\n                \"filter\": \"account.agent.type==\\\"0\\\"\"\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"accountId\": \"accountId\"\n                }\n            }\n        ],\n        \"dependentMetadata\": [\n            \"account.agent.type\"\n        ],\n        \"isFocusGroup\": false\n    }\n]"}],"_postman_id":"92b4a527-1311-45be-bf36-cfcf91d1a47c"},{"name":"Get Segment by segmentId","id":"5919c1f3-3469-4185-86e7-4ba16aaedad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/segment/:id","description":"<p>You may also retrieve a single segment's details by including its <code>segmentId</code>. This can be found at the end of the URL when viewing details for a specific segment within the Pendo UI.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:id</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>404</code>: Entity not found</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":id"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>Segment ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"876f4bb4-8499-41e9-8718-56b4949b0267","name":"Get Segment by segmentId","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/segment/:id","host":["https://app.pendo.io"],"path":["api","v1","segment",":id"],"variable":[{"key":"id","value":"gPXLnBvKja52OE-81NlN896I_mI","description":"Segment ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"createdByUser\": {\n        \"username\": \"z.avala@pendo.io\",\n        \"hasLoggedIn\": true,\n        \"id\": \"5692633674809344\",\n        \"first\": \"Zack\",\n        \"last\": \"Avala\",\n        \"lastLogin\": 1699563317919,\n        \"role\": 8,\n        \"userType\": \"normal\",\n        \"visitorIds\": [\n            \"exampleVisitor\",\n            \"2abde58cf04d71c1109d9de43c295b1c\"\n        ]\n    },\n    \"createdAt\": 1636750169725,\n    \"lastUpdatedByUser\": {\n        \"username\": \"i.kora@pendo.io\",\n        \"hasLoggedIn\": true,\n        \"id\": \"5692633674809344\",\n        \"first\": \"Imelda\",\n        \"last\": \"Kora\",\n        \"role\": 8,\n        \"userType\": \"normal\",\n        \"visitorIds\": [\n            \"exampleVisitor2\",\n            \"8f7fd4456b256576eb05f3ddba26b651\"\n        ]\n    },\n    \"lastUpdatedAt\": 1712171762286,\n    \"kind\": \"Segment\",\n    \"rootVersionId\": \"gPXLnBvKja52OE-81NlN896I_mI\",\n    \"stableVersionId\": \"gPXLnBvKja52OE-81NlN896I_mI-20240403191602.798968731\",\n    \"id\": \"gPXLnBvKja52OE-81NlN896I_mI\",\n    \"name\": \"Segment for Guide ABC\",\n    \"isTraining\": false,\n    \"targetAccount\": \"\",\n    \"flagName\": \"\",\n    \"shared\": true,\n    \"createdByApi\": false,\n    \"definition\": {\n        \"filters\": [\n            {\n                \"key\": \"54fc2fd6-705c-46dd-8b5f-56fab1261501\",\n                \"group\": \"agent\",\n                \"kind\": \"visitor\",\n                \"field\": \"visitor.custom.booleanField\",\n                \"id\": \"visitor_agent_boolean\",\n                \"type\": \"visitor.custom.booleanField\",\n                \"name\": \"booleanField\",\n                \"schema\": \"boolean\",\n                \"elementType\": \"\",\n                \"value\": true,\n                \"operator\": \"==\",\n                \"$valid\": true\n            },\n            {\n                \"key\": \"3af19332-c6dd-45ee-8f73-3d2c1d67c520\",\n                \"group\": \"agent\",\n                \"kind\": \"account\",\n                \"field\": \"account.agent.thisMetadataField\",\n                \"id\": \"account_agent_thisMetadataField\",\n                \"type\": \"account.agent.thisMetadataField\",\n                \"name\": \"thisMetadataField\",\n                \"schema\": \"string\",\n                \"elementType\": \"\",\n                \"operator\": \"!empty\",\n                \"value\": \"\",\n                \"$valid\": true\n            }\n        ],\n        \"advancedOptions\": {\n            \"selectedVisitorType\": \"visitorId\",\n            \"showGuidesToAnon\": null\n        }\n    },\n    \"pipeline\": [\n        {\n            \"source\": {\n                \"visitors\": null\n            }\n        },\n        {\n            \"eval\": {\n                \"accountId\": \"metadata.auto.accountids\"\n            }\n        },\n        {\n            \"unwind\": {\n                \"field\": \"accountId\",\n                \"keepEmpty\": true\n            }\n        },\n        {\n            \"bulkExpand\": {\n                \"account\": {\n                    \"account\": \"accountId\"\n                }\n            }\n        },\n        {\n            \"filter\": \"metadata.custom.booleanField==true\"\n        },\n        {\n            \"filter\": \"!isEmpty(account.agent.thisMetadataField)\"\n        },\n        {\n            \"select\": {\n                \"visitorId\": \"visitorId\",\n                \"accountId\": \"accountId\"\n            }\n        },\n        {\n            \"identified\": \"visitorId\"\n        }\n    ],\n    \"dependentMetadata\": [\n        \"account.agent.thisMetadataField\",\n        \"visitor.custom.booleanField\"\n    ],\n    \"isFocusGroup\": false\n}"}],"_postman_id":"5919c1f3-3469-4185-86e7-4ba16aaedad8"},{"name":"Start export of segment visitors","id":"d2f55529-fc43-4913-beca-5149e5a15a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/segment/:segmentId/visitors","description":"<p>Start an asynchronous export of the visitors in a Segment.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:segmentId/visitors</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":segmentId","visitors"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"70f2dc2c-338b-41d5-b38b-73aa3ab4c8b5","description":{"content":"<p>Segment ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"segmentId"}]}},"response":[{"id":"23fd42c7-39ed-498f-bccf-3b7c5cae87d2","name":"Start export of segment visitors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/segment/:segmentId/visitors","host":["https://app.pendo.io"],"path":["api","v1","segment",":segmentId","visitors"],"variable":[{"key":"segmentId","value":"ABC","description":"Segment ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"103021d1-9358-4602-9a6c-2fc618b74a4c\",\n    \"statusUrl\": \"https://app.pendo.io/api/v1/segment/UImDiWIPtuGM6eP48XzrWHYrz50/visitors/103021d1-9358-4602-9a6c-2fc618b74a4c/status\"\n}"}],"_postman_id":"d2f55529-fc43-4913-beca-5149e5a15a88"},{"name":"Check segment export status","id":"0da75965-ad54-4a55-bade-1b180115f72d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/segment/:segmentId/visitors/:jobId/status","description":"<p>Retrieve the status of a segment export. The <code>jobId</code> is returned in the response of the \"Start export of segment visitors\" request above.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:segmentId/visitors/:jobId/status</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Status is sent as body  <br /><code>404</code>: Job ID not found  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":segmentId","visitors",":jobId","status"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"d3d69c1b-3ab6-4d87-946d-6dfdcbcddc5a","description":{"content":"<p>Segment ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"segmentId"},{"id":"ffc70650-1db9-4305-88fe-375b26030e9d","description":{"content":"<p>Job ID (from POST request)</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[{"id":"d7358d3e-2852-49bc-b7a0-2b07cbdde976","name":"Check segment export status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-base64-encoded-params","value":"true"}],"url":{"raw":"https://app.pendo.io/api/v1/segment/:segmentId/visitors/:jobId/status","host":["https://app.pendo.io"],"path":["api","v1","segment",":segmentId","visitors",":jobId","status"],"variable":[{"key":"segmentId","value":"UImDiWIPtuGM6eP48XzrWHYrz50","description":"Segment ID"},{"key":"jobId","value":"103021d1-9358-4602-9a6c-2fc618b74a4c","description":"Job ID (from POST request)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"\"completed\""}],"_postman_id":"0da75965-ad54-4a55-bade-1b180115f72d"},{"name":"Retrieve segment export results","id":"b4362d4f-1e3f-404d-9884-30d5c97245bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/segment/:segmentId/visitors/:jobId/results/:contentType","description":"<p>Get the segment export results in CSV format once it has completed processing.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:segmentId/visitors/:jobId/results/:contentType</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: CSV file returned  <br /><code>404</code>: Job ID not found  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":segmentId","visitors",":jobId","results",":contentType"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"6b8a2cca-e659-44dc-b846-3c7f4ec07176","description":{"content":"<p>Segment ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"segmentId"},{"id":"7e0f9af8-8ae7-46fe-bd11-c3fbe4a9ab63","description":{"content":"<p>Job ID (from POST request)</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"},{"id":"51a627bf-9f25-423d-8026-ced43394f29b","description":{"content":"<p>File type.  Currently only supports csv</p>\n","type":"text/plain"},"type":"any","value":"csv","key":"contentType"}]}},"response":[{"id":"a3222184-b1ad-4209-b38b-9d58d64e0ade","name":"Retrieve segment export results","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/segment/:segmentId/visitors/:jobId/results/:contentType","host":["https://app.pendo.io"],"path":["api","v1","segment",":segmentId","visitors",":jobId","results",":contentType"],"variable":[{"key":"segmentId","value":"UImDiWIPtuGM6eP48XzrWHYrz50","description":"Segment ID"},{"key":"jobId","value":"52aecb55-4f93-4e61-970d-1c77eab933e3","description":"Job ID (from POST request)"},{"key":"contentType","value":"csv","description":"File type.  Currently only supports csv"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"visitorId\nexampleVisitor\naMoreDifferentVisitor\n"}],"_postman_id":"b4362d4f-1e3f-404d-9884-30d5c97245bd"},{"name":"Create a segment","id":"8a69fd46-4c95-4aab-b0ec-fd3068314657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"EnterYourSegmentName\", \n    \"visitors\": [ \n      \"visitor1\",\n      \"visitor2\",\n      \"visitor3\"\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/segment/upload","description":"<p>Create a segment from a list of visitors. This action supports up to 10 million visitor IDs.</p>\n<p>Segments are created instantly but adding visitors to the segment is done via an asynchronous job. Segments process one at a time (per subscription).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/upload</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>400:</code>Bad request  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment","upload"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"40de69d4-e920-4123-9bbf-f7c81d2bcaef","name":"Create a segment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"apiCreatedSegment\", \n    \"visitors\": [ \n      \"ExampleVisitor\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/segment/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"segmentId\": \"ibgeuRGZ-YCzhqwbdRWtUf2enGA\",\n    \"statusUrl\": \"https://app.pendo.io/api/v1/segment/ibgeuRGZ-YCzhqwbdRWtUf2enGA/status\"\n}"}],"_postman_id":"8a69fd46-4c95-4aab-b0ec-fd3068314657"},{"name":"Get segment status","id":"ccd5911d-cc74-46d4-9a03-5277c5abdc79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/segment/:segmentId/status","description":"<p>Get the status of a segment. The segment status will be available for up to 4 hours after processing completes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:segmentId/status</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>400:</code>Bad request  <br /><code>404</code>: Segment ID not found  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Segment Command Values</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pending</td>\n<td>The segment is waiting in queue to be processed. While in this state, the segment is still serving the previous visitor list.</td>\n</tr>\n<tr>\n<td>Progress</td>\n<td>The segment has started processing. While in this state, the segment visitor list will clear.  <br />  <br />Visitor IDs are sanitized to remove leading and trailing whitespace. If “Convert Visitor IDs to Lowercase” is enabled in the subscription, we lowercase all visitor IDs provided.  <br />  <br />If any item fails to pass validation, processing will stop and the status will change to “error” and provide an error message. The visitor list will remain empty</td>\n</tr>\n<tr>\n<td>Finish</td>\n<td>Processing has completed. The segment visitor list reflects the visitor list from the CSV. The eligible visitor list in the UI will only show visitors for which we’ve received data and are not on the Exclude list.</td>\n</tr>\n<tr>\n<td>Error</td>\n<td>An error occurred during processing.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>checkFound</code>  <br /><em>number</em></td>\n<td>Internal use</td>\n</tr>\n<tr>\n<td><code>checkTotal</code>  <br /><em>number</em></td>\n<td>Internal use</td>\n</tr>\n<tr>\n<td><code>command</code>  <br /><em>string</em></td>\n<td>Processing status</td>\n</tr>\n<tr>\n<td><code>entityTagId</code>  <br /><em>string</em></td>\n<td>Segment ID</td>\n</tr>\n<tr>\n<td><code>entityTagName</code>  <br />string</td>\n<td>Date updated</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the segment was last updated</td>\n</tr>\n<tr>\n<td><code>requestId</code>  <br /><em>string</em></td>\n<td>Internal use</td>\n</tr>\n<tr>\n<td><code>status</code>  <br /><em>number</em></td>\n<td>API request status, e.g. 2OO</td>\n</tr>\n<tr>\n<td><code>totalTagged</code>  <br /><em>number</em></td>\n<td>Number of visitors included in the segment</td>\n</tr>\n<tr>\n<td><code>updatePending</code>  <br /><em>boolean</em></td>\n<td>Returns <code>true</code> if another update is in progress, indicating this request is queued</td>\n</tr>\n<tr>\n<td><code>warnings</code>  <br /><em>array</em></td>\n<td><code>ANALYTICS_DELAYED</code> The segment is ready for guide targeting, but will show 0 eligible visitors for 15-30 minutes until processing completes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":segmentId","status"],"host":["https://app.pendo.io"],"query":[],"variable":[{"type":"any","value":"","key":"segmentId"}]}},"response":[{"id":"d67d9a57-804e-4ddc-b4fc-c9d7092edb0e","name":"Get segment status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/segment/:segmentId/status","host":["https://app.pendo.io"],"path":["api","v1","segment",":segmentId","status"],"variable":[{"key":"segmentId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"checkFound\": 2,\n    \"checkTotal\": 2,\n    \"command\": \"finish\",\n    \"entityTagId\": \"0mnvtbQ9Xp4XKUu3SanvOFFw8VY\",\n    \"entityTagName\": \"API Segment\",\n    \"lastUpdatedAt\": 1746115566969,\n    \"requestId\": \"KJkadsXZit6dC0MeVOQ3HYExT_c\",\n    \"status\": 200,\n    \"totalTagged\": 2,\n    \"updatePending\": false,\n    \"warnings\": [\n        {\n            \"type\": \"ANALYTICS_DELAYED\"\n        }\n    ]\n}"}],"_postman_id":"ccd5911d-cc74-46d4-9a03-5277c5abdc79"},{"name":"Update a segment","id":"4de20c0d-444b-4e31-b17b-e292515f6e4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"EnterYourSegmentName\", \n    \"visitors\": [ \n      \"visitor1\",\n      \"visitor2\",\n      \"visitor3\"\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/segment/:segmentId","description":"<p>Update the name or visitor list for an existing segment. This can only be done for segments created via the API.</p>\n<p>At least one value is required. Any value provided will overwrite the previous value.</p>\n<p>Segments are created instantly but adding visitors to the segment is done via an asynchronous job. Segments process one at a time (per subscription).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PUT</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:segmentId</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>400:</code>Bad request  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":segmentId"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"90f47db4-2fcd-4647-9655-3791b2ce5504","type":"any","value":"","key":"segmentId"}]}},"response":[{"id":"f45d5b73-550d-4d14-8b4b-702e44100dfc","name":"Update a segment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"apiCreatedSegment\", \n    \"visitors\": [ \n      \"ExampleVisitor\",\n      \"AnotherVisitor\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.pendo.io/api/v1/segment/:segmentId","host":["https://app.pendo.io"],"path":["api","v1","segment",":segmentId"],"variable":[{"key":"segmentId","value":"ibgeuRGZ-YCzhqwbdRWtUf2enGA"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"segmentId\": \"ibgeuRGZ-YCzhqwbdRWtUf2enGA\",\n    \"statusUrl\": \"https://app.pendo.io/api/v1/segment/ibgeuRGZ-YCzhqwbdRWtUf2enGA/status\"\n}"}],"_postman_id":"4de20c0d-444b-4e31-b17b-e292515f6e4a"},{"name":"Delete a segment","id":"7c676762-19ae-4dd5-bbac-d67c453543a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"EnterYourSegmentName\", \n    \"visitors\": [ \n      \"visitor1\",\n      \"visitor2\",\n      \"visitor3\"\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/segment/:segmentId","description":"<p>Delete an existing segment.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>DELETE</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:segmentId</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>400</code>: Bad request  <br /><code>404</code>: Segment ID not found  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":segmentId"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"e4ceac58-49c2-4023-921a-49b665c360c1","type":"any","value":"","key":"segmentId"}]}},"response":[{"id":"c1f81ae2-9684-4a59-b862-ee852d7954c3","name":"Delete a segment","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"EnterYourSegmentName\", \n    \"visitors\": [ \n      \"visitor1\",\n      \"visitor2\",\n      \"visitor3\"\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.pendo.io/api/v1/segment/:segmentId","host":["https://app.pendo.io"],"path":["api","v1","segment",":segmentId"],"variable":[{"key":"segmentId","value":"ibgeuRGZ-YCzhqwbdRWtUf2enGA"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7c676762-19ae-4dd5-bbac-d67c453543a4"},{"name":"Add a visitor to a segment","id":"d6ab1af1-1297-43f7-91d2-d95f99db6acd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/segment/:segmentId/visitor/:visitorId","description":"<p>Add a single visitor to a segment. This can only be done for segments created via the API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PUT</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:segmentId/visitor/:visitorId</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200 - 202</code>: Success  <br /><code>400</code>: Error adding visitor to segment, API created segments can have at most 10000000 visitors  <br /><code>403</code>: Segment must be created by the API  <br /><code>404</code>: Entity not found  <br /><code>409</code>: Operation in progress  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":segmentId","visitor",":visitorId"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"04cd6046-81a6-480d-a110-a94ba886835f","description":{"content":"<p>Segment ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"segmentId"},{"id":"899c7ae5-f1d5-4b2f-a448-6867b05e630f","description":{"content":"<p>Visitor ID </p>\n","type":"text/plain"},"type":"any","value":"","key":"visitorId"}]}},"response":[{"id":"999ac02b-7f8b-424d-8b76-6789f9bf3e40","name":"Add a visitor to a segment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/segment/:segmentId/visitor/:visitorId","host":["https://app.pendo.io"],"path":["api","v1","segment",":segmentId","visitor",":visitorId"],"variable":[{"key":"segmentId","value":"ibgeuRGZ-YCzhqwbdRWtUf2enGA","description":"Segment ID"},{"key":"visitorId","value":"YetAnotherVisitor","description":"Visitor ID "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"d6ab1af1-1297-43f7-91d2-d95f99db6acd"},{"name":"Remove a visitor from a segment","id":"0eb96ed9-1fc0-42d0-8137-20e0981e63b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/segment/:segmentId/visitor/:visitorId","description":"<p>Delete a single visitor from a segment. This can only be done for segments created via the API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>DELETE</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:segmentId/visitor/:visitorId</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200 - 202</code>: Success  <br /><code>400</code>: Error adding visitor to segment, API created segments can have at most 10000000 visitors  <br /><code>403</code>: Segment must be created by the API  <br /><code>404</code>: Entity not found  <br /><code>409</code>: Operation in progress  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":segmentId","visitor",":visitorId"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"b3dc05e4-1e63-4174-8be2-071598ad991c","description":{"content":"<p>Segment ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"segmentId"},{"id":"82397f69-eb7c-46ff-b218-ba66814c89a6","description":{"content":"<p>Visitor ID </p>\n","type":"text/plain"},"type":"any","value":"","key":"visitorId"}]}},"response":[{"id":"22f86216-6d73-4c95-9162-b4ed7ec5d7da","name":"Remove a visitor from a segment","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/segment/:segmentId/visitor/:visitorId","host":["https://app.pendo.io"],"path":["api","v1","segment",":segmentId","visitor",":visitorId"],"variable":[{"key":"segmentId","value":"ibgeuRGZ-YCzhqwbdRWtUf2enGA","description":"Segment ID"},{"key":"visitorId","value":"ExampleVisitor","description":"Visitor ID "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\"\n}"}],"_postman_id":"0eb96ed9-1fc0-42d0-8137-20e0981e63b7"},{"name":"Add/remove small batches of visitors to a segment","id":"a43c7bb9-2418-4963-86eb-b14f03bc93bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"patch\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/visitors\",\n            \"value\": [\n                \"visitor3\",\n                \"visitor4\"\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/visitors\",\n            \"value\": [\n                \"visitor1\",\n                \"visitor2\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/segment/:segmentId/visitor","description":"<p>Add or remove a small batch of visitors in a segment. This can only be done for segments created via the API.</p>\n<p>Limits for this endpoint are:</p>\n<ul>\n<li><p>10 operations max per patch call</p>\n</li>\n<li><p>1000 visitors max per patch call</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PATCH</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/segment/:segmentId/visitor/:visitorId</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200 - 202</code>: Success  <br /><code>400</code>: Error adding visitor to segment, API created segments can have at most 10000000 visitors  <br /><code>403</code>: Segment must be created by the API  <br /><code>404</code>: Entity not found  <br /><code>409</code>: Operation in progress  <br /><code>413</code>: Segment patch requests can have at most X operations/visitors  <br /><code>500</code>: Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","segment",":segmentId","visitor"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>Segment ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"segmentId"}]}},"response":[{"id":"48683ff7-740e-4c13-840c-e002d5fc00fb","name":"Add/remove small batches of visitors to a segment","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"patch\": [\n        {\n            \"op\": \"add\",\n            \"path\": \"/visitors\",\n            \"value\": [\n                \"visitor3\",\n                \"visitor4\"\n            ]\n        },\n        {\n            \"op\": \"remove\",\n            \"path\": \"/visitors\",\n            \"value\": [\n                \"AnotherVisitor\",\n                \"visitor2\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.pendo.io/api/v1/segment/:segmentId/visitor","host":["https://app.pendo.io"],"path":["api","v1","segment",":segmentId","visitor"],"variable":[{"key":"segmentId","value":"ibgeuRGZ-YCzhqwbdRWtUf2enGA","description":"Segment ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"multistatus\": [\n        {\n            \"status\": 200,\n            \"message\": \"success\",\n            \"operation\": \"add\"\n        },\n        {\n            \"status\": 200,\n            \"message\": \"success\",\n            \"operation\": \"remove\"\n        }\n    ]\n}"}],"_postman_id":"a43c7bb9-2418-4963-86eb-b14f03bc93bf"}],"id":"6584e688-018d-4e60-9f76-cfb6bf0b9089","description":"<p>The segment endpoint allows you to retrieve visitor specific details by supplying a visitor ID as part of your request. The <code>segmentId</code> referenced below can be found at the end of the url when viewing a segment in the Pendo UI.</p>\n<h2 id=\"the-segment-object\">The Segment Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>createdByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that created the segment.</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the segment was created.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that last updated the segment.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the segment was last updated.</td>\n</tr>\n<tr>\n<td><code>kind</code>  <br /><em>string</em></td>\n<td>Returns the type of object. Segment for example.</td>\n</tr>\n<tr>\n<td><code>rootVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier of the root entity, which nominally matches the public id field of the segment.</td>\n</tr>\n<tr>\n<td><code>stableVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the current version of the segment.</td>\n</tr>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the segment.</td>\n</tr>\n<tr>\n<td><code>name</code>  <br /><em>string</em></td>\n<td>Display name for the segment.</td>\n</tr>\n<tr>\n<td><code>isTraining</code>  <br /><em>boolean</em></td>\n<td>For internal use.</td>\n</tr>\n<tr>\n<td><code>targetAccount</code>  <br /><em>string</em></td>\n<td>For internal use.</td>\n</tr>\n<tr>\n<td><code>flagName</code>  <br /><em>string</em></td>\n<td>For internal use.</td>\n</tr>\n<tr>\n<td><code>shared</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned true if segment is set to Everyone.</td>\n</tr>\n<tr>\n<td><code>createdByApi</code>  <br /><em>boolean</em></td>\n<td>Boolean indicating the creation method of the segment.</td>\n</tr>\n<tr>\n<td><code>definition</code>  <br /><em>object</em></td>\n<td>Used by the Pendo UI for display purposes.</td>\n</tr>\n<tr>\n<td><code>compound</code>  <br /><em>string</em></td>\n<td>Returned only for nested segments. Indicates the segmentId(s) of related segments.</td>\n</tr>\n<tr>\n<td><code>pipeline</code>  <br /><em>array of objects</em></td>\n<td>The aggregation pipeline of the segment.</td>\n</tr>\n<tr>\n<td><code>dependentMetadata</code>  <br /><em>array</em></td>\n<td>List of metadata fields referenced in the segment.</td>\n</tr>\n<tr>\n<td><code>isFocusGroup</code>  <br /><em>boolean</em></td>\n<td>For internal use.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6584e688-018d-4e60-9f76-cfb6bf0b9089","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Report","item":[{"name":"Return a List of Public Reports","id":"2ac0699a-b653-4082-be11-563e5c0c9410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/report","description":"<p>Returns an array of JSON objects representing all public reports for a subscription.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/report</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","report"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"64fd374b-a4a4-4fac-a245-76588cde69cd","name":"Return a List of Public Reports","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Jul 2021 13:49:53 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1610381747972,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1683740770857,\n        \"kind\": \"Report\",\n        \"rootVersionId\": \"LhB7krq4HSABuqeDdNdJqFHcpb4\",\n        \"stableVersionId\": \"LhB7krq4HSABuqeDdNdJqFHcpb4-20230510174610.907011241\",\n        \"ownedByUser\": {\n            \"id\": \"\",\n            \"username\": \"\",\n            \"first\": \"\",\n            \"last\": \"\",\n            \"role\": 0,\n            \"userType\": \"\",\n            \"hasLoggedIn\": false\n        },\n        \"share\": \"\",\n        \"target\": \"\",\n        \"scope\": \"\",\n        \"level\": \"\",\n        \"id\": \"LhB7krq4HSABuqeDdNdJqFHcpb4\",\n        \"type\": \"\",\n        \"name\": \"Test Funnel Report\",\n        \"shared\": true,\n        \"definition\": {\n            \"config\": {\n                \"maxDuration\": 3600,\n                \"maxInterval\": 3600,\n                \"items\": [\n                    {\n                        \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\"\n                    },\n                    {\n                        \"pageId\": \"h5VZUuXZ1JVEB0VfpPaIAzcZL1E\"\n                    }\n                ],\n                \"appId\": [\n                    -323232\n                ],\n                \"segmentId\": \"everyone\"\n            },\n            \"timeSeries\": {\n                \"type\": \"Last 30 Days\",\n                \"start\": \"2023-04-10\",\n                \"end\": \"2023-05-10\"\n            },\n            \"type\": \"Funnel\",\n            \"history\": [\n                1610381748684\n            ],\n            \"version\": 1\n        },\n        \"aggregation\": {\n            \"pipeline\": [\n                {\n                    \"source\": {\n                        \"singleEvents\": {\n                            \"appId\": [\n                                -323232\n                            ],\n                            \"blacklist\": \"apply\"\n                        },\n                        \"timeSeries\": {\n                            \"period\": \"dayRange\",\n                            \"first\": 1681099200000,\n                            \"count\": 30\n                        }\n                    }\n                },\n                {\n                    \"group\": {\n                        \"group\": [\n                            \"visitorId\"\n                        ],\n                        \"fields\": [\n                            {\n                                \"funnel\": {\n                                    \"funnel\": {\n                                        \"blacklist\": \"apply\",\n                                        \"includeAnonymous\": null,\n                                        \"maxDuration\": 3600,\n                                        \"maxInterval\": 3600,\n                                        \"items\": [\n                                            {\n                                                \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\"\n                                            },\n                                            {\n                                                \"pageId\": \"h5VZUuXZ1JVEB0VfpPaIAzcZL1E\"\n                                            }\n                                        ],\n                                        \"appId\": [\n                                            -323232\n                                        ],\n                                        \"segmentId\": null\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"unwind\": {\n                        \"field\": \"funnel\"\n                    }\n                },\n                {\n                    \"select\": {\n                        \"times\": \"funnel.times\",\n                        \"start\": \"funnel.start\",\n                        \"steps\": \"funnel.steps\",\n                        \"visitorId\": \"visitorId\"\n                    }\n                },\n                {\n                    \"fork\": [\n                        [\n                            {\n                                \"group\": {\n                                    \"group\": [\n                                        \"steps\"\n                                    ],\n                                    \"fields\": [\n                                        {\n                                            \"count\": {\n                                                \"count\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"sort\": [\n                                    \"-steps\"\n                                ]\n                            },\n                            {\n                                \"accumulate\": {\n                                    \"count\": \"count\"\n                                }\n                            },\n                            {\n                                \"sort\": [\n                                    \"steps\"\n                                ]\n                            }\n                        ],\n                        [\n                            {\n                                \"compute\": {\n                                    \"durations\": {\n                                        \"diff\": \"times\"\n                                    }\n                                }\n                            },\n                            {\n                                \"reduce\": {\n                                    \"averageTimes\": {\n                                        \"listAverage\": \"durations\"\n                                    }\n                                }\n                            }\n                        ],\n                        [\n                            {\n                                \"group\": {\n                                    \"group\": [\n                                        \"steps\"\n                                    ],\n                                    \"fields\": [\n                                        {\n                                            \"count\": {\n                                                \"count\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"sort\": [\n                                    \"-steps\"\n                                ]\n                            },\n                            {\n                                \"accumulate\": {\n                                    \"count\": \"count\"\n                                }\n                            },\n                            {\n                                \"reduce\": {\n                                    \"counts\": {\n                                        \"list\": \"count\"\n                                    },\n                                    \"furthestStep\": {\n                                        \"max\": \"steps\"\n                                    }\n                                }\n                            },\n                            {\n                                \"eval\": {\n                                    \"percentCompleted\": \"if(furthestStep != 2, 0, (counts[0]/counts[len(counts) - 1]) * 100)\"\n                                }\n                            }\n                        ],\n                        [\n                            {\n                                \"compute\": {\n                                    \"durations\": {\n                                        \"diff\": \"times\"\n                                    }\n                                }\n                            },\n                            {\n                                \"filter\": \"len(durations) == 1\"\n                            },\n                            {\n                                \"reduce\": {\n                                    \"averageTimes\": {\n                                        \"listAverage\": \"durations\"\n                                    }\n                                }\n                            },\n                            {\n                                \"unwind\": {\n                                    \"field\": \"averageTimes\"\n                                }\n                            },\n                            {\n                                \"reduce\": {\n                                    \"averageTimeToCompletion\": {\n                                        \"sum\": \"averageTimes\"\n                                    }\n                                }\n                            }\n                        ],\n                        [\n                            {\n                                \"filter\": \"steps == 1\"\n                            },\n                            {\n                                \"limit\": 10000\n                            }\n                        ],\n                        [\n                            {\n                                \"filter\": \"steps == 2\"\n                            },\n                            {\n                                \"limit\": 10000\n                            }\n                        ]\n                    ]\n                }\n            ]\n        },\n        \"lastRunAt\": 1683740772330,\n        \"lastSuccessRunAt\": 1683740772330,\n        \"lastSuccessRunObj\": \"aggregation-LhB7krq4HSABuqeDdNdJqFHcpb4-1683740772330\"\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1683740414412,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1683740414412,\n        \"kind\": \"Report\",\n        \"rootVersionId\": \"_I00Vv-0a_8D6Q6RaYKTxvgn2Z8\",\n        \"stableVersionId\": \"_I00Vv-0a_8D6Q6RaYKTxvgn2Z8-20230510174014.419063472\",\n        \"ownedByUser\": {\n            \"id\": \"\",\n            \"username\": \"\",\n            \"first\": \"\",\n            \"last\": \"\",\n            \"role\": 0,\n            \"userType\": \"\",\n            \"hasLoggedIn\": false\n        },\n        \"share\": \"\",\n        \"target\": \"\",\n        \"scope\": \"\",\n        \"level\": \"\",\n        \"id\": \"_I00Vv-0a_8D6Q6RaYKTxvgn2Z8\",\n        \"type\": \"Visitor\",\n        \"name\": \"Test Visitor Report\",\n        \"shared\": true,\n        \"definition\": {\n            \"config\": {\n                \"appId\": \"expandAppIds(\\\"web\\\")\",\n                \"selectedAccount\": {\n                    \"id\": \"\",\n                    \"text\": \"All Accounts\",\n                    \"className\": \"account-chooser-all-accounts\"\n                },\n                \"columns\": [\n                    {\n                        \"columnLabel\": \"name\",\n                        \"columnName\": \"visitor_agent_name\",\n                        \"fieldName\": \"visitor.agent.name\",\n                        \"functionName\": \"metadataField\",\n                        \"immutable\": false,\n                        \"kind\": \"visitor\",\n                        \"primaryKeys\": [\n                            \"visitorId\"\n                        ],\n                        \"schema\": \"string\",\n                        \"disabled\": false\n                    }\n                ],\n                \"segmentId\": \"everyone\",\n                \"filters\": [],\n                \"segments\": []\n            },\n            \"generator\": \"visitorList\",\n            \"history\": [],\n            \"kind\": \"visitor\",\n            \"timeSeries\": {\n                \"type\": \"Last 7 Days\",\n                \"start\": \"2023-05-03\",\n                \"end\": \"2023-05-10\"\n            },\n            \"type\": \"List\"\n        },\n        \"aggregation\": {\n            \"fields\": [\n                {\n                    \"type\": \"string\",\n                    \"title\": \"Visitor ID\",\n                    \"field\": \"visitorId\"\n                },\n                {\n                    \"type\": \"string\",\n                    \"title\": \"name\",\n                    \"field\": \"visitor_agent_name\"\n                }\n            ],\n            \"pipeline\": [\n                {\n                    \"source\": {\n                        \"events\": {\n                            \"appId\": \"expandAppIds(\\\"web\\\")\",\n                            \"blacklist\": \"apply\"\n                        },\n                        \"timeSeries\": {\n                            \"period\": \"dayRange\",\n                            \"first\": \"dateAdd(startOfPeriod(\\\"daily\\\",now()),-7,\\\"days\\\")\",\n                            \"last\": \"dateAdd(startOfPeriod(\\\"daily\\\",now()),-1,\\\"days\\\")\"\n                        }\n                    }\n                },\n                {\n                    \"group\": {\n                        \"group\": [\n                            \"visitorId\"\n                        ]\n                    }\n                },\n                {\n                    \"bulkExpand\": {\n                        \"visitor\": {\n                            \"visitor\": \"visitorId\"\n                        }\n                    }\n                },\n                {\n                    \"eval\": {\n                        \"visitor_agent_name\": \"visitor.agent.name\"\n                    }\n                },\n                {\n                    \"select\": {\n                        \"visitorId\": \"visitorId\",\n                        \"visitor_agent_name\": \"visitor_agent_name\"\n                    }\n                }\n            ]\n        },\n        \"lastRunAt\": 1683740416008\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1610653606629,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1683741312426,\n        \"kind\": \"Report\",\n        \"rootVersionId\": \"ckWDyqEwai1bi0UYP0wwobZEJpw\",\n        \"stableVersionId\": \"ckWDyqEwai1bi0UYP0wwobZEJpw-20230510175512.457721825\",\n        \"ownedByUser\": {\n            \"id\": \"\",\n            \"username\": \"\",\n            \"first\": \"\",\n            \"last\": \"\",\n            \"role\": 0,\n            \"userType\": \"\",\n            \"hasLoggedIn\": false\n        },\n        \"share\": \"\",\n        \"target\": \"\",\n        \"scope\": \"\",\n        \"level\": \"\",\n        \"id\": \"ckWDyqEwai1bi0UYP0wwobZEJpw\",\n        \"type\": \"Saved Reports\",\n        \"name\": \"Data Explorer - Visitors by Month\",\n        \"shared\": true,\n        \"definition\": {\n            \"version\": 2,\n            \"targetGroups\": [\n                {\n                    \"id\": {\n                        \"value\": \"972bde2c-ec93-4838-98f4-f9f41eacc0ff\",\n                        \"valid\": true\n                    },\n                    \"measure\": {\n                        \"value\": {\n                            \"name\": \"numVisitors\",\n                            \"label\": \"Number of Visitors\",\n                            \"disabledTargetTypes\": [],\n                            \"disabled\": false\n                        },\n                        \"valid\": true\n                    },\n                    \"targets\": [\n                        {\n                            \"id\": -323232,\n                            \"type\": \"anyActivity\",\n                            \"filters\": []\n                        }\n                    ]\n                }\n            ],\n            \"globals\": {\n                \"dateConfigs\": [\n                    {\n                        \"value\": {\n                            \"dateRange\": {\n                                \"type\": \"Last 180 Days\"\n                            },\n                            \"period\": \"monthly\",\n                            \"interval\": \"month\"\n                        },\n                        \"isPrimary\": true,\n                        \"valid\": true\n                    }\n                ],\n                \"segments\": [\n                    {\n                        \"value\": {\n                            \"order\": 1,\n                            \"default\": true,\n                            \"name\": \"Everyone\",\n                            \"id\": \"everyone\",\n                            \"shared\": true,\n                            \"definition\": \"everyone\",\n                            \"disabled\": null\n                        },\n                        \"valid\": true\n                    }\n                ],\n                \"groupings\": [\n                    {\n                        \"configuration\": {\n                            \"Type\": \"string\",\n                            \"DisplayName\": \"Visitor ID\",\n                            \"ElementType\": \"\",\n                            \"ElementFormat\": \"\",\n                            \"Dirty\": false,\n                            \"cardinality\": 19,\n                            \"isHidden\": false,\n                            \"isDeleted\": false,\n                            \"isCalculated\": false,\n                            \"isPerApp\": false,\n                            \"neverIndex\": false,\n                            \"group\": \"auto\",\n                            \"field\": \"id\",\n                            \"kind\": \"visitor\",\n                            \"groupDisplayName\": \"auto\",\n                            \"isPromoted\": false\n                        },\n                        \"type\": \"visitor\",\n                        \"valid\": true\n                    }\n                ],\n                \"filters\": [\n                    {\n                        \"field\": \"name\",\n                        \"kind\": \"automatic\",\n                        \"filterType\": \"device\",\n                        \"operator\": \"=\",\n                        \"comparisonValues\": [\n                            \"Chrome\"\n                        ],\n                        \"id\": \"9c23871b-bcb5-49f6-b34b-9bf70cadd16f\"\n                    }\n                ],\n                \"formulas\": []\n            },\n            \"chartSelections\": {\n                \"972bde2c-ec93-4838-98f4-f9f41eacc0ff\": {\n                    \"type\": \"line\"\n                },\n                \"globals\": {\n                    \"matchScales\": false\n                }\n            },\n            \"rowSelections\": {\n                \"972bde2c-ec93-4838-98f4-f9f41eacc0ff--323232-testVisitor1\": true,\n                \"972bde2c-ec93-4838-98f4-f9f41eacc0ff--323232-OhHai_ImAVisitor\": false,\n                \"972bde2c-ec93-4838-98f4-f9f41eacc0ff--323232-_PENDO_T_aaVUTi1CQOd\": false,\n                \"972bde2c-ec93-4838-98f4-f9f41eacc0ff--323232-newSessionVisitor\": false,\n                \"972bde2c-ec93-4838-98f4-f9f41eacc0ff--323232-testVisitor2\": false\n            }\n        },\n        \"aggregation\": {},\n        \"aggregationList\": [\n            {\n                \"pipeline\": [\n                    {\n                        \"source\": {\n                            \"events\": {\n                                \"appId\": [\n                                    -323232\n                                ],\n                                \"blacklist\": \"apply\"\n                            },\n                            \"timeSeries\": {\n                                \"period\": \"monthRange\",\n                                \"first\": \"dateAdd(startOfPeriod(\\\"daily\\\",now()),-180,\\\"days\\\")\",\n                                \"count\": 6\n                            }\n                        }\n                    },\n                    {\n                        \"bulkExpand\": {\n                            \"visitor\": {\n                                \"visitor\": \"visitorId\"\n                            }\n                        }\n                    },\n                    {\n                        \"useragent\": {\n                            \"u\": \"userAgent\"\n                        }\n                    },\n                    {\n                        \"eval\": {\n                            \"groupValue0\": \"visitor.auto.id\"\n                        }\n                    },\n                    {\n                        \"eval\": {\n                            \"groupValue0\": \"if(isNull(groupValue0), \\\"(none)\\\", groupValue0)\"\n                        }\n                    },\n                    {\n                        \"eval\": {\n                            \"name_device_automatic\": \"u.name\"\n                        }\n                    },\n                    {\n                        \"filter\": \"(contains([\\\"Chrome\\\"], name_device_automatic))\"\n                    },\n                    {\n                        \"eval\": {\n                            \"month\": \"startOfPeriod(\\\"monthRange\\\", day)\"\n                        }\n                    },\n                    {\n                        \"group\": {\n                            \"group\": [\n                                \"appId\",\n                                \"groupValue0\"\n                            ],\n                            \"fields\": [\n                                {\n                                    \"visitorCount\": {\n                                        \"count\": \"visitorId\"\n                                    }\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"limit\": 10001\n                    },\n                    {\n                        \"select\": {\n                            \"month\": \"month\",\n                            \"appId\": \"appId\",\n                            \"yAxis\": \"visitorCount\",\n                            \"groupValue0\": \"groupValue0\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"pipeline\": [\n                    {\n                        \"source\": {\n                            \"events\": {\n                                \"appId\": [\n                                    -323232\n                                ],\n                                \"blacklist\": \"apply\"\n                            },\n                            \"timeSeries\": {\n                                \"period\": \"monthly\",\n                                \"first\": \"dateAdd(startOfPeriod(\\\"daily\\\",now()),-180,\\\"days\\\")\",\n                                \"count\": 6\n                            }\n                        }\n                    },\n                    {\n                        \"bulkExpand\": {\n                            \"visitor\": {\n                                \"visitor\": \"visitorId\"\n                            }\n                        }\n                    },\n                    {\n                        \"useragent\": {\n                            \"u\": \"userAgent\"\n                        }\n                    },\n                    {\n                        \"eval\": {\n                            \"groupValue0\": \"visitor.auto.id\"\n                        }\n                    },\n                    {\n                        \"eval\": {\n                            \"groupValue0\": \"if(isNull(groupValue0), \\\"(none)\\\", groupValue0)\"\n                        }\n                    },\n                    {\n                        \"eval\": {\n                            \"name_device_automatic\": \"u.name\"\n                        }\n                    },\n                    {\n                        \"filter\": \"(contains([\\\"Chrome\\\"], name_device_automatic))\"\n                    },\n                    {\n                        \"group\": {\n                            \"group\": [\n                                \"appId\",\n                                \"groupValue0\",\n                                \"month\"\n                            ],\n                            \"fields\": [\n                                {\n                                    \"visitorCount\": {\n                                        \"count\": \"visitorId\"\n                                    }\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"limit\": 10001\n                    },\n                    {\n                        \"select\": {\n                            \"month\": \"month\",\n                            \"appId\": \"appId\",\n                            \"yAxis\": \"visitorCount\",\n                            \"groupValue0\": \"groupValue0\"\n                        }\n                    }\n                ]\n            }\n        ],\n        \"lastRunAt\": 0\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1683740471752,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1683740471752,\n        \"kind\": \"Report\",\n        \"rootVersionId\": \"m3PebKveoNc5bmDGCKM3_pPlUNA\",\n        \"stableVersionId\": \"m3PebKveoNc5bmDGCKM3_pPlUNA-20230510174111.759933187\",\n        \"ownedByUser\": {\n            \"id\": \"\",\n            \"username\": \"\",\n            \"first\": \"\",\n            \"last\": \"\",\n            \"role\": 0,\n            \"userType\": \"\",\n            \"hasLoggedIn\": false\n        },\n        \"share\": \"\",\n        \"target\": \"\",\n        \"scope\": \"\",\n        \"level\": \"\",\n        \"id\": \"m3PebKveoNc5bmDGCKM3_pPlUNA\",\n        \"type\": \"Account\",\n        \"name\": \"Test Account Report\",\n        \"shared\": true,\n        \"definition\": {\n            \"config\": {\n                \"appId\": [\n                    \"expandAppIds(\\\"ios\\\")\",\n                    \"expandAppIds(\\\"android\\\")\"\n                ],\n                \"selectedAccount\": {\n                    \"id\": \"\",\n                    \"text\": \"All Accounts\",\n                    \"className\": \"account-chooser-all-accounts\"\n                },\n                \"columns\": [\n                    {\n                        \"columnLabel\": \"Last Visit\",\n                        \"columnName\": \"account_auto_lastvisit\",\n                        \"fieldName\": \"account.auto.lastvisit\",\n                        \"functionName\": \"metadataField\",\n                        \"immutable\": false,\n                        \"kind\": \"account\",\n                        \"primaryKeys\": [\n                            \"accountId\"\n                        ],\n                        \"schema\": \"time\",\n                        \"disabled\": false\n                    }\n                ],\n                \"segmentId\": \"_PENDO_DEFAULT_BrChrome\",\n                \"filters\": [],\n                \"segments\": []\n            },\n            \"generator\": \"visitorList\",\n            \"history\": [],\n            \"kind\": \"account\",\n            \"timeSeries\": {\n                \"type\": \"Last 30 Days\",\n                \"start\": \"2023-04-10\",\n                \"end\": \"2023-05-10\"\n            },\n            \"type\": \"List\"\n        },\n        \"aggregation\": {\n            \"fields\": [\n                {\n                    \"type\": \"string\",\n                    \"title\": \"Account ID\",\n                    \"field\": \"accountId\"\n                },\n                {\n                    \"type\": \"time\",\n                    \"title\": \"Last Visit\",\n                    \"field\": \"account_auto_lastvisit\"\n                }\n            ],\n            \"pipeline\": [\n                {\n                    \"source\": {\n                        \"events\": {\n                            \"appId\": [\n                                \"expandAppIds(\\\"ios\\\")\",\n                                \"expandAppIds(\\\"android\\\")\"\n                            ],\n                            \"blacklist\": \"apply\"\n                        },\n                        \"timeSeries\": {\n                            \"period\": \"dayRange\",\n                            \"first\": \"dateAdd(startOfPeriod(\\\"daily\\\",now()),-30,\\\"days\\\")\",\n                            \"last\": \"dateAdd(startOfPeriod(\\\"daily\\\",now()),-1,\\\"days\\\")\"\n                        }\n                    }\n                },\n                {\n                    \"segment\": {\n                        \"id\": \"_PENDO_DEFAULT_BrChrome\"\n                    }\n                },\n                {\n                    \"group\": {\n                        \"group\": [\n                            \"accountId\"\n                        ]\n                    }\n                },\n                {\n                    \"bulkExpand\": {\n                        \"account\": {\n                            \"account\": \"accountId\"\n                        }\n                    }\n                },\n                {\n                    \"eval\": {\n                        \"account_auto_lastvisit\": \"account.auto.lastvisit\"\n                    }\n                },\n                {\n                    \"select\": {\n                        \"accountId\": \"accountId\",\n                        \"account_auto_lastvisit\": \"account_auto_lastvisit\"\n                    }\n                }\n            ]\n        },\n        \"lastRunAt\": 1683740472826\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1605824042457,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1683311874084,\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1683740818100,\n        \"kind\": \"Report\",\n        \"rootVersionId\": \"zYQ6_97sRmRK8l0yABxJGP4nAYg\",\n        \"stableVersionId\": \"zYQ6_97sRmRK8l0yABxJGP4nAYg-20230510174658.133152416\",\n        \"ownedByUser\": {\n            \"id\": \"\",\n            \"username\": \"\",\n            \"first\": \"\",\n            \"last\": \"\",\n            \"role\": 0,\n            \"userType\": \"\",\n            \"hasLoggedIn\": false\n        },\n        \"share\": \"\",\n        \"target\": \"\",\n        \"scope\": \"\",\n        \"level\": \"\",\n        \"id\": \"zYQ6_97sRmRK8l0yABxJGP4nAYg\",\n        \"type\": \"\",\n        \"name\": \"Home Page Path Report\",\n        \"shared\": true,\n        \"definition\": {\n            \"config\": {\n                \"maxInterval\": 3600,\n                \"predecessors\": false,\n                \"omitPages\": false,\n                \"features\": true,\n                \"trackEvents\": false,\n                \"collapseDups\": true,\n                \"maxLength\": 10,\n                \"appId\": -323232,\n                \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n                \"segmentId\": \"everyone\",\n                \"uniqueVisitors\": true\n            },\n            \"minimum\": 0,\n            \"timeSeries\": {\n                \"type\": \"Custom\",\n                \"start\": 1603166400000,\n                \"end\": 1605762000000\n            },\n            \"type\": \"Path\",\n            \"history\": [\n                1605824043044\n            ]\n        },\n        \"aggregation\": {\n            \"pipeline\": [\n                {\n                    \"source\": {\n                        \"singleEvents\": {\n                            \"appId\": -323232,\n                            \"blacklist\": \"apply\",\n                            \"reverseTime\": false,\n                            \"eventClass\": [\n                                \"ui\"\n                            ]\n                        },\n                        \"timeSeries\": {\n                            \"period\": \"dayRange\",\n                            \"first\": 1603166400000,\n                            \"count\": 30\n                        }\n                    }\n                },\n                {\n                    \"group\": {\n                        \"group\": [\n                            \"visitorId\"\n                        ],\n                        \"fields\": [\n                            {\n                                \"path\": {\n                                    \"path\": {\n                                        \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n                                        \"collapseDups\": true,\n                                        \"maxInterval\": 3600,\n                                        \"maxLength\": 10,\n                                        \"predecessors\": false,\n                                        \"followAcrossSessions\": false,\n                                        \"omitPages\": false,\n                                        \"features\": true,\n                                        \"trackEvents\": false\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"unwind\": {\n                        \"field\": \"path\"\n                    }\n                },\n                {\n                    \"fork\": [\n                        [\n                            {\n                                \"limit\": 10000\n                            }\n                        ],\n                        [\n                            {\n                                \"eval\": {\n                                    \"items\": \"map(x, path, x.items)\"\n                                }\n                            },\n                            {\n                                \"group\": {\n                                    \"group\": [\n                                        \"items\"\n                                    ],\n                                    \"fields\": [\n                                        {\n                                            \"count\": {\n                                                \"count\": \"visitorId\"\n                                            }\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"treeify\": {\n                                    \"threshold\": 0.0001,\n                                    \"keySort\": true\n                                }\n                            }\n                        ]\n                    ]\n                }\n            ]\n        },\n        \"lastRunAt\": 1683740855260,\n        \"lastSuccessRunAt\": 1683740855260,\n        \"lastSuccessRunObj\": \"aggregation-zYQ6_97sRmRK8l0yABxJGP4nAYg-1683740855260\"\n    }\n]"}],"_postman_id":"2ac0699a-b653-4082-be11-563e5c0c9410"},{"name":"Return Report Contents as Array of JSON Objects","id":"c446f5bb-7845-42ab-8f45-73b1e376ae69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/report/:reportId/results.json","description":"<p>Returns a list of JSON objects. <strong>Paths, Funnels, and Data Explore reports cannot be returned with this endpoint.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/report/:reportId/results.json</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>reportId</code> - ID of the report</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>404</code>: The report in question was not found.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","report",":reportId","results.json"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>ID of the report</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"f0ff706f-29ea-4a3b-b75e-971333fdbb1d","name":"Return Report Contents as Array of JSON Objects","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/report/:reportId/results.json","host":["https://app.pendo.io"],"path":["api","v1","report",":reportId","results.json"],"variable":[{"key":"reportId","value":"thisIsAFakeVisitorReportId","description":"ID of the report"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Jul 2021 13:54:31 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"visitorId\": \"exampleVisitor\",\n        \"visitor_agent_name\": \"Zack Avala\"\n    },\n    {\n        \"visitorId\": \"exampleVisitor2\",\n        \"visitor_agent_name\": \"I Kora\"\n    },\n    {\n        \"visitorId\": \"_PENDO_T_ETboNGnbiaj\",\n        \"visitor_agent_name\": null\n    },\n    {\n        \"visitorId\": \"_PENDO_T_vS7J5YDchtM\",\n        \"visitor_agent_name\": null\n    },\n    {\n        \"visitorId\": \"testVisitor1\",\n        \"visitor_agent_name\": \"King Arthur of the Britons\"\n    }\n]"}],"_postman_id":"c446f5bb-7845-42ab-8f45-73b1e376ae69"},{"name":"Return Report Contents as CSV","id":"5b89c3b2-79e4-4695-b2b5-853b617445f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"text/csv","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/report/:reportId/results.csv","description":"<p>Returns a .csv of the report contents. <strong>Paths, Funnels, and Data Explore reports cannot be returned with this endpoint.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/report/:reportId/results.csv</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>reportId</code> - ID of the report</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>404</code>: The report in question was not found.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","report",":reportId","results.csv"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>ID of the report</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"a570b30a-5721-4b63-ba8d-e81f7ae9d9f9","name":"Return Report Contents as CSV","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"text/csv"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/report/:reportId/results.csv","host":["https://app.pendo.io"],"path":["api","v1","report",":reportId","results.csv"],"variable":[{"key":"reportId","value":"thisIsAFakeVisitorReportId","description":"ID of the report"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 02 Jul 2021 13:58:56 GMT"},{"key":"Content-Type","value":"text/csv"},{"key":"Content-Length","value":"13"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":"Visitor ID,name\nexampleVisitor,Zack Avala\nexampleVisitor2,I Kora\n_PENDO_T_ETboNGnbiaj,\n_PENDO_T_vS7J5YDchtM,\ntestVisitor1,King Arthur of the Britons"}],"_postman_id":"5b89c3b2-79e4-4695-b2b5-853b617445f6"}],"id":"8c849a0c-1fbc-4e95-9491-f802f4f8e942","description":"<p>The reports API works with Visitor or Account reports that have been created in your subscription. The <code>:reportId</code> referenced below can be found at the end of the URL when viewing a report within the app. Visitor and Account reports can managed from the <a href=\"https://app.pendo.io/visitorlist\">Visitor</a> or <a href=\"https://app.pendo.io/accountlist\">Account</a> report tabs.</p>\n<p><strong>NOTE: While Paths, Funnels, and Data Explorer reports will be returned in the</strong> <em><strong>list</strong></em> <strong>of reports, their contents are not available via the two \"Return Report Contents\" requests.</strong></p>\n<h2 id=\"the-report-object\">The Report Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>createdByUser <em>user</em></td>\n<td>The user that created the report.</td>\n</tr>\n<tr>\n<td>createdAt <em>timestamp</em></td>\n<td>The timestamp in milliseconds after the epoch when the report was created.</td>\n</tr>\n<tr>\n<td>lastUpdatedByUser <em>user</em></td>\n<td>The user that last updated the report.</td>\n</tr>\n<tr>\n<td>lastUpdatedAt <em>timestamp</em></td>\n<td>The timestamp in milliseconds after the epoch when the report was last updated.</td>\n</tr>\n<tr>\n<td>kind <em>string</em></td>\n<td>Returns the type of object. Report for example.</td>\n</tr>\n<tr>\n<td>rootVersionId <em>string</em></td>\n<td>The unique identifier of the root entity, which nominally matches the public id field of the report.</td>\n</tr>\n<tr>\n<td>stableVersionId <em>string</em></td>\n<td>The unique identifier for the current version of the report.</td>\n</tr>\n<tr>\n<td>id <em>string</em></td>\n<td>Unique identifier for the report.</td>\n</tr>\n<tr>\n<td>name <em>string</em></td>\n<td>Display name for the report.</td>\n</tr>\n<tr>\n<td>shared <em>boolean</em></td>\n<td>Returns true or false dependent on the reports visibility setting.</td>\n</tr>\n<tr>\n<td>definition <em>array[definition]</em></td>\n<td>Structure of the report, e.g., which columns were selected, which segment was applied, etc.</td>\n</tr>\n<tr>\n<td>aggregation <em>array[aggregation]</em></td>\n<td>The aggregation used to return the report contents.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-definition-object\">The Definition Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>config <em>array</em></td>\n<td>The configuration options for the report such as the chosen columns, application (for multi-app subscriptions), segment, and any advanced options selected.</td>\n</tr>\n<tr>\n<td>generator <em>string</em></td>\n<td>visitorList or accountList. <em>(Visitor and Account reports only)</em></td>\n</tr>\n<tr>\n<td>type <em>string</em></td>\n<td>Path, Funnel, or List (for Visitor and Account reports)</td>\n</tr>\n<tr>\n<td>kind <em>string</em></td>\n<td>The kind of List report (visitor or account)</td>\n</tr>\n<tr>\n<td>timeSeries <em>array</em></td>\n<td>The set timeSeries for the report.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8c849a0c-1fbc-4e95-9491-f802f4f8e942","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Guide","item":[{"name":"Return List of All Guides","id":"4f1e3ca1-fc41-4469-bf4b-da90ee8caf3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/guide","description":"<p>Returns a JSON list of all guides for a subscription. For multi-app subscriptions, specify the application in the query parameters.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/guide</code></td>\n</tr>\n<tr>\n<td>Optional Parameters for Multi-App Subscriptions</td>\n<td><code>?expand=*</code> to return all guides from all applications within the subscription  <br /><code>?appId=xxxxx</code> to return all guides from a single application within the subscription. This ID can be found at the end of the URL when viewing app details in subscription settings</td>\n</tr>\n<tr>\n<td>Optional Parameter for Summarized Content</td>\n<td><code>?summarizeContent=true</code> to return all guides but only with the following fields (see example):  <br />- <code>guideId</code>  <br />- <code>guideName</code>  <br />- <code>guideDescription</code>  <br />- <code>guideContent</code>  <br />- <code>guidePermalink</code>  <br />- <code>appIds</code>  <br />- <code>status</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"10567e11-5727-4d65-b98c-949810a3c40e","name":"Return List of All Guides","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/guide"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 19:42:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1689612205594,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"lastUpdatedAt\": 1689613005348,\n        \"kind\": \"Guide\",\n        \"rootVersionId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n        \"stableVersionId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc-20230717165645.368417222\",\n        \"appId\": -323232,\n        \"appIds\": [\n            -323232\n        ],\n        \"id\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n        \"name\": \"Example Single Step Guide\",\n        \"description\": \"\",\n        \"state\": \"draft\",\n        \"emailState\": \"\",\n        \"launchMethod\": \"auto\",\n        \"isMultiStep\": false,\n        \"isTraining\": false,\n        \"steps\": [\n            {\n                \"id\": \"A2Rss5EvCRaIhIjtTrNVfH_9rb4\",\n                \"guideId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n                \"templateId\": \"building-block-guide\",\n                \"type\": \"building-block\",\n                \"elementPathRule\": \"\",\n                \"triggerElementPathRule\": \"\",\n                \"confirmationElementPathRule\": \"\",\n                \"contentType\": \"text/html; charset=utf-8\",\n                \"buildingBlocksUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/NMCI-JfqnkWsvB98DUmrCHIjNNw.buildingBlocks.json\",\n                \"domUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/wLzWCzhfavwTZtbtujA6ClG_WnY.dom.json?sha256=r0v0qdp5oyitSw_QWooLTF6hkLu6TAb_RJvqQKULRl8\",\n                \"domJsonpUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/-FjNd0fLKXjWbTJmE3_XI48mb-c.dom.jsonp?sha256=IAs60crg0eCf1Z7kL54fEsGnb6vRT99XERN0o9jyiGM\",\n                \"rank\": 10000000,\n                \"advanceMethod\": \"button\",\n                \"attributes\": {\n                    \"css\": \"\",\n                    \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\",\n                    \"isAutoFocus\": true,\n                    \"blockOutUI\": {\n                        \"additionalElements\": \"\",\n                        \"enabled\": false,\n                        \"padding\": {\n                            \"bottom\": 0,\n                            \"left\": 0,\n                            \"right\": 0,\n                            \"top\": 0\n                        }\n                    }\n                },\n                \"lastUpdatedAt\": 1689612409477,\n                \"resetAt\": 0,\n                \"launchUrl\": \"http://localhost:8080/training.html\"\n            }\n        ],\n        \"attributes\": {\n            \"dates\": {\n                \"en-GB\": \"Jul 17, 2023\",\n                \"en-US\": \"Jul 17, 2023\",\n                \"es\": \"jul. 17, 2023\",\n                \"nl\": \"jul. 17, 2023\"\n            },\n            \"device\": {\n                \"type\": \"desktop\"\n            },\n            \"priority\": 138,\n            \"sharedServiceVersion\": \"4.6.7\",\n            \"type\": \"building-block\"\n        },\n        \"audience\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"eval\": {\n                    \"accountId\": \"metadata.auto.accountids\"\n                }\n            },\n            {\n                \"unwind\": {\n                    \"field\": \"accountId\",\n                    \"keepEmpty\": true\n                }\n            },\n            {\n                \"segment\": {\n                    \"id\": \"_PENDO_DEFAULT_BrChrome\"\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\"\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            }\n        ],\n        \"audienceUiHint\": {\n            \"filters\": [\n                {\n                    \"kind\": \"visitor\",\n                    \"segmentId\": \"_PENDO_DEFAULT_BrChrome\"\n                }\n            ]\n        },\n        \"authoredLanguage\": \"en-US\",\n        \"recurrence\": 0,\n        \"recurrenceEligibilityWindow\": 0,\n        \"resetAt\": 0,\n        \"publishedAt\": 0,\n        \"publishedEver\": false,\n        \"currentFirstEligibleToBeSeenAt\": 0,\n        \"expiresAfter\": 1693454400000,\n        \"isTopLevel\": false,\n        \"isModule\": false,\n        \"editorType\": \"visualDesignStudio\",\n        \"dependentMetadata\": []\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"createdAt\": 1689612493064,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"d.vader@pendo.io\",\n            \"first\": \"Darren\",\n            \"last\": \"Vader\",\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"ZC52YWRlckBwZW5kby5pbw==\"\n            ]\n        },\n        \"lastUpdatedAt\": 1689613628404,\n        \"kind\": \"Guide\",\n        \"rootVersionId\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ\",\n        \"stableVersionId\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ-20230717170708.459553354\",\n        \"appId\": -323232,\n        \"appIds\": [\n            -323232\n        ],\n        \"id\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ\",\n        \"name\": \"Tooltip Walkthrough (2 steps)\",\n        \"description\": \"\",\n        \"state\": \"public\",\n        \"emailState\": \"\",\n        \"launchMethod\": \"dom\",\n        \"isMultiStep\": true,\n        \"isTraining\": false,\n        \"steps\": [\n            {\n                \"id\": \"dnDsXMfqjMvZz30b9hWw3_rO3BM\",\n                \"guideId\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ\",\n                \"templateId\": \"building-block-guide\",\n                \"type\": \"building-block\",\n                \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n                \"regexUrlRule\": \"(?:^https?://[^/]*/home\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$|^https?://[^/]*/Home\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$|^https?://[^/]*/Users/alisyn\\\\.collins/Documents/Webpage/home\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$|^https?://[^/]*/index\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$)\",\n                \"elementPathRule\": \"[href=\\\"locationApi.html\\\"]\",\n                \"triggerElementPathRule\": \"\",\n                \"confirmationElementPathRule\": \"\",\n                \"contentType\": \"text/html; charset=utf-8\",\n                \"buildingBlocksUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/VBzsLOrcKijnvPAZm5KLf4EWkmQ/dnDsXMfqjMvZz30b9hWw3_rO3BM/lRVbJcJZH7or19zb_eVf16H7hr4.buildingBlocks.json\",\n                \"domUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/VBzsLOrcKijnvPAZm5KLf4EWkmQ/dnDsXMfqjMvZz30b9hWw3_rO3BM/zIa50O3hVE6Y53JGmufR7DG1PCU.dom.json?sha256=r1GBW7kmjg028glUfLuljjLOCkc0BkQTx4ZVYQS5TBQ\",\n                \"domJsonpUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/VBzsLOrcKijnvPAZm5KLf4EWkmQ/dnDsXMfqjMvZz30b9hWw3_rO3BM/p7OZyA7NhOyNfVkALTRjIiaytKk.dom.jsonp?sha256=5kOP6QXdunzyO5Lpvvoj5RMZ1PBr_iT7RbRQn4Nr1xo\",\n                \"rank\": 10000000,\n                \"advanceMethod\": \"button\",\n                \"attributes\": {\n                    \"css\": \"\",\n                    \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\",\n                    \"isAutoFocus\": true,\n                    \"blockOutUI\": {\n                        \"enabled\": false,\n                        \"additionalElements\": \"\",\n                        \"padding\": {\n                            \"bottom\": 0,\n                            \"left\": 0,\n                            \"right\": 0,\n                            \"top\": 0\n                        }\n                    },\n                    \"elementSelectionType\": \"step1\",\n                    \"layoutDir\": \"right\",\n                    \"advanceActions\": {\n                        \"elementClick\": true,\n                        \"elementHover\": false\n                    }\n                },\n                \"lastUpdatedAt\": 1689612963374,\n                \"resetAt\": 0,\n                \"launchUrl\": \"http://localhost:8080/index.html\"\n            },\n            {\n                \"id\": \"CbtR_NWIVmsEmufn0LVvjiDVp4A\",\n                \"guideId\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ\",\n                \"templateId\": \"building-block-guide\",\n                \"type\": \"\",\n                \"elementPathRule\": \"\",\n                \"triggerElementPathRule\": \"\",\n                \"confirmationElementPathRule\": \"\",\n                \"contentType\": \"text/html; charset=utf-8\",\n                \"buildingBlocksUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/VBzsLOrcKijnvPAZm5KLf4EWkmQ/CbtR_NWIVmsEmufn0LVvjiDVp4A/cABkzyKhWrLg1X0N4oBU6QEVbBw.buildingBlocks.json\",\n                \"domUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/VBzsLOrcKijnvPAZm5KLf4EWkmQ/CbtR_NWIVmsEmufn0LVvjiDVp4A/BAr7lOmZQudm28si79Q5Gemoyf8.dom.json?sha256=1BOK1rgWy7kv486k24YjQGOqkBCiChgVUJHlpzU5vvY\",\n                \"domJsonpUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/VBzsLOrcKijnvPAZm5KLf4EWkmQ/CbtR_NWIVmsEmufn0LVvjiDVp4A/EDUyCrAV4x-_v6Abot0HasSYfuQ.dom.jsonp?sha256=dECuez51ncFP1y7-sf9zcv32Ad9sefZWw_Oj9Csc3Sg\",\n                \"rank\": 15000000,\n                \"pollIds\": [\n                    \"ywfncxcbsq\"\n                ],\n                \"advanceMethod\": \"\",\n                \"attributes\": {\n                    \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\",\n                    \"isAutoFocus\": true,\n                    \"blockOutUI\": {\n                        \"additionalElements\": \"\",\n                        \"enabled\": false,\n                        \"padding\": {\n                            \"bottom\": 0,\n                            \"left\": 0,\n                            \"right\": 0,\n                            \"top\": 0\n                        }\n                    }\n                },\n                \"lastUpdatedAt\": 1689612963682,\n                \"resetAt\": 0\n            }\n        ],\n        \"attributes\": {\n            \"activation\": {\n                \"event\": [\n                    \"mouseover\",\n                    \"click\"\n                ],\n                \"inheritStepOne\": true,\n                \"selector\": \"[href=\\\"locationApi.html\\\"]\"\n            },\n            \"capping\": {\n                \"maxImpressions\": 1,\n                \"maxSessionImpressions\": 1\n            },\n            \"dates\": {\n                \"en-GB\": \"Jul 31, 2023\",\n                \"en-US\": \"Jul 31, 2023\",\n                \"es\": \"jul. 31, 2023\",\n                \"nl\": \"jul. 31, 2023\"\n            },\n            \"device\": {\n                \"type\": \"desktop\"\n            },\n            \"dom\": {\n                \"isOnlyShowOnce\": false,\n                \"showGuideOnlyOnElementClick\": false\n            },\n            \"elementSelectionType\": \"step1\",\n            \"priority\": 139,\n            \"sharedServiceVersion\": \"4.6.7\",\n            \"type\": \"building-block\"\n        },\n        \"audience\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"filter\": \"metadata.auto.firstvisit>=1685592000000\"\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\"\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            }\n        ],\n        \"audienceUiHint\": {\n            \"filters\": [\n                {\n                    \"key\": \"a0375be1-3e6a-4829-92c2-6e9707b8c020\",\n                    \"group\": \"auto\",\n                    \"kind\": \"visitor\",\n                    \"field\": \"visitor.auto.firstvisit\",\n                    \"id\": \"visitor_auto_firstvisit\",\n                    \"type\": \"visitor.auto.firstvisit\",\n                    \"name\": \"First Visit\",\n                    \"schema\": \"time\",\n                    \"elementType\": \"\",\n                    \"operator\": \">=\",\n                    \"value\": \"2023-06-01\",\n                    \"first\": null,\n                    \"last\": null,\n                    \"$valid\": true\n                }\n            ]\n        },\n        \"authoredLanguage\": \"en-US\",\n        \"recurrence\": 0,\n        \"recurrenceEligibilityWindow\": 0,\n        \"resetAt\": 0,\n        \"publishedAt\": 1689612992925,\n        \"publishedEver\": true,\n        \"currentFirstEligibleToBeSeenAt\": 0,\n        \"showsAfter\": 1690776000000,\n        \"polls\": [\n            {\n                \"id\": \"ywfncxcbsq\",\n                \"question\": \"Are you stoked?\",\n                \"numericResponses\": [\n                    0,\n                    1\n                ],\n                \"idResponses\": {\n                    \"0\": \"No\",\n                    \"1\": \"Yes\"\n                },\n                \"attributes\": {\n                    \"type\": \"PositiveNegative\"\n                },\n                \"resetAt\": 0\n            }\n        ],\n        \"translationStates\": {\n            \"en-GB\": {\n                \"state\": \"UNTRANSLATED\",\n                \"message\": \"\",\n                \"translationObjectName\": \"guide-content/VBzsLOrcKijnvPAZm5KLf4EWkmQ/en-GB.xliff\",\n                \"translationAppliedAt\": \"2023-07-17T17:07:08.404665615Z\",\n                \"stepTranslations\": {\n                    \"CbtR_NWIVmsEmufn0LVvjiDVp4A\": {\n                        \"translatedStringIds\": [],\n                        \"untranslatedStringIds\": [\n                            \"1841576a-d98e-49eb-9b8f-58f43fdab852|ariaLabel\",\n                            \"d3ff556b-990f-41b1-9208-e550c08b79bf\",\n                            \"bdfbcaa2-b762-4dfd-bc5a-f9c1307c2e15\",\n                            \"268d504f-69ea-49df-b064-0947a950e74c\",\n                            \"6fd7f332-0a3b-4c39-abc4-d53344dc1fb6\",\n                            \"c570aa14-a5c3-44e4-96c8-0e09505fb2e8\"\n                        ],\n                        \"translationHash\": \"cABkzyKhWrLg1X0N4oBU6QEVbBw\",\n                        \"domHash\": \"2yuM14D94YqZVrjhuFbH0sqBT7Y\",\n                        \"domHash256\": \"o4vkyW_FxhvQ1fDHRshvAg3tqp3FPjKGbAexJjT2evk\",\n                        \"domJsonpHash\": \"OtiI0q2i4nMFe0fnt9v1nFQp2xw\",\n                        \"domJsonpHash256\": \"6YTvAIWmGjHQMKuVpcBIUVdm6tYkDtOf4lHKohDOFF0\"\n                    },\n                    \"dnDsXMfqjMvZz30b9hWw3_rO3BM\": {\n                        \"translatedStringIds\": [],\n                        \"untranslatedStringIds\": [\n                            \"7144dd1e-a55b-4bea-b235-fc361b30b331|ariaLabel\",\n                            \"3ea3181d-f741-48b7-a147-d0f1e438de88\"\n                        ],\n                        \"translationHash\": \"lRVbJcJZH7or19zb_eVf16H7hr4\",\n                        \"domHash\": \"swubODDpn1Uv5cJ5QV1ZhUcoOIM\",\n                        \"domHash256\": \"QPm4P-YBFG5_tNyXBMOoWtI28nhShRjX78n7KeUI3LI\",\n                        \"domJsonpHash\": \"OVgZFVU-6sYfXTLkA8pKz3tYlF4\",\n                        \"domJsonpHash256\": \"vWHM-LW4wl48-IMtf2f5Z_-JPSYW1CZ94KV6HXKbbYg\"\n                    }\n                }\n            }\n        },\n        \"isTopLevel\": false,\n        \"isModule\": false,\n        \"editorType\": \"visualDesignStudio\",\n        \"dependentMetadata\": [\n            \"visitor.auto.firstvisit\"\n        ]\n    }\n]"},{"id":"bb964782-58c1-44da-b75a-f6280a35b911","name":"Return All Guides, Summarized","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/guide?summarizeContent=true","host":["https://app.pendo.io"],"path":["api","v1","guide"],"query":[{"key":"summarizeContent","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 19:42:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"guideId\": \"032Zt9E1yxqsCBrFJUjuEn9b3ZM\",\n        \"guideName\": \"Tooltip Guide\",\n        \"guideDescription\": \"This guide points to an element\",\n        \"guideContent\": {\n            \"XMLName\": {\n                \"Space\": \"\",\n                \"Local\": \"\"\n            },\n            \"Version\": \"1.2\",\n            \"Xmlns\": \"urn:oasis:names:tc:xliff:document:1.2\",\n            \"Files\": [\n                {\n                    \"Id\": \"032Zt9E1yxqsCBrFJUjuEn9b3ZM\",\n                    \"Datatype\": \"pendoguide\",\n                    \"SourceLang\": \"en-US\",\n                    \"SourceLangDeprecated\": \"\",\n                    \"TargetLang\": \"\",\n                    \"TargetLangDeprecated\": \"\",\n                    \"Body\": {\n                        \"XMLName\": {\n                            \"Space\": \"\",\n                            \"Local\": \"\"\n                        },\n                        \"Groups\": [\n                            {\n                                \"Id\": \"JRKtWlZLeWZAJe8W6f0iq1ZRaLY\",\n                                \"Note\": \"\",\n                                \"TransUnit\": [\n                                    {\n                                        \"Id\": \"616ed29f-36ec-4216-85be-84d2adf8069d|ariaLabel\",\n                                        \"Source\": {\n                                            \"XMLName\": {\n                                                \"Space\": \"\",\n                                                \"Local\": \"\"\n                                            },\n                                            \"Text\": \"Close\"\n                                        },\n                                        \"Target\": {\n                                            \"XMLName\": {\n                                                \"Space\": \"\",\n                                                \"Local\": \"\"\n                                            },\n                                            \"Text\": \"\",\n                                            \"Src\": \"\"\n                                        },\n                                        \"Note\": \"CloseButton\"\n                                    },\n                                    {\n                                        \"Id\": \"d25826ce-fffd-4447-9734-d3e461764997|md\",\n                                        \"Source\": {\n                                            \"XMLName\": {\n                                                \"Space\": \"\",\n                                                \"Local\": \"\"\n                                            },\n                                            \"Text\": \"Click here to do a thing!\"\n                                        },\n                                        \"Target\": {\n                                            \"XMLName\": {\n                                                \"Space\": \"\",\n                                                \"Local\": \"\"\n                                            },\n                                            \"Text\": \"\",\n                                            \"Src\": \"\"\n                                        },\n                                        \"Note\": \"TextView\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ]\n        },\n        \"guidePermalink\": \"http://localhost:8080/index.html?pendo=032Zt9E1yxqsCBrFJUjuEn9b3ZM&step=JRKtWlZLeWZAJe8W6f0iq1ZRaLY\",\n        \"appIds\": [\n            -323232\n        ],\n        \"status\": \"_pendingReview_\"\n    }\n]"}],"_postman_id":"4f1e3ca1-fc41-4469-bf4b-da90ee8caf3d"},{"name":"Return a Specific Guide","id":"9071aa53-62ff-4d2e-8dd7-0ef06ab26209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/guide?id=","description":"<p>Instead of returning all guides, you can specify a singular guide you'd like returned by adding a <code>guideId</code> to the request. Comma separated values are allowed. For example, if you wanted to return multiple guides but not the entire list, follow the format: <code>guide?id=guideId_1,guideId_2,guideId_3</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/guide?id=guideId</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>guideId</code> - the ID of the guide requested</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide"],"host":["https://app.pendo.io"],"query":[{"description":{"content":"<p>guideID</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[{"id":"775cf4e0-5553-45ba-a06b-6a308e9a8012","name":"Return a Specific Guide","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/guide?id=4TRcqnCBl5zedQVM-nFaNahrHoc","host":["https://app.pendo.io"],"path":["api","v1","guide"],"query":[{"key":"id","value":"4TRcqnCBl5zedQVM-nFaNahrHoc","description":"guideId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 19:32:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1689612205594,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"lastUpdatedAt\": 1689613005348,\n        \"kind\": \"Guide\",\n        \"rootVersionId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n        \"stableVersionId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc-20230717165645.368417222\",\n        \"appId\": -323232,\n        \"appIds\": [\n            -323232\n        ],\n        \"id\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n        \"name\": \"Example Single Step Guide\",\n        \"description\": \"\",\n        \"state\": \"draft\",\n        \"emailState\": \"\",\n        \"launchMethod\": \"auto\",\n        \"isMultiStep\": false,\n        \"isTraining\": false,\n        \"steps\": [\n            {\n                \"id\": \"A2Rss5EvCRaIhIjtTrNVfH_9rb4\",\n                \"guideId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n                \"templateId\": \"building-block-guide\",\n                \"type\": \"building-block\",\n                \"elementPathRule\": \"\",\n                \"triggerElementPathRule\": \"\",\n                \"confirmationElementPathRule\": \"\",\n                \"contentType\": \"text/html; charset=utf-8\",\n                \"buildingBlocksUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/NMCI-JfqnkWsvB98DUmrCHIjNNw.buildingBlocks.json\",\n                \"domUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/wLzWCzhfavwTZtbtujA6ClG_WnY.dom.json?sha256=r0v0qdp5oyitSw_QWooLTF6hkLu6TAb_RJvqQKULRl8\",\n                \"domJsonpUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/-FjNd0fLKXjWbTJmE3_XI48mb-c.dom.jsonp?sha256=IAs60crg0eCf1Z7kL54fEsGnb6vRT99XERN0o9jyiGM\",\n                \"rank\": 10000000,\n                \"advanceMethod\": \"button\",\n                \"attributes\": {\n                    \"css\": \"\",\n                    \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\",\n                    \"isAutoFocus\": true,\n                    \"blockOutUI\": {\n                        \"additionalElements\": \"\",\n                        \"enabled\": false,\n                        \"padding\": {\n                            \"bottom\": 0,\n                            \"left\": 0,\n                            \"right\": 0,\n                            \"top\": 0\n                        }\n                    }\n                },\n                \"lastUpdatedAt\": 1689612409477,\n                \"resetAt\": 0,\n                \"launchUrl\": \"http://localhost:8080/training.html\"\n            }\n        ],\n        \"attributes\": {\n            \"dates\": {\n                \"en-GB\": \"Jul 17, 2023\",\n                \"en-US\": \"Jul 17, 2023\",\n                \"es\": \"jul. 17, 2023\",\n                \"nl\": \"jul. 17, 2023\"\n            },\n            \"device\": {\n                \"type\": \"desktop\"\n            },\n            \"priority\": 138,\n            \"sharedServiceVersion\": \"4.6.7\",\n            \"type\": \"building-block\"\n        },\n        \"audience\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"eval\": {\n                    \"accountId\": \"metadata.auto.accountids\"\n                }\n            },\n            {\n                \"unwind\": {\n                    \"field\": \"accountId\",\n                    \"keepEmpty\": true\n                }\n            },\n            {\n                \"segment\": {\n                    \"id\": \"_PENDO_DEFAULT_BrChrome\"\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\"\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            }\n        ],\n        \"audienceUiHint\": {\n            \"filters\": [\n                {\n                    \"kind\": \"visitor\",\n                    \"segmentId\": \"_PENDO_DEFAULT_BrChrome\"\n                }\n            ]\n        },\n        \"authoredLanguage\": \"en-US\",\n        \"recurrence\": 0,\n        \"recurrenceEligibilityWindow\": 0,\n        \"resetAt\": 0,\n        \"publishedAt\": 0,\n        \"publishedEver\": false,\n        \"currentFirstEligibleToBeSeenAt\": 0,\n        \"expiresAfter\": 1693454400000,\n        \"isTopLevel\": false,\n        \"isModule\": false,\n        \"editorType\": \"visualDesignStudio\",\n        \"dependentMetadata\": []\n    }\n]"}],"_postman_id":"9071aa53-62ff-4d2e-8dd7-0ef06ab26209"},{"name":"Retrieve Change History for a Guide","id":"7bef6ace-cc01-40de-9dba-476970244966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/guide/:guideId/history","description":"<p>Returns a JSON list of all versions of a guide, from current to oldest. Changes to guides through the Pendo user interface often result in multiple individual updates, each of which will be independently reflected in the history.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/guide/:guideId/history</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>guideId</code> - the ID of the guide whose history is needed</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: guide was located and history found.  <br /><code>404</code>: guide in question was not found.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide",":guideId","history"],"host":["https://app.pendo.io"],"query":[],"variable":[{"type":"any","value":"","key":"guideId"}]}},"response":[{"id":"7a774eed-977d-434b-ba5a-9cf4f008fc1c","name":"Retrieve Change History for a Guide","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/guide/:guideId/history","host":["https://app.pendo.io"],"path":["api","v1","guide",":guideId","history"],"variable":[{"key":"guideId","value":"4TRcqnCBl5zedQVM-nFaNahrHoc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 19:40:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1689612205594,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"alisyn.collins@pendo.io\",\n            \"first\": \"Alisyn\",\n            \"last\": \"Collins\",\n            \"role\": 8,\n            \"userType\": \"normal\",\n            \"hasLoggedIn\": true,\n            \"lastLogin\": 1689090359085,\n            \"visitorIds\": [\n                \"IkoraRey\",\n                \"46023\",\n                \"Savathûn\",\n                \"27c24f8f-e55c-43b5-a576-8436aea4026e\",\n                \"ecsales|115|labusultan\"\n            ]\n        },\n        \"lastUpdatedAt\": 1689613005348,\n        \"kind\": \"Guide\",\n        \"rootVersionId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n        \"stableVersionId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc-20230717165645.368417222\",\n        \"appId\": -323232,\n        \"appIds\": [\n            -323232\n        ],\n        \"id\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n        \"name\": \"Example Single Step Guide\",\n        \"description\": \"\",\n        \"state\": \"draft\",\n        \"emailState\": \"\",\n        \"launchMethod\": \"auto\",\n        \"isMultiStep\": false,\n        \"isTraining\": false,\n        \"steps\": [\n            {\n                \"id\": \"A2Rss5EvCRaIhIjtTrNVfH_9rb4\",\n                \"guideId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n                \"templateId\": \"building-block-guide\",\n                \"type\": \"building-block\",\n                \"elementPathRule\": \"\",\n                \"triggerElementPathRule\": \"\",\n                \"confirmationElementPathRule\": \"\",\n                \"contentType\": \"text/html; charset=utf-8\",\n                \"buildingBlocksUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/NMCI-JfqnkWsvB98DUmrCHIjNNw.buildingBlocks.json\",\n                \"domUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/wLzWCzhfavwTZtbtujA6ClG_WnY.dom.json?sha256=r0v0qdp5oyitSw_QWooLTF6hkLu6TAb_RJvqQKULRl8\",\n                \"domJsonpUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/-FjNd0fLKXjWbTJmE3_XI48mb-c.dom.jsonp?sha256=IAs60crg0eCf1Z7kL54fEsGnb6vRT99XERN0o9jyiGM\",\n                \"rank\": 10000000,\n                \"advanceMethod\": \"button\",\n                \"attributes\": {\n                    \"css\": \"\",\n                    \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\",\n                    \"isAutoFocus\": true,\n                    \"blockOutUI\": {\n                        \"additionalElements\": \"\",\n                        \"enabled\": false,\n                        \"padding\": {\n                            \"bottom\": 0,\n                            \"left\": 0,\n                            \"right\": 0,\n                            \"top\": 0\n                        }\n                    }\n                },\n                \"lastUpdatedAt\": 1689612409477,\n                \"resetAt\": 0,\n                \"launchUrl\": \"http://localhost:8080/training.html\"\n            }\n        ],\n        \"attributes\": {\n            \"dates\": {\n                \"en-GB\": \"Jul 17, 2023\",\n                \"en-US\": \"Jul 17, 2023\",\n                \"es\": \"jul. 17, 2023\",\n                \"nl\": \"jul. 17, 2023\"\n            },\n            \"device\": {\n                \"type\": \"desktop\"\n            },\n            \"priority\": 138,\n            \"sharedServiceVersion\": \"4.6.7\",\n            \"type\": \"building-block\"\n        },\n        \"audience\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"eval\": {\n                    \"accountId\": \"metadata.auto.accountids\"\n                }\n            },\n            {\n                \"unwind\": {\n                    \"field\": \"accountId\",\n                    \"keepEmpty\": true\n                }\n            },\n            {\n                \"segment\": {\n                    \"id\": \"_PENDO_DEFAULT_BrChrome\"\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\"\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            }\n        ],\n        \"audienceUiHint\": {\n            \"filters\": [\n                {\n                    \"kind\": \"visitor\",\n                    \"segmentId\": \"_PENDO_DEFAULT_BrChrome\"\n                }\n            ]\n        },\n        \"authoredLanguage\": \"en-US\",\n        \"recurrence\": 0,\n        \"recurrenceEligibilityWindow\": 0,\n        \"resetAt\": 0,\n        \"publishedAt\": 0,\n        \"publishedEver\": false,\n        \"currentFirstEligibleToBeSeenAt\": 0,\n        \"expiresAfter\": 1693454400000,\n        \"isTopLevel\": false,\n        \"isModule\": false,\n        \"editorType\": \"visualDesignStudio\",\n        \"dependentMetadata\": []\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1689612205594,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"i.kora@pendo.io\",\n            \"first\": \"Imelda\",\n            \"last\": \"Kora\",\n            \"visitorIds\": [\n                \"exampleVisitor2\",\n                \"8f7fd4456b256576eb05f3ddba26b651\"\n            ]\n        },\n        \"lastUpdatedAt\": 1689612460927,\n        \"appId\": -323232,\n        \"appIds\": [\n            -323232\n        ],\n        \"id\": \"4TRcqnCBl5zedQVM-nFaNahrHoc-20230717164740.952767006\",\n        \"name\": \"Example One Step Guide\",\n        \"description\": \"\",\n        \"state\": \"draft\",\n        \"emailState\": \"\",\n        \"launchMethod\": \"auto\",\n        \"isMultiStep\": false,\n        \"isTraining\": false,\n        \"steps\": [\n            {\n                \"id\": \"A2Rss5EvCRaIhIjtTrNVfH_9rb4\",\n                \"guideId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n                \"templateId\": \"building-block-guide\",\n                \"type\": \"building-block\",\n                \"elementPathRule\": \"\",\n                \"triggerElementPathRule\": \"\",\n                \"confirmationElementPathRule\": \"\",\n                \"contentType\": \"text/html; charset=utf-8\",\n                \"buildingBlocksUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/NMCI-JfqnkWsvB98DUmrCHIjNNw.buildingBlocks.json\",\n                \"domUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/wLzWCzhfavwTZtbtujA6ClG_WnY.dom.json?sha256=r0v0qdp5oyitSw_QWooLTF6hkLu6TAb_RJvqQKULRl8\",\n                \"domJsonpUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/-FjNd0fLKXjWbTJmE3_XI48mb-c.dom.jsonp?sha256=IAs60crg0eCf1Z7kL54fEsGnb6vRT99XERN0o9jyiGM\",\n                \"rank\": 10000000,\n                \"advanceMethod\": \"button\",\n                \"attributes\": {\n                    \"css\": \"\",\n                    \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\",\n                    \"isAutoFocus\": true,\n                    \"blockOutUI\": {\n                        \"additionalElements\": \"\",\n                        \"enabled\": false,\n                        \"padding\": {\n                            \"bottom\": 0,\n                            \"left\": 0,\n                            \"right\": 0,\n                            \"top\": 0\n                        }\n                    }\n                },\n                \"lastUpdatedAt\": 1689612409477,\n                \"resetAt\": 0,\n                \"launchUrl\": \"http://localhost:8080/training.html\"\n            }\n        ],\n        \"attributes\": {\n            \"dates\": {\n                \"en-GB\": \"Jul 17, 2023\",\n                \"en-US\": \"Jul 17, 2023\",\n                \"es\": \"jul. 17, 2023\",\n                \"nl\": \"jul. 17, 2023\"\n            },\n            \"device\": {\n                \"type\": \"desktop\"\n            },\n            \"priority\": 138,\n            \"sharedServiceVersion\": \"4.6.7\",\n            \"type\": \"building-block\"\n        },\n        \"audience\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"eval\": {\n                    \"accountId\": \"metadata.auto.accountids\"\n                }\n            },\n            {\n                \"unwind\": {\n                    \"field\": \"accountId\",\n                    \"keepEmpty\": true\n                }\n            },\n            {\n                \"segment\": {\n                    \"id\": \"_PENDO_DEFAULT_BrChrome\"\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\"\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            }\n        ],\n        \"audienceUiHint\": {\n            \"filters\": [\n                {\n                    \"kind\": \"visitor\",\n                    \"segmentId\": \"_PENDO_DEFAULT_BrChrome\"\n                }\n            ]\n        },\n        \"authoredLanguage\": \"en-US\",\n        \"recurrence\": 0,\n        \"recurrenceEligibilityWindow\": 0,\n        \"resetAt\": 0,\n        \"publishedAt\": 0,\n        \"publishedEver\": false,\n        \"currentFirstEligibleToBeSeenAt\": 0,\n        \"isTopLevel\": false,\n        \"isModule\": false,\n        \"editorType\": \"visualDesignStudio\",\n        \"dependentMetadata\": []\n    },\n    {\n        \"createdByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"createdAt\": 1689612205594,\n        \"lastUpdatedByUser\": {\n            \"id\": \"5692633674809344\",\n            \"username\": \"z.avala@pendo.io\",\n            \"first\": \"Zack\",\n            \"last\": \"Avala\",\n            \"visitorIds\": [\n                \"exampleVisitor\",\n                \"2abde58cf04d71c1109d9de43c295b1c\"\n            ]\n        },\n        \"lastUpdatedAt\": 1689612205594,\n        \"appId\": -323232,\n        \"appIds\": [\n            -323232\n        ],\n        \"id\": \"4TRcqnCBl5zedQVM-nFaNahrHoc-20230717164326.045096665\",\n        \"name\": \"Unnamed 7/17 @ 12:43 PM\",\n        \"description\": \"\",\n        \"state\": \"draft\",\n        \"emailState\": \"\",\n        \"launchMethod\": \"auto\",\n        \"isMultiStep\": false,\n        \"isTraining\": false,\n        \"steps\": [\n            {\n                \"id\": \"A2Rss5EvCRaIhIjtTrNVfH_9rb4\",\n                \"guideId\": \"4TRcqnCBl5zedQVM-nFaNahrHoc\",\n                \"templateId\": \"building-block-guide\",\n                \"type\": \"building-block\",\n                \"elementPathRule\": \"\",\n                \"triggerElementPathRule\": \"\",\n                \"confirmationElementPathRule\": \"\",\n                \"contentType\": \"text/html; charset=utf-8\",\n                \"buildingBlocksUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/rLjTVsfFspDWJr_zMk7TOqimXNU.buildingBlocks.json\",\n                \"domUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/mVxLXNNRPzdPDraoITMdWXSh0M4.dom.json?sha256=oZ3J8-rMKjRdVYupY-HTD2DlpH9AmW7AVtTagKRc3tc\",\n                \"domJsonpUrl\": \"https://pendo-static-yourSubscriptionId.storage.googleapis.com/guide-content/4TRcqnCBl5zedQVM-nFaNahrHoc/A2Rss5EvCRaIhIjtTrNVfH_9rb4/aoqeLNi0k0AYgT_HTcRF3kNHZIo.dom.jsonp?sha256=I9VXGlH_7oQjSKEP3ZYM0fPTOoakpczB-AHpxRfJ6Ag\",\n                \"rank\": 10000000,\n                \"advanceMethod\": \"button\",\n                \"attributes\": {\n                    \"css\": \"\",\n                    \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\",\n                    \"isAutoFocus\": true\n                },\n                \"lastUpdatedAt\": 1689612205594,\n                \"resetAt\": 0\n            }\n        ],\n        \"attributes\": {\n            \"type\": \"building-block\",\n            \"device\": {\n                \"type\": \"desktop\"\n            },\n            \"priority\": 138,\n            \"sharedServiceVersion\": \"4.6.11\"\n        },\n        \"audienceUiHint\": {\n            \"filters\": []\n        },\n        \"authoredLanguage\": \"en-US\",\n        \"recurrence\": 0,\n        \"recurrenceEligibilityWindow\": 0,\n        \"resetAt\": 0,\n        \"publishedAt\": 0,\n        \"publishedEver\": false,\n        \"currentFirstEligibleToBeSeenAt\": 0,\n        \"isTopLevel\": false,\n        \"isModule\": false,\n        \"editorType\": \"engageUI\",\n        \"dependentMetadata\": []\n    }\n]"}],"_postman_id":"7bef6ace-cc01-40de-9dba-476970244966"},{"name":"Reset Guide Seen for Specific Visitor","id":"747f842b-1b6c-4981-bc43-76c5e96d95b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/guide/:guideId/visitor/:visitorId/reset","description":"<p>Reset the guide seen records for a guide with ID <code>guideId</code> for a particular visitor with ID <code>visitorId</code>. The guide can be in any state.</p>\n<p>Note: The visitor should immediately be able to see the guide again. However, the previous records may not be reflected in the UI for some time.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/guide/:guideId/visitor/:visitorId/reset</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>guideId</code> - ID of the guide to be reset  <br /><code>visitorId</code> - ID of the visitor whose record of having seen the guide should be removed.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: guide was reset as requested.  <br /><code>404</code>: The guide in question was not found.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide",":guideId","visitor",":visitorId","reset"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>ID of the guide to be reset</p>\n","type":"text/plain"},"type":"any","value":"","key":"guideId"},{"description":{"content":"<p>ID of the visitor whose record of having seen the guide should be removed</p>\n","type":"text/plain"},"type":"any","value":"","key":"visitorId"}]}},"response":[{"id":"9441f774-fd73-44bb-aeb1-98a46b0f853b","name":"Reset Guide Seen for Specific Visitor","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/guide/:guideId/visitor/:visitorId/reset","host":["https://app.pendo.io"],"path":["api","v1","guide",":guideId","visitor",":visitorId","reset"],"variable":[{"key":"guideId","value":"exampleGuideId123","description":"guideId"},{"key":"visitorId","value":"exampleGuide","description":"visitorId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 01 Jul 2021 19:51:14 GMT"},{"key":"Content-Length","value":"0"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"747f842b-1b6c-4981-bc43-76c5e96d95b0"},{"name":"Reset Guide Seen for Specific Visitor for All Guides","id":"a1390271-f631-4fff-b240-6e729c61459c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/guide/all/visitor/:visitorId/reset","description":"<p>Reset the guide seen records for a particular visitor with ID <code>{visitorId}</code>. All seen data will be removed across all guides for that visitor.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/guide/all/visitor/:visitorId/reset</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>visitorId</code> - ID of the visitor whose record of having seen all guides should be removed.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: guide was reset as requested.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide","all","visitor",":visitorId","reset"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>ID of the visitor whose record of having seen all guides should be removed</p>\n","type":"text/plain"},"type":"any","value":"","key":"visitorId"}]}},"response":[{"id":"f6d79847-8bb2-48c3-85df-8ed3b86ed250","name":"Reset Guide Seen for Specific Visitor for All Guides","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/guide/all/visitor/:visitorId/reset","host":["https://app.pendo.io"],"path":["api","v1","guide","all","visitor",":visitorId","reset"],"variable":[{"key":"visitorId","value":"exampleVisitor","description":"visitorId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 01 Jul 2021 20:02:44 GMT"},{"key":"Content-Length","value":"0"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a1390271-f631-4fff-b240-6e729c61459c"},{"name":"Reset Individual Staged Guide","id":"97a26db4-109e-4388-a585-46c936714242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/guide/:guideId/reset","description":"<p>Reset an individual <strong>staged</strong> guide with ID <code>guideId</code>. All visitors that have seen the guide previously will be eligible to see it again as if it were a newly created guide. All previous guide data will be deleted for this guide, including any poll response data, though this may take some time to be reflected in the UI.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/guide/:guideId/reset</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td><code>guideId</code> - ID of the guide to be reset.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: guide was reset as requested.  <br /><code>400</code>: The guide could not be reset (e.g. it's not a staged guide).  <br /><code>404</code>: The guide in question was not found.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide",":guideId","reset"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>guideId to be reset of all views</p>\n","type":"text/plain"},"type":"any","value":"","key":"guideId"}]}},"response":[{"id":"b3541285-8802-4c00-99f0-96425b646675","name":"Reset Individual Staged Guide","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/guide/:guideId/reset","host":["https://app.pendo.io"],"path":["api","v1","guide",":guideId","reset"],"variable":[{"key":"guideId","value":"exampleGuideId123","description":"guideId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 01 Jul 2021 20:16:40 GMT"},{"key":"Content-Length","value":"0"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"97a26db4-109e-4388-a585-46c936714242"},{"name":"Reset All Staged Guides","id":"97ad70f8-6c54-4162-8e05-58a1d817069a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/guide/staged/reset","description":"<p>Reset ALL staged guides. All visitors that have seen guides previously will be eligible to them again as if they were newly created guides. All previous guide data will be deleted, including any poll response data, though this may take some time to be reflected in the UI.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/guide/staged/reset</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: All guides were reset as requested.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide","staged","reset"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"8c52702a-d820-4bcb-bb57-ac9f052fd6e3","name":"Reset All Staged Guides","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/guide/staged/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 20:23:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"18"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":"{\n    \"guidesReset\": 22\n}"}],"_postman_id":"97ad70f8-6c54-4162-8e05-58a1d817069a"},{"name":"Export Guide Experiment Results","id":"feb0ccfd-64c2-4d66-be3f-bad56cf2e6bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/guide/:guideId/experiment/export","description":"<p>Export all experiment results for a single guide. The response will be returned as a .csv.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/guide/:guideId/experiment/export</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>guideId</code> - ID of the guide</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success  <br /><code>404</code>: The guide in question was not found.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide",":guideId","experiment","export"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"03140f17-52b0-425c-adf1-67abc8522366","description":{"content":"<p>ID of the guide</p>\n","type":"text/plain"},"type":"any","value":"","key":"guideId"}]}},"response":[{"id":"7fe674a5-52ab-4034-bba4-9d82076c085e","name":"Export Guide Experiment Results","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":{"raw":"https://app.pendo.io/api/v1/guide/:guideId/experiment/export","host":["https://app.pendo.io"],"path":["api","v1","guide",":guideId","experiment","export"],"variable":[{"key":"guideId","value":"","description":"ID of the guide"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Visitor ID,Test Group,Entered Experiment,Converted,Conversion Timestamp\nanotherVisitor,Control (No Guide),\"January 31, 2025, 03:53:36 pm EST\",No,N/A\niAmAVisitor,Experiment (Saw Guide),\"January 27, 2025, 02:30:44 pm EST\",Yes,\"January 27, 2025, 02:30:46 pm EST\"\nexampleVisitor,Control (No Guide),\"February 11, 2025, 12:58:37 pm EST\",No,N/A"}],"_postman_id":"feb0ccfd-64c2-4d66-be3f-bad56cf2e6bf"},{"name":"Bulk XLIFF Export","id":"128d1ca9-690b-47de-8db2-7722f37706ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://app.pendo.io/api/v1/guide/localization/export?guideids=guideid1,guideid2,guideid3","description":"<p>Export XLIFF XML for up to 15 guides per request. Guides are selected by guideId. Response contains XML with each guide XLIFF contained in a file tag.</p>\n<ul>\n<li>The Resource Center and P1/Classic guides are not supported</li>\n<li>Any incorrect guideIds will cause the request to fail</li>\n<li>The subscription must have localization enabled in Settings</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URL</td>\n<td><code>/api/v1/guide/localization/export?guideids=guideid1,guideid2,...</code></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td>Multiple <code>guideId</code> values, comma-separated</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success  <br /><code>400</code>: Bad Request. More than 15 guides requested.  <br /><code>400</code>: Bad Request. Guide ids must be provided.  <br /><code>400</code>: Bad Request. guideid is resourcecenter.  <br /><code>400</code>: Bad Request. Guide id xxxxx: P1 guides are not supported.  <br /><code>400</code>: Bad Request. Localization is not enabled for guide's xxxxx application.  <br /><code>404</code>: Not Found. guide id xxxxx not found.  <br /><code>500</code>: Server Error. Any other failure.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide","localization","export"],"host":["https://app.pendo.io"],"query":[{"key":"guideids","value":"guideid1,guideid2,guideid3"}],"variable":[]}},"response":[{"id":"b78e70e6-424a-4553-8559-86410ee3d608","name":"Bulk XLIFF Export","originalRequest":{"method":"GET","header":[{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://app.pendo.io/api/v1/guide/localization/export?guideids=guideid1,guideid2","host":["https://app.pendo.io"],"path":["api","v1","guide","localization","export"],"query":[{"key":"guideids","value":"guideid1,guideid2"}]}},"code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xliff version=\"1.2\" xmlns=\"urn:oasis:names:tc:xliff:document:1.2\">\n    <file original=\"guideid1\" datatype=\"\" source-language=\"en-US\" target-language=\"\">\n\t\t....\n\t</file>\n    <file original=\"guideid2\" datatype=\"\" source-language=\"en-US\" target-language=\"\">\n\t\t....\n\t</file>\n</xliff>"}],"_postman_id":"128d1ca9-690b-47de-8db2-7722f37706ec"},{"name":"Bulk XLIFF Import","id":"787ee318-fc07-41a9-91e8-d3606addcda6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-type","value":"application/xml; charset=UTF-8","type":"text"}],"body":{"mode":"raw","raw":"// Copy XLIFF 1.2 file into the body","options":{"raw":{"language":"xml"}}},"url":"https://app.pendo.io/api/v1/guide/localization/import","description":"<p>Import up to 15 XLIFF 1.2 files per request. Each file is one guideId/target language combination, delineated by <code>...</code> contained in the parent <code>...</code>. Import validates each file and will continue to the next file if an import fails.</p>\n<ul>\n<li>XLIFF files must be formatted correctly with all target elements complete</li>\n<li>Only P2/Visual Design Studio guides are supported</li>\n<li>The subscription must have localization and target language enabled in Settings</li>\n<li>Integration key requires Read/Write access.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URL</td>\n<td><code>/api/v1/guide/localization/import</code></td>\n</tr>\n<tr>\n<td>Body</td>\n<td><code>...</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Success  <br /><code>400</code>: Bad Request. Exceeds limit of 15 translations.  <br /><code>400</code>: Bad Request. XLIFF Version string must be \"1.2\".  <br /><code>400</code>: Bad Request. Improperly formatted XLIFF request.  <br /><code>400</code>: Bad Request. XLIFF File has guideId and target language duplicates.  <br /><code>207</code>: Multi-Status. guideId: Localization is not enabled for this guide's application.  <br /><code>207</code>: Multi-Status. guideId: guide id not found.  <br /><code>207</code>: Multi-Status. guideId: Target language is not enabled for the app.  <br /><code>207</code>: Multi-Status. guideId: P1 guides are not supported.  <br /><code>207</code>: Multi-Status. guideId: Resourcecenter is not supported.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","guide","localization","import"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"071dacd9-ddea-448a-b1c5-32ad00f97ebf","name":"Bulk XLIFF Import","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml; charset=UTF-8"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","description":"Write access required"}],"body":{"mode":"raw","raw":"  <xliff version=\"1.2\" xmlns=\"urn:oasis:names:tc:xliff:document:1.2\">\n      <file original=\"[guideid value]\" datatype=\"pendoguide\" source-language=\"en-US\" target-language=\"es\">\n          <body>\n              <group id=\"hj9sPzK_OA4tK-c9CnbCcw_VIfU\">\n                  <note></note>\n                  <trans-unit id=\"pendo-image-2b907667|alt\">\n                      <source><![CDATA[Complete Image]]></source>\n                      <target>Translated image</target>\n                      <note>insert.io.ImageView</note>\n                  </trans-unit>\n                  <trans-unit id=\"pendo-image-2b907667\">\n                      <source><![CDATA[https://pendo-static-5668600916475904.storage.googleapis.com/DEDqxuSUfAaY2xKPZ8mZuzjFJGQ/guide-media-ff2b8862-3ab6-4bb2-a3c4-8762aebd6f46]]></source>\n                      <target>Translated image</target>\n                      <note>insert.io.ImageView</note>\n                  </trans-unit>\n                  <trans-unit id=\"pendo-text-4e7644ef|md\">\n                      <source><![CDATA[Walkthrough Complete]]></source>\n                      <target>Translated text</target>\n                      <note>TextView</note>\n                  </trans-unit>\n                  <trans-unit id=\"pendo-text-d8b09899|md\">\n                      <source><![CDATA[Use this template as the final step in a walkthrough.\nYou can link out to your knowledge base for more information and next steps.]]></source>\n                      <target>Translated text</target>\n                      <note>TextView</note>\n                  </trans-unit>\n                  <trans-unit id=\"pendo-button-5b363991\">\n                      <source><![CDATA[Dismiss Guide]]></source>\n                      <target>Translated text</target>\n                      <note>Button</note>\n                  </trans-unit>\n              </group>\n          </body>\n      </file>\n  </xliff>\n","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/guide/localization/import"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"[guideid]\": {\n        \"es\": {\n            \"state\": \"COMPLETE\",\n            \"message\": \"\",\n            \"translationObjectName\": \"guide-content/[guideid]/es.xliff\",\n            \"translationAppliedAt\": \"2021-06-25T20:20:27.10758375Z\",\n            \"stepTranslations\": {\n                \"hj9sPzK_OA4tK-c9CnbCcw_VIfU\": {\n                    \"translatedStringIds\": [\n                        \"pendo-image-2b907667|alt\",\n                        \"pendo-image-2b907667\",\n                        \"pendo-text-4e7644ef\",\n                        \"pendo-text-d8b09899\",\n                        \"pendo-button-5b363991\"\n                    ],\n                    \"untranslatedStringIds\": [],\n                    \"translationHash\": \"U4b8xxfrGUCMX6CzLhLBsCpBpIE\",\n                    \"domHash\": \"YbO_EYy9O02BoaPNSOIpEzQ_Lew\",\n                    \"domHash256\": \"icqGR6EttN3TWhLbCTsLPBllbdvgJNCGFUULKpp4DVY\",\n                    \"domJsonpHash\": \"zJaR1ym2bs7IT63iVV1YcGtW5vM\",\n                    \"domJsonpHash256\": \"9APTs6mAhJ2yTZ3BcTiLjSf-Pw-CT2bT74CNPP23mHQ\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"787ee318-fc07-41a9-91e8-d3606addcda6"}],"id":"b071f706-e996-4018-8e88-295c586edfe3","description":"<h3 id=\"guide-endpoint\">Guide Endpoint</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">https://app.pendo.io/api/v1/guide\n\n</code></pre>\n<p>The <code>guideId</code> referenced below can be found at the end of the URL when viewing an individual guide details page. You can access that page by going to the <a href>guides list</a> and then clicking into any guide.</p>\n<h2 id=\"the-guide-object\">The Guide Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>createdByUser  <br /><em>object</em></td>\n<td>Information about the user that created the guide.</td>\n</tr>\n<tr>\n<td>createdAt  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the guide was created.</td>\n</tr>\n<tr>\n<td>lastUpdatedByUser  <br /><em>object</em></td>\n<td>Information about the user that last updated the guide.</td>\n</tr>\n<tr>\n<td>lastUpdatedAt  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the guide was last updated.</td>\n</tr>\n<tr>\n<td>kind  <br /><em>string</em></td>\n<td>Returns the type of object. Guide for example.</td>\n</tr>\n<tr>\n<td>rootVersionId  <br /><em>string</em></td>\n<td>The unique identifier of the root entity, which nominally matches the public id field of the guide.</td>\n</tr>\n<tr>\n<td>stableVersionId  <br /><em>string</em></td>\n<td>The unique identifier for the current version of the guide.</td>\n</tr>\n<tr>\n<td>id  <br /><em>string</em></td>\n<td>The unique identifier for the guide.</td>\n</tr>\n<tr>\n<td>name  <br /><em>string</em></td>\n<td>Display name for the guide.</td>\n</tr>\n<tr>\n<td>state  <br /><em>string</em></td>\n<td>The current state of the guide. <code>published</code>, <code>staged</code>, <code>draft</code>, and <code>disabled</code>.</td>\n</tr>\n<tr>\n<td>launchMethod  <br /><em>string</em></td>\n<td>Also referred to as the \"activation\" method (<code>api</code>, <code>automatic</code>, <code>badge</code>, <code>dom</code>, and <code>launcher</code>).</td>\n</tr>\n<tr>\n<td>isMultiStep  <br /><em>boolean</em></td>\n<td>Returns true if guide has multiple steps.</td>\n</tr>\n<tr>\n<td>steps  <br /><em>array</em></td>\n<td>Array of objects, one for each step of a multi-step walkthrough guide. See step object below for more information.</td>\n</tr>\n<tr>\n<td>attributes  <br /><em>array</em></td>\n<td>Data used for the agent's handling of the guide. See attributes object below for more information.</td>\n</tr>\n<tr>\n<td>audience  <br /><em>array</em></td>\n<td>The aggregation pipeline used by the system to process the segment rules.</td>\n</tr>\n<tr>\n<td>audienceUiHint  <br /><em>object</em></td>\n<td>Internal values to build audience rules.</td>\n</tr>\n<tr>\n<td>resetAt  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the guide’s data was last reset.</td>\n</tr>\n<tr>\n<td>publishedAt  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the guide state was last set to public.</td>\n</tr>\n<tr>\n<td>showsAfter  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when a scheduled guide will display.</td>\n</tr>\n<tr>\n<td>expiresAfter  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch equal to a guides configured expiration date.</td>\n</tr>\n<tr>\n<td>emailState  <br />string</td>\n<td>Shows if email delivery is enabled for NPS guides. Empty for all non-NPS guides.</td>\n</tr>\n<tr>\n<td>recurrence  <br /><em>number</em></td>\n<td>NPS only. The number of milliseconds equal to the recurrence period of the NPS.</td>\n</tr>\n<tr>\n<td>recurrenceEligibilityWindow  <br /><em>number</em></td>\n<td>NPS only. The number of milliseconds equal to the number of days a visitor is eligible when even distribution is enabled (usually 14 days).</td>\n</tr>\n<tr>\n<td>currentFirstEligibleToBeSeenAt  <br /><em>number</em></td>\n<td>Used in the calculation of email delivery. Usually equal to 0 or the <code>showsAfter</code> date.</td>\n</tr>\n<tr>\n<td>emailConfiguration  <br /><em>object</em></td>\n<td>NPS Only. Information configured for email delivery of NPS guides.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-step-object\">The Step Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id  <br /><em>string</em></td>\n<td>Unique identifier for the step.</td>\n</tr>\n<tr>\n<td>guideId  <br /><em>string</em></td>\n<td>ID of the parent guide.</td>\n</tr>\n<tr>\n<td>type  <br /><em>string</em></td>\n<td>The type of guide step.</td>\n</tr>\n<tr>\n<td>elementPathRule  <br /><em>string</em></td>\n<td>The element path that indicates where the tooltip or badge \"points\" to (blank if not applicable).</td>\n</tr>\n<tr>\n<td>contentType  <br /><em>string</em></td>\n<td>The MIME type text/html or application/javascript of the content of this guide step.</td>\n</tr>\n<tr>\n<td>contentUrl  <br /><em>string</em></td>\n<td>URL for the step html content.</td>\n</tr>\n<tr>\n<td>contentUrlCss  <br /><em>string</em></td>\n<td>URL for the step css content.</td>\n</tr>\n<tr>\n<td>contentUrlJs  <br /><em>string</em></td>\n<td>URL for the step JS content.</td>\n</tr>\n<tr>\n<td>rank  <br /><em>number</em></td>\n<td>An internal identifier. This does not equate to the step's place in the guide. This is determined by the order within the steps container.</td>\n</tr>\n<tr>\n<td>advanceMethod  <br /><em>string</em></td>\n<td>Returns the steps advance method - button, programatic, or element.</td>\n</tr>\n<tr>\n<td>thumbnailUrls  <br /><em>string</em></td>\n<td>Thumbnail URLs used for the screenshots.</td>\n</tr>\n<tr>\n<td>attributes  <br /><em>object</em></td>\n<td>Data used for the agent's handling of the guide step. Contains step properties such as the <code>height</code>, <code>width</code>, <code>autoHeight</code>, <code>position</code>, <code>css</code>, and <code>variables</code>.</td>\n</tr>\n<tr>\n<td>lastUpdatedAt  <br /><em>number</em></td>\n<td>The timestamp in milliseconds when the guide step was last updated.</td>\n</tr>\n<tr>\n<td>resetAt  <br /><em>number</em></td>\n<td>The timestamp in milliseconds when the guide data was last reset.</td>\n</tr>\n<tr>\n<td>launchUrl  <br /><em>string</em></td>\n<td>The URL saved in the UI to launch the designer.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-attributes-object\">The Attributes Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type  <br /><em>string</em></td>\n<td>Unique identifier for the step.</td>\n</tr>\n<tr>\n<td>dates  <br /><em>object</em></td>\n<td>The last updated date of each translated version of the guide.</td>\n</tr>\n<tr>\n<td>device  <br /><em>object or string</em></td>\n<td>The device-types selected for guide display (i.e. mobile, desktop)</td>\n</tr>\n<tr>\n<td>badge  <br /><em>object</em></td>\n<td>Attributes related to the badge activation type.</td>\n</tr>\n<tr>\n<td>priority  <br /><em>number</em></td>\n<td>Position of the Guide as it appears in the resource/guide center.</td>\n</tr>\n<tr>\n<td>launcher  <br /><em>array</em></td>\n<td>Returns an array of keywords used to search from within the guide center. (Classic Designer guides only)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-polls-object\">The Polls Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id  <br /><em>string</em></td>\n<td>Unique identifier for the poll.</td>\n</tr>\n<tr>\n<td>question  <br /><em>string</em></td>\n<td>The text configured for the poll.</td>\n</tr>\n<tr>\n<td>numericResponses  <br /><em>array</em></td>\n<td>For numeric polls only, the list of numbered options.</td>\n</tr>\n<tr>\n<td>idResponses  <br /><em>object</em></td>\n<td>An object containing key/value pairs of IDs and human-readable text equivalents of configured poll choices.</td>\n</tr>\n<tr>\n<td>attributes  <br /><em>object</em></td>\n<td>Information about the poll such as type (<code>PickList</code>, <code>NumberScale</code>, <code>FreeForm</code>, etc.)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b071f706-e996-4018-8e88-295c586edfe3","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Metadata","item":[{"name":"Get a Metadata Schema","id":"a59ff30a-d29c-430c-b28a-fa64d199a9b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/metadata/schema/:kind","description":"<p>Gets the metadata schema for a single kind of metadata (visitor or account).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/schema/:kind</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>kind</code> - \"visitor\" or \"account\"</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: The metadata value was updated  <br /><code>404</code>: Check to make sure the visitor or account ID is valid</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata","schema",":kind"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>\"visitor\" or \"account\"</p>\n","type":"text/plain"},"type":"any","value":null,"key":"kind"}]}},"response":[{"id":"b1cbe9b1-d46c-4be1-8f64-78d26af2ad2f","name":"Get a Metadata Schema","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/metadata/schema/:kind","host":["https://app.pendo.io"],"path":["api","v1","metadata","schema",":kind"],"variable":[{"key":"kind","value":null,"description":"\"visitor\" or \"account\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 20:26:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"agent\": {\n        \"contractDate\": {\n            \"Type\": \"time\",\n            \"DisplayName\": \"\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"w3c_iso8601\",\n            \"Dirty\": true,\n            \"sample\": \"2020-03-27T00:00:00.000Z\",\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"email\": {\n            \"Type\": \"string\",\n            \"DisplayName\": \"\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": true,\n            \"sample\": \"z.avala@pendo.io\",\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        }\n    },\n    \"auto\": {\n        \"accountid\": {\n            \"Type\": \"string\",\n            \"DisplayName\": \"Account ID\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"accountids\": {\n            \"Type\": \"list\",\n            \"DisplayName\": \"Account IDs\",\n            \"ElementType\": \"string\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"firstvisit\": {\n            \"Type\": \"time\",\n            \"DisplayName\": \"First Visit\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"milliseconds\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": true,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"id\": {\n            \"Type\": \"string\",\n            \"DisplayName\": \"Visitor ID\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"lastbrowsername\": {\n            \"Type\": \"string\",\n            \"DisplayName\": \"Most recent browser name\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": true,\n            \"isPerApp\": true,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"lastbrowserversion\": {\n            \"Type\": \"string\",\n            \"DisplayName\": \"Most recent browser version\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": true,\n            \"isPerApp\": true,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"lastoperatingsystem\": {\n            \"Type\": \"string\",\n            \"DisplayName\": \"Most recent operating system\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": true,\n            \"isPerApp\": true,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"lastservername\": {\n            \"Type\": \"string\",\n            \"DisplayName\": \"Most recent server name\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": true,\n            \"neverIndex\": true,\n            \"isPromoted\": false\n        },\n        \"lastvisit\": {\n            \"Type\": \"time\",\n            \"DisplayName\": \"Last Visit\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"milliseconds\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": true,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        }\n    },\n    \"custom\": {\n        \"epochdate\": {\n            \"Type\": \"time\",\n            \"DisplayName\": \"epochDate\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"milliseconds\",\n            \"Dirty\": true,\n            \"sample\": \"\",\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        }\n    },\n    \"pendo\": {\n        \"blacklistguides\": {\n            \"Type\": \"boolean\",\n            \"DisplayName\": \"Disable Guides for Account\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"designerenabled\": {\n            \"Type\": \"boolean\",\n            \"DisplayName\": \"Designer Enabled\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        },\n        \"donotprocess\": {\n            \"Type\": \"boolean\",\n            \"DisplayName\": \"Do Not Process\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": false,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        }\n    },\n    \"segmentio\": {\n        \"admin\": {\n            \"Type\": \"boolean\",\n            \"DisplayName\": \"Is Admin\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": true,\n            \"sample\": true,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        }\n    },\n    \"salesforce\": {\n        \"userid\": {\n            \"Type\": \"integer\",\n            \"DisplayName\": \"UserID\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": true,\n            \"sample\": 1231231231233123,\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        }\n    },\n    \"hubspot\": {\n        \"list\": {\n            \"Type\": \"\",\n            \"DisplayName\": \"\",\n            \"ElementType\": \"\",\n            \"ElementFormat\": \"\",\n            \"Dirty\": true,\n            \"sample\": [\n                \"one\",\n                \"two\",\n                \"three\"\n            ],\n            \"isHidden\": false,\n            \"isDeleted\": false,\n            \"isCalculated\": false,\n            \"isPerApp\": false,\n            \"neverIndex\": false,\n            \"isPromoted\": false\n        }\n    }\n}"}],"_postman_id":"a59ff30a-d29c-430c-b28a-fa64d199a9b9"},{"name":"Get Value of a Metadata Field","id":"cb0a05c4-709f-4644-bbd7-18f066b94d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/metadata/:kind/:group/value/:id/:fieldName","description":"<p>Gets the value of metadata field for an individual account or visitor</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/:kind/:group/value/:id/:fieldName</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>kind</code> - \"visitor\" or \"account\"  <br /><code>id</code> - ID of the visitor or account being updated  <br /><code>fieldName</code> - name of the metadata field being updated</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON encoded metadata value</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: The metadata value was updated  <br /><code>404</code>: Check to make sure the visitor or account ID is valid</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata",":kind",":group","value",":id",":fieldName"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>\"visitor\" or \"account\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"kind"},{"description":{"content":"<p>type of metadata field by origin (agent, custom, salesforce, etc.)</p>\n","type":"text/plain"},"type":"any","value":"","key":"group"},{"description":{"content":"<p>ID of the visitor or account being updated</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"},{"description":{"content":"<p>name of the metadata field</p>\n","type":"text/plain"},"type":"any","value":"","key":"fieldName"}]}},"response":[{"id":"c88b95b2-2496-4dca-9dea-20f1492dbd20","name":"Get Value of a Metadata Field","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/metadata/:kind/:group/value/:id/:fieldName","host":["https://app.pendo.io"],"path":["api","v1","metadata",":kind",":group","value",":id",":fieldName"],"variable":[{"key":"kind","value":"visitor","description":"\"visitor\" or \"account\""},{"key":"group","value":"agent","description":"type of metadata field by origin (agent, custom, etc.)"},{"key":"id","value":"exampleVisitor","description":"ID of the visitor or account being updated "},{"key":"fieldName","value":"email","description":"name of the metadata field being updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 19:54:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"z.avala@pendo.io\""}],"_postman_id":"cb0a05c4-709f-4644-bbd7-18f066b94d7e"},{"name":"Opt-out a Visitor or Account From All Guide Display","id":"1cf7f9e6-d7be-49ba-866f-514f565f98e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"true"},"url":"https://app.pendo.io/api/v1/metadata/:kind/pendo/value/:id/blacklistguides","description":"<p>This provides an opt-out capability for visitors and accounts to prevent them from receiving guides. To use this feature, contact support to enable the setting \"Enable guide exclude list per visitor and account\". Without this setting, attempts to set <code>blacklistguides</code> metadata will fail.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PUT</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/:kind/pendo/value/:id/blacklistguides</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>kind</code> - \"visitor\" or \"account\"  <br /><code>id</code> - ID of the visitor or account being updated</td>\n</tr>\n<tr>\n<td>Body</td>\n<td><code>true</code> to disable guides  <br /><code>false</code> to re-enable guides</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: The metadata value was updated</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata",":kind","pendo","value",":id","blacklistguides"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>\"visitor\" or \"account\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"kind"},{"description":{"content":"<p>ID of the visitor or account to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"0d34efb9-722d-40bc-a2b3-374307805865","name":"Opt-out a Visitor or Account From All Guide Display","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-key-integration","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/metadata/:kind/pendo/value/:id/blacklistguides","host":["https://app.pendo.io"],"path":["api","v1","metadata",":kind","pendo","value",":id","blacklistguides"],"variable":[{"key":"kind","value":"visitor","description":"\"visitor\" or \"account\""},{"key":"id","value":"exampleVisitor","description":"ID of the visitor or account to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 06 Jul 2021 20:00:28 GMT"},{"key":"Content-Length","value":"0"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1cf7f9e6-d7be-49ba-866f-514f565f98e6"},{"name":"Opt-Out or Do Not Process a Visitor or Account","id":"66de1263-e5e7-4794-be35-11ed20be1a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"true"},"url":"https://app.pendo.io/api/v1/metadata/:kind/pendo/value/:id/donotprocess","description":"<p>Use this flag to opt-out a visitors from <strong>all Pendo analytics and Guides</strong>. This flag is typically used to help companies align to GDPR requirements where a user can invoke their data right(s).</p>\n<p><a href=\"https://help.pendo.io/resources/support-library/settings/gdpr.html\">Learn more about GDPR at Pendo.</a></p>\n<h5 id=\"how-does-pendo-use-this-flag\">How does Pendo use this flag?</h5>\n<p>If you select \"do not process\" for a visitor, the agent will recognize that it's a \"do not process\" visitor on the first hit of a visitor and immediately discard the data. For subsequent visits, Pendo already knows the visitor is DNP and does not even collect any data. For agent versions lower than 2.15.6, Pendo will immediately discard the data.</p>\n<p><em><strong>Note</strong></em>: Data for \"Do Not Process\" Visitors is <em><strong>unrecoverable</strong></em>, regardless of agent version.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PUT</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/:kind/pendo/value/:id/donotprocess</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>id</code> - ID of the visitor being updated</td>\n</tr>\n<tr>\n<td>Data</td>\n<td><code>true</code> to opt-out visitor from being processed in Pendo  <br /><code>false</code> to process visitor in Pendo</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: The metadata value was updated</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata",":kind","pendo","value",":id","donotprocess"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>\"visitor\" or \"account\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"kind"},{"description":{"content":"<p>ID of the visitor to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"5f834222-005e-4bef-a860-aa750a4b339e","name":"Opt-Out or Do Not Process a Visitor or Account","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"true"},"url":{"raw":"https://app.pendo.io/api/v1/metadata/:kind/pendo/value/:id/donotprocess","host":["https://app.pendo.io"],"path":["api","v1","metadata",":kind","pendo","value",":id","donotprocess"],"variable":[{"key":"kind","value":"account","description":"\"visitor\" or \"account\""},{"key":"id","value":"GDPRAccount","description":"ID of the visitor to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 01 Jul 2021 20:52:51 GMT"},{"key":"Content-Length","value":"0"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"66de1263-e5e7-4794-be35-11ed20be1a67"},{"name":"Set Value for an Agent or Custom Field","id":"833bdd51-a8b7-4de0-b119-15f5d37aeb7e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://app.pendo.io/api/v1/metadata/:kind/:group/value/:id/:fieldName","description":"<p>Sets the value of an agent or custom metadata field on a single account or visitor. When setting custom metadata fields, a new field will be created if the provided name does not match an existing custom field. When creating fields in this manner, please go to the <a href=\"https://\">Data Mappings</a> page to set the data type.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PUT</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/:kind/:group/value/:id/:fieldName</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>kind</code> - \"visitor\" or \"account\"  <br /><code>group</code> - type of metadata field by origin (agent, custom, salesforce, etc.)  <br /><code>id</code> - id of the visitor or account being updated  <br /><code>fieldName</code> - name of the metadata field being updated</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON encoded metadata value</td>\n</tr>\n<tr>\n<td>Optional Request Headers</td>\n<td><code>x-pendo-base64-encoded-params</code>:<code>true</code> (only include when submitting a base64 encoded ID)</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: The metadata value was updated  <br /><code>404</code>: Check to make sure the custom field exists in Data Mappings</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata",":kind",":group","value",":id",":fieldName"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>\"visitor\" or \"account\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"kind"},{"description":{"content":"<p>type of metadata field by origin (agent, custom, salesforce, etc.)</p>\n","type":"text/plain"},"type":"any","value":"","key":"group"},{"description":{"content":"<p>ID of the visitor or account being updated</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"},{"description":{"content":"<p>name of the metadata field being updated</p>\n","type":"text/plain"},"type":"any","value":"","key":"fieldName"}]}},"response":[{"id":"6a26b61a-da93-404a-a1aa-1746e4b5a24e","name":"Set Value for an Agent or Custom Field","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"true","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.pendo.io/api/v1/metadata/:kind/:group/value/:id/:fieldName","host":["https://app.pendo.io"],"path":["api","v1","metadata",":kind",":group","value",":id",":fieldName"],"variable":[{"key":"kind","value":"visitor","description":"\"visitor\" or \"account\""},{"key":"group","value":"custom","description":"type of metadata field by origin (agent, custom, salesforce, etc.)"},{"key":"id","value":"exampleVisitor","description":"ID of the visitor or account being updated"},{"key":"fieldName","value":"isAdmin","description":"name of the metadata field being updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 01 Jul 2021 20:59:21 GMT"},{"key":"Content-Length","value":"0"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"833bdd51-a8b7-4de0-b119-15f5d37aeb7e"},{"name":"Set Value for a Set of Agent or Custom Fields","id":"bd14400e-0ff9-49e6-932e-61e7a65c6f3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"visitorId\": \"exampleVisitor\",\n        \"values\": {\n            \"field1\": \"value\",\n            \"field2\": \"value\"\n        }\n    }\n]"},"url":"https://app.pendo.io/api/v1/metadata/:kind/:group/value","description":"<p>Sets the value of multiple metadata fields on set of accounts or visitors. When setting custom metadata fields, a new field will be created if the provided name does not match an existing custom field. When creating fields in this manner, please go to the <a href>Data Mappings</a> page to set the data type.</p>\n<p>Any number of records may be submitted for update, but the call is limited to five (5) minutes. Any calls that takes longer will timeout with a <code>408 Request Timeout</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/:kind/:group/value</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>kind</code> - \"visitor\" or \"account\"  <br /><code>group</code> - type of metadata field by origin (agent, custom, salesforce, etc.)</td>\n</tr>\n<tr>\n<td>Optional Query Parameters</td>\n<td><code>?create=true</code> - If the visitor or account ID passed does not exist, it will be created</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON array (see example body format)</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: The bulk update completed.  <br /><code>400</code>: The format is unacceptable due to malformed JSON or missing field mappings.  <br /><code>408</code>: The call took too long and timed out.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total number</td>\n<td>Sum of updated + failed.</td>\n</tr>\n<tr>\n<td>failed number</td>\n<td>Sum of length(missing) + length(errors).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata",":kind",":group","value"],"host":["https://app.pendo.io"],"query":[],"variable":[{"description":{"content":"<p>\"visitor\" or \"account\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"kind"},{"description":{"content":"<p>type of metadata field by origin (agent, custom, salesforce, etc.)</p>\n","type":"text/plain"},"type":"any","value":"","key":"group"}]}},"response":[{"id":"3714aa24-3e2a-4a7c-92ea-9dd6e8b97c14","name":"Set Value for a Set of Agent or Custom Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"visitorId\": \"exampleVisitor\",\n        \"values\": {\n            \"epochdate\": 1689609385599,\n            \"customBoolean\": true\n        }\n    },\n    {\n        \"visitorId\": \"thisVisitorDoesNotExist\",\n        \"values\": {\n            \"customBoolean\": true\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.pendo.io/api/v1/metadata/:kind/:group/value","host":["https://app.pendo.io"],"path":["api","v1","metadata",":kind",":group","value"],"variable":[{"key":"kind","value":"visitor","description":"\"visitor\" or \"account\""},{"key":"group","value":"custom","description":"type of metadata field by origin (agent, custom, salesforce, etc.)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 21:07:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"updated\": 1,\n    \"failed\": 1,\n    \"missing\": [\n        \"thisVisitorDoesNotExist\"\n    ],\n    \"kind\": \"visitor\"\n}"},{"id":"5b13578e-8bfc-42d7-81ce-e3d30a10acdb","name":"Set Value with ?create=true","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"visitorId\": \"exampleVisitor\",\n        \"values\": {\n            \"epochdate\": 1689609385599,\n            \"customBoolean\": true\n        }\n    },\n    {\n        \"visitorId\": \"thisVisitorDoesNotExist\",\n        \"values\": {\n            \"customBoolean\": true\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.pendo.io/api/v1/metadata/:kind/:group/value?create=true","host":["https://app.pendo.io"],"path":["api","v1","metadata",":kind",":group","value"],"query":[{"key":"create","value":"true"}],"variable":[{"key":"kind","value":"visitor","description":"\"visitor\" or \"account\""},{"key":"group","value":"custom","description":"type of metadata field by origin (agent, custom, salesforce, etc.)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jul 2021 21:07:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"false"},{"key":"Access-Control-Allow-Headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"updated\": 2,\n    \"failed\": 0,\n    \"kind\": \"visitor\"\n}"}],"_postman_id":"bd14400e-0ff9-49e6-932e-61e7a65c6f3c"},{"name":"Create or Undelete an Agent or Custom Field","id":"99990e3f-55da-4e8e-9318-fef089201c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"fieldName1\",\n        \"displayname\": \"fieldName1\",\n        \"type\": \"string\"\n    },\n    {\n        \"name\": \"fieldName2\",\n        \"displayname\": \"fieldName2\",\n        \"type\": \"number\"\n    },\n    {\n        \"name\": \"fieldName3\",\n        \"displayname\": \"fieldName3\",\n        \"type\": \"time\"\n    },\n    {\n        \"name\": \"fieldName4\",\n        \"displayname\": \"fieldName4\",\n        \"type\": \"boolean\"\n    }\n]"},"url":"https://app.pendo.io/api/v1/metadata/schema/:kind/:group","description":"<p>Creates or undeletes up to 24 agent or custom metadata fields. When undeleting, any data for that field that was in Pendo prior to its deletion will be restored within a few hours. However, any values associated with a data scrub or received for the field(s) while it was deleted will not appear.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/schema/:kind/:group</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>kind</code> - \"visitor\" or \"account\"  <br /><code>group</code> - \"agent\" or \"custom\"</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON array (see example body format)</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>201</code>: All created successfully.  <br /><code>207</code>: Some fields succeeded and some failed. Review response body.  <br /><code>400</code>: Body is in the wrong format or request exceeds the limit of 24.  <br /><code>409</code>: All entities already exist.  <br /><code>422</code>: One or more submissions failed validation.  <br /><code>500</code>: All entities failed. See error in response.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>schema</td>\n<td>Contains the data submitted for each field</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the attempt: created, failed, or undeleted</td>\n</tr>\n<tr>\n<td>error.message</td>\n<td>If status was failed, this will indicate why</td>\n</tr>\n<tr>\n<td>summary.created</td>\n<td>Number of net new fields created</td>\n</tr>\n<tr>\n<td>summary.failed</td>\n<td>Number of fields that failed. See individual results above for specific error.</td>\n</tr>\n<tr>\n<td>summary.undeleted</td>\n<td>Number of fields undeleted. This will not appear if no fields were undeleted.</td>\n</tr>\n<tr>\n<td>summary.total</td>\n<td>Total number of fields included in the update attempt.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata","schema",":kind",":group"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"9ed21f0b-9489-456d-b3dd-0241d1da1ddc","description":{"content":"<p>\"visitor\" or \"account\"</p>\n","type":"text/plain"},"type":"any","value":"visitor","key":"kind"},{"id":"1fcd21e6-2474-46f8-9bcd-5bfdcdc14f59","description":{"content":"<p>\"agent\" or \"custom\"</p>\n","type":"text/plain"},"type":"any","value":"custom","key":"group"}]}},"response":[{"id":"25115fd2-0b2f-490c-8aed-19d487cb5b26","name":"Create or undelete an Agent or Custom Field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"oopsThisGotDeletedByAccident\",\n        \"displayname\": \"oopsThisGotDeletedByAccident\",\n        \"type\": \"string\"\n    },\n    {\n        \"name\": \"role\",\n        \"displayname\": \"Role\",\n        \"type\": \"string\"\n    },\n    {\n        \"name\": \"signupDate\",\n        \"displayname\": \"signupDate\",\n        \"type\": \"date\"\n    },\n    {\n        \"name\": \"enabled\",\n        \"displayname\": \"enabled\",\n        \"type\": \"boolean\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.pendo.io/api/v1/metadata/schema/:kind/:group","host":["https://app.pendo.io"],"path":["api","v1","metadata","schema",":kind",":group"],"variable":[{"key":"kind","value":"visitor","description":"\"visitor\" or \"account\""},{"key":"group","value":"custom","description":"\"agent\" or \"custom\""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"schema\": {\n                \"name\": \"oopsThisGotDeletedByAccident\",\n                \"displayName\": \"oopsThisGotDeletedByAccident\",\n                \"type\": \"string\"\n            },\n            \"status\": \"undeleted\"\n        },\n        {\n            \"schema\": {\n                \"name\": \"role\",\n                \"displayName\": \"Role\",\n                \"type\": \"string\"\n            },\n            \"status\": \"created\"\n        },\n        {\n            \"schema\": {\n                \"name\": \"signupdate\",\n                \"displayName\": \"signupDate\",\n                \"type\": \"date\"\n            },\n            \"status\": \"failed\",\n            \"error\": {\n                \"message\": \"invalid type\"\n            }\n        },\n        {\n            \"schema\": {\n                \"name\": \"enabled\",\n                \"displayName\": \"enabled\",\n                \"type\": \"boolean\"\n            },\n            \"status\": \"created\"\n        }\n    ],\n    \"summary\": {\n        \"created\": 2,\n        \"failed\": 1,\n        \"total\": 4,\n        \"undeleted\": 1\n    }\n}"}],"_postman_id":"99990e3f-55da-4e8e-9318-fef089201c27"},{"name":"Delete an Agent or Custom Field","id":"ca589000-fc92-4d80-8ea8-c0ba4dcfb919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/metadata/schema/:kind/:group/:field","description":"<p>Deletes an exisiting metadata field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td>DELETE</td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/schema/:kind/:group/:field</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>kind</code> - \"visitor\" or \"account\"  <br /><code>group</code> - \"agent\" or \"custom\"  <br /><code>field</code> - the name of the field (not display name)</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Deletion successful.  <br /><code>202</code>: Field was already deleted.  <br /><code>404</code>: Field not found.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata","schema",":kind",":group",":field"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"4f908a43-a16e-49de-837f-46f8f244faa3","description":{"content":"<p>\"visitor\" or \"account\"</p>\n","type":"text/plain"},"type":"any","value":"visitor","key":"kind"},{"id":"67a76fc8-e57c-4cde-aaec-14c4f13f0d3c","description":{"content":"<p>\"agent\" or \"custom\"</p>\n","type":"text/plain"},"type":"any","value":"custom","key":"group"},{"id":"2d1af099-3fb3-42e9-9ccc-85921c30391e","description":{"content":"<p>metadata field name</p>\n","type":"text/plain"},"type":"any","value":"","key":"field"}]}},"response":[{"id":"c892f286-74fd-4e30-adf9-beec050f4aab","name":"Delete an Agent or Custom Field","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/metadata/schema/:kind/:group/:field","host":["https://app.pendo.io"],"path":["api","v1","metadata","schema",":kind",":group",":field"],"variable":[{"key":"kind","value":"visitor","description":"\"visitor\" or \"account\""},{"key":"group","value":"custom","description":"\"agent\" or \"custom\""},{"key":"field","value":"fieldName","description":"metadata field name"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ca589000-fc92-4d80-8ea8-c0ba4dcfb919"},{"name":"Get a List of Dependencies for All Metadata Fields","id":"660189ba-5f36-4d6e-91fc-61350d2343f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/metadata/dependencies","description":"<p>Returns objects that all metadata fields are tied to. This includes:</p>\n<ul>\n<li>lists of all guides and reports using a draft/custom segment referencing the field</li>\n<li>lists of all shared segments and reports referencing the field</li>\n<li>a boolean true/false if the field is used in a report or segment set to \"Only Me\" visibility</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/dependencies</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>404</code>: Check to make sure the field name is valid</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata","dependencies"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"7b3358cf-ebc3-4b5d-a684-8095b771bdae","name":"Get a List of Dependencies for All Metadata Fields","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/metadata/dependencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"account.agent.cheese\": {\n        \"guides\": [\n            {\n                \"name\": \"Gruyere Only!\",\n                \"id\": \"-NKqnpQVvOOq50RVtXajzN2laj4\"\n            }\n        ],\n        \"reports\": [],\n        \"segments\": [],\n        \"usedByUnsharedReports\": false,\n        \"usedByUnsharedSegments\": false\n    },\n    \"visitor.agent.email\": {\n        \"guides\": [\n            {\n                \"name\": \"Learn all the things!\",\n                \"id\": \"7udXtfzQ16b5K-V6oZGENhb8IVk\"\n            }\n        ],\n        \"reports\": [\n            {\n                \"name\": \"Visitors last 30 days\",\n                \"id\": \"4AxJAoab4bymtu4tA1kmpIyH2AI\",\n                \"type\": \"Visitor\"\n            }\n        ],\n        \"segments\": [\n            {\n                \"name\": \"email isn't empty\",\n                \"id\": \"OQ02qs9jHdkCyNY6BasukfSg5Y0\"\n            }\n        ],\n        \"usedByUnsharedReports\": false,\n        \"usedByUnsharedSegments\": true\n    },\n    \"visitor.auto.id\": {\n        \"guides\": [],\n        \"reports\": [\n            {\n                \"name\": \"Visitors by Month\",\n                \"id\": \"ckWDyqEwai1bi0UYP0wwobZEJpw\",\n                \"type\": \"Saved Reports\"\n            }\n        ],\n        \"segments\": [\n            {\n                \"name\": \"Guide vs Segment\",\n                \"id\": \"83hakexT82tTQQsTWT_6Vz6PeRw\"\n            },\n            {\n                \"name\": \"Top Segment\",\n                \"id\": \"cV_yQx1rIAnhW3HbDpzg7lAYJ-M\"\n            },\n            {\n                \"name\": \"Not an admin\",\n                \"id\": \"i0wfMsWYCyMYY_FRwvR-MTknxlA\"\n            }\n        ],\n        \"usedByUnsharedReports\": false,\n        \"usedByUnsharedSegments\": true\n    },\n    \"visitor.auto.lastbrowsername\": {\n        \"guides\": [\n            {\n                \"name\": \"Browser Test\",\n                \"id\": \"FKNx728NxiwFP1u-Z0lx0J_iF34\"\n            }\n        ],\n        \"reports\": [],\n        \"segments\": [\n            {\n                \"name\": \"Browser: Chrome\",\n                \"id\": \"_PENDO_DEFAULT_BrChrome\"\n            },\n            {\n                \"name\": \"Browser: Firefox\",\n                \"id\": \"_PENDO_DEFAULT_BrFirefox\"\n            },\n            {\n                \"name\": \"Browser: Internet Explorer\",\n                \"id\": \"_PENDO_DEFAULT_BrMSIE\"\n            },\n            {\n                \"name\": \"Browser: Safari\",\n                \"id\": \"_PENDO_DEFAULT_BrSafari\"\n            },\n            {\n                \"name\": \"MSIE\",\n                \"id\": \"yhphw90-bwxAJDO2AHAYXQrmHt0\"\n            }\n        ],\n        \"usedByUnsharedReports\": false,\n        \"usedByUnsharedSegments\": true\n    }\n}"}],"_postman_id":"660189ba-5f36-4d6e-91fc-61350d2343f3"},{"name":"Get a List of Dependencies for a Metadata Field","id":"de99ec05-6a87-4052-ac32-584fd523fa64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/metadata/dependencies/:kind/:group/:fieldName","description":"<p>Returns objects that a metadata field is tied to. This includes:</p>\n<ul>\n<li>lists of all guides and reports using a draft/custom segment referencing the field</li>\n<li>lists of all shared segments and reports referencing the field</li>\n<li>a boolean true/false if the field is used in a report or segment set to \"Only Me\" visibility</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/metadata/dependencies/:kind/:group/:fieldName</code></td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td><code>kind</code> - The type of object: <code>visitor</code> or <code>account</code>  <br /><code>group</code> - The type by origin: <code>agent</code>, <code>auto</code>, <code>custom</code>, <code>salesforce</code>, <code>hubspot</code>, or <code>segmentio</code>  <br /><code>fieldName</code> - name of the metadata field being checked for dependencies</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>404</code>: Check to make sure the field name is valid</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","metadata","dependencies",":kind",":group",":fieldName"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"aa14aa0a-63bb-4bc2-aa64-ec18ac313287","description":{"content":"<p>\"visitor\" or \"account\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"kind"},{"id":"7063e8bb-4a90-43dd-83e7-85f65ffe36a1","description":{"content":"<p>type of metadata field by origin (agent, custom, salesforce, etc.)</p>\n","type":"text/plain"},"type":"any","value":"","key":"group"},{"id":"91cfcdfe-faf9-423f-8712-5f0b05505256","description":{"content":"<p>name of the metadata field being updated</p>\n","type":"text/plain"},"type":"any","value":"","key":"fieldName"}]}},"response":[{"id":"f6f43d38-5dc6-42a9-b3fe-48d160ce83cb","name":"Get a List of Dependencies for a Metadata Field","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":{"raw":"https://app.pendo.io/api/v1/metadata/dependencies/:kind/:group/:fieldName","host":["https://app.pendo.io"],"path":["api","v1","metadata","dependencies",":kind",":group",":fieldName"],"variable":[{"key":"kind","value":"visitor","description":"\"visitor\" or \"account\""},{"key":"group","value":"agent","description":"type of metadata field by origin (agent, custom, salesforce, etc.)"},{"key":"fieldName","value":"email","description":"name of the metadata field being updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false"},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-max-age","value":"3600"},{"key":"content-length","value":"314"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 17 Jul 2023 14:14:31 GMT"},{"key":"x-envoy-upstream-service-time","value":"318"},{"key":"server","value":"istio-envoy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"guides\": [\n        {\n            \"name\": \"Learn all the things!\",\n            \"id\": \"7udXtfzQ16b5K-V6oZGENhb8IVk\"\n        }\n    ],\n    \"reports\": [\n        {\n            \"name\": \"Visitors last 30 days\",\n            \"id\": \"4AxJAoab4bymtu4tA1kmpIyH2AI\",\n            \"type\": \"Visitor\"\n        }\n    ],\n    \"segments\": [\n        {\n            \"name\": \"email isn't empty\",\n            \"id\": \"OQ02qs9jHdkCyNY6BasukfSg5Y0\"\n        }\n    ],\n    \"usedByUnsharedReports\": false,\n    \"usedByUnsharedSegments\": true\n}"}],"_postman_id":"de99ec05-6a87-4052-ac32-584fd523fa64"}],"id":"a0064303-3aa9-41ef-a7bc-2e43c0ccd88e","description":"<h2 id=\"the-metadata-object\">The Metadata Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>agent</code>  <br /><em>object</em></td>\n<td>Metadata passed through the installation snippet.</td>\n</tr>\n<tr>\n<td><code>auto</code>  <br /><em>object</em></td>\n<td>Automatically captured by Pendo during event collection.</td>\n</tr>\n<tr>\n<td><code>custom</code>  <br /><em>object</em></td>\n<td>Metadata added manually or via the API.</td>\n</tr>\n<tr>\n<td><code>segmentio</code><em>object</em></td>\n<td>Metadata passed to Pendo through a Segment.com integration.</td>\n</tr>\n<tr>\n<td><code>salesforce</code><em>object</em></td>\n<td>Metadata passed to Pendo through a Salesforce integration.</td>\n</tr>\n<tr>\n<td><code>hubspot</code><em>object</em></td>\n<td>Metadata passed to Pendo through a Hubspot integration.</td>\n</tr>\n<tr>\n<td><code>pendo</code>  <br /><em>object</em></td>\n<td>Metadata for Pendo-specific settings.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"accepted-date-formats\">Accepted Date Formats</h2>\n<p>When attempting to update Date fields, please be sure to only use accepted formats. Sending unaccepted date format data into a date field can have unexpected consequences for any data entries or edits. By default, the date format in Settings &gt; Data Mappings is <code>ISO8601 W3C</code> format. To change this default to a different format, please contact Support.</p>\n<ul>\n<li><code>1136232245 (s)</code></li>\n<li><code>1136232245426 (ms)</code></li>\n<li><code>Mon Jan 02 2006</code></li>\n<li><code>Mon Jan 02 2006 15:04:05 MST-0700</code></li>\n<li><code>01/02/2006 03:04pm</code></li>\n<li><code>ISO8601 W3C, ex: 2006-01-02T115:04:05.999-05:00</code></li>\n<li><code>2006-01-02T15:04:05-0700</code></li>\n<li><code>2006-01-02T15:04:05-07:00</code></li>\n<li><code>2006-01-02T15:04:05.999-07:00</code></li>\n<li><code>2006-01-02T15:04:05Z07:00</code></li>\n<li><code>2006-01-02T15:04:05.99Z</code></li>\n<li><code>2006-01-02T15:04:05</code></li>\n<li><code>2006-01-02 15:04:05 -0700</code></li>\n<li><code>2006-01-02 15:04:05 MST</code></li>\n<li><code>2006-01-02 15:04:05</code></li>\n</ul>\n","_postman_id":"a0064303-3aa9-41ef-a7bc-2e43c0ccd88e","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Exclude Lists & Servers","item":[{"name":"Get all excluded items","id":"cb7577d8-17af-4428-ac8f-dda7d7a3502a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/blacklist","description":"<p>Returns all items on the exclude list.</p>\n<p>Note: If you have converted the Server Host/Domain list in the Pendo platform to an Include List, any server returned by this endpoint will have its events included in analytics and all others will not.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/blacklist</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","blacklist"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"68739a2f-6ab7-4c0f-8f42-b2dcede9b62c","name":"Get all excluded items","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true","disabled":true}],"url":"https://app.pendo.io/api/v1/blacklist"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"Gi3_hqncmNbaKvDMkspGBhi9DXI\",\n        \"name\": \"thisSpecificServer.uhoh.com\",\n        \"type\": \"serverGlob\"\n    },\n    {\n        \"id\": \"8P2qqf-vRduFbJbHm9qBoz1IOgo\",\n        \"name\": \"staging*\",\n        \"type\": \"serverGlob\"\n    },\n    {\n        \"id\": \"b7kI898SOZZha9GdRO9jW-UOXlc\",\n        \"name\": \"1.1.2.3\",\n        \"type\": \"ip\"\n    },\n    {\n        \"id\": \"86FeChf7wIsVzavRibdFlL8XntQ\",\n        \"name\": \"thisSpecificAccount\",\n        \"type\": \"accountId\"\n    },\n    {\n        \"id\": \"WyjfKryHUzrMd5d1J05SDs7VFUE\",\n        \"name\": \"testAccount_*\",\n        \"type\": \"accountIdGlob\"\n    },\n    {\n        \"id\": \"u3nCd_mq5HmHuLFRzIyXRdmRJJA\",\n        \"name\": \"thisSpecificVisitor\",\n        \"type\": \"visitorId\"\n    },\n    {\n        \"id\": \"pHCqFozuQsa86GYD3O5tJU1LwsU\",\n        \"name\": \"*@uhoh.com\",\n        \"type\": \"visitorIdGlob\"\n    }\n]"}],"_postman_id":"cb7577d8-17af-4428-ac8f-dda7d7a3502a"},{"name":"Get all excluded items by type","id":"1f6d459a-dfc2-465d-b282-8ed6083e44bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/blacklist/type/:type","description":"<p>Return all excluded items of a specific type</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/blacklist/type/:type</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td>type - the type of entries to return.</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Allowed values for Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serverGlob</td>\n<td>All servers, both with and without wildcards (*)</td>\n</tr>\n<tr>\n<td>ip</td>\n<td>All IP addresses</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>All accountIds <em>without</em> wildcards (*)</td>\n</tr>\n<tr>\n<td>accountIdGlob</td>\n<td>All accounts <em>with</em> wildcards (*)</td>\n</tr>\n<tr>\n<td>visitorId</td>\n<td>All visitorIds <em>without</em> wildcards (*)</td>\n</tr>\n<tr>\n<td>visitorIdGlob</td>\n<td>All visitorIds <em>with</em> wildcards (*)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","blacklist","type",":type"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"f2e30a3a-29ab-4a35-bad3-99cf2c514c1a","type":"any","value":"","key":"type"}]}},"response":[{"id":"6ff531f8-de6c-4e71-a5fb-291d6ee9bff7","name":"Get all excluded visitorIdGlobs","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true","disabled":true}],"url":{"raw":"https://app.pendo.io/api/v1/blacklist/type/:type","host":["https://app.pendo.io"],"path":["api","v1","blacklist","type",":type"],"variable":[{"key":"type","value":"visitorIdGlob"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"hasMore\": false,\n    \"results\": [\n        {\n            \"id\": \"pHCqFozuQsa86GYD3O5tJU1LwsU\",\n            \"name\": \"*@uhoh.com\",\n            \"type\": \"visitorIdGlob\"\n        },\n        {\n            \"id\": \"x8kQZ3H2bTj4rVpD9NfY7LcEwGs\",\n            \"name\": \"dev_*\",\n            \"type\": \"visitorIdGlob\"\n        },\n        {\n            \"id\": \"M3pD7xF2rKz8nQ1yJcS6wV5tLhE\",\n            \"name\": \"*@nothankyou.com\",\n            \"type\": \"visitorIdGlob\"\n        }\n    ]\n}"},{"id":"064c82db-9e30-46f6-ab26-29e77e19406b","name":"Get all excluded visitorIds","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true","disabled":true}],"url":{"raw":"https://app.pendo.io/api/v1/blacklist/type/:type","host":["https://app.pendo.io"],"path":["api","v1","blacklist","type",":type"],"variable":[{"key":"type","value":"visitorId"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"u3nCd_mq5HmHuLFRzIyXRdmRJJA\",\n        \"name\": \"thisSpecificVisitor\",\n        \"type\": \"visitorId\"\n    },\n    {\n        \"id\": \"G1tRz9yC7vBqX5pN4sJwL0mH2kF\",\n        \"name\": \"internalTestVisitor\",\n        \"type\": \"visitorId\"\n    },\n    {\n        \"id\": \"hL2Qz7cE5nJpY1xR9tFvK3bWmSd\",\n        \"name\": \"dev_tester@company.com\",\n        \"type\": \"visitorId\"\n    }\n]"}],"_postman_id":"1f6d459a-dfc2-465d-b282-8ed6083e44bb"},{"name":"Get all servers","id":"5c863c0f-ae69-49b4-8e8f-f1a28b0e7220","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/servername","description":"<p>Gets all server names recorded by Pendo over the life of the subscription.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/servername</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","servername"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"6e7ada27-238c-40d0-817f-c9b9fc66a2bc","name":"Get all servers","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true","disabled":true}],"url":"https://app.pendo.io/api/v1/servername"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"uhoh.net\",\n        \"name\": \"uhoh.net\",\n        \"flags\": {\n            \"blacklisted\": false,\n            \"staging\": false\n        },\n        \"lastUpdatedAt\": 1757623600728\n    },\n    {\n        \"id\": \"cats.com\",\n        \"name\": \"cats.com\",\n        \"flags\": {\n            \"blacklisted\": false,\n            \"staging\": false\n        },\n        \"lastUpdatedAt\": 1684349708592\n    },\n    {\n        \"id\": \"localhost:8000\",\n        \"name\": \"localhost:8000\",\n        \"flags\": {\n            \"blacklisted\": true,\n            \"staging\": true\n        },\n        \"lastUpdatedAt\": 1730142121915\n    },\n    {\n        \"id\": \"random.uhoh.com\",\n        \"name\": \"random.uhoh.com\",\n        \"flags\": {\n            \"blacklisted\": true,\n            \"staging\": false\n        },\n        \"lastUpdatedAt\": 1640898192983\n    }\n]"}],"_postman_id":"5c863c0f-ae69-49b4-8e8f-f1a28b0e7220"},{"name":"Get server by name","id":"7b975f83-0a29-485b-8624-ba5663efe3f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/servername/:name","description":"<p>Returns a single server by name.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/servername/:name</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td>name - URL encoded server name</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","servername",":name"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"98677ad6-107d-4974-b787-437809234e1d","type":"any","value":"","key":"name"}]}},"response":[{"id":"ba295b8b-19fd-4636-9782-ec3552b636ce","name":"Get server by name","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true","disabled":true}],"url":{"raw":"https://app.pendo.io/api/v1/servername/:name","host":["https://app.pendo.io"],"path":["api","v1","servername",":name"],"variable":[{"key":"name","value":"app.company.io"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"app.company.io\",\n    \"name\": \"app.company.io\",\n    \"flags\": {\n        \"blacklisted\": false,\n        \"staging\": false\n    },\n    \"lastUpdatedAt\": 1730142121915\n}"}],"_postman_id":"7b975f83-0a29-485b-8624-ba5663efe3f2"},{"name":"Get server by flag name","id":"3c50061f-adee-49ef-ab81-977c2ac5d9f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/servername/flag/:flagname","description":"<p>Returns a list of all excluded (blacklisted) or staging servers.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/servername/flag/:flagname</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>flagname</code> - \"blacklisted\" or \"staging\"</td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","servername","flag",":flagname"],"host":["https://app.pendo.io"],"query":[],"variable":[{"id":"0feffe81-7ca0-477b-b75d-2e923d294219","type":"any","value":"","key":"flagname"}]}},"response":[{"id":"e3fbd73e-983e-4822-ad4a-69511b7eeaec","name":"Get server by flag name","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"x-pendo-base64-encoded-params","value":"true","disabled":true}],"url":{"raw":"https://app.pendo.io/api/v1/servername/flag/:flagname","host":["https://app.pendo.io"],"path":["api","v1","servername","flag",":flagname"],"variable":[{"key":"flagname","value":"staging"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"cats.com\",\n        \"name\": \"cats.com\",\n        \"flags\": {\n            \"blacklisted\": false,\n            \"staging\": true\n        },\n        \"lastUpdatedAt\": 1684349708592\n    },\n    {\n        \"id\": \"localhost:8000\",\n        \"name\": \"localhost:8000\",\n        \"flags\": {\n            \"blacklisted\": true,\n            \"staging\": true\n        },\n        \"lastUpdatedAt\": 1730142121915\n    }\n]"}],"_postman_id":"3c50061f-adee-49ef-ab81-977c2ac5d9f8"}],"id":"6912632f-62b8-4678-957a-7fda35678273","description":"<p>The Exclude List is a <strong>set of rules that determine what data to exclude from surfacing in analytics</strong>. Excluded data is still collected; it just won't appear by default in analytics: dashboards, reports, etc.. This is often used to exclude internal or testing data from your main analytics numbers.</p>\n<p>Exclude lists are made up of <strong>patterns</strong> that match against data collected from your apps. These patterns use simplified wildcard logic (called <strong>glob patterns</strong>), such as:</p>\n<ul>\n<li><p>*dev* → excludes any string that contains \"dev\"</p>\n</li>\n<li><p>staging_ → excludes any string starting with \"staging_\"</p>\n</li>\n<li><p>*@company.com → excludes any string ending with \"@company.com\"</p>\n</li>\n</ul>\n","_postman_id":"6912632f-62b8-4678-957a-7fda35678273","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Data Sync","item":[{"name":"Rotate Credentials for GCS Destination","id":"81852dc4-ce45-4d2c-836a-48fa23ed794c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n  \"serviceAccount\": \"service-account@test-env.iam.gserviceaccount.com\",\n  \"secretKey\": \"<secretKey>\"\n}"},"url":"https://app.pendo.io/api/v1/datasync/storageTypes/gcs/destinations/Default/credentials","description":"<p>Rotate the service account and secret key for a Google (GCS) Data Sync destination that has previously been configured in the Pendo UI.</p>\n<p>For information on setup, <a href=\"https://support.pendo.io/hc/en-us/articles/13929263615643-Set-up-Data-Sync-with-Google-Cloud\">visit the main documentation site</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PUT</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>api/v1/datasync/storageTypes/gcs/destinations/Default/credentials</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Credentials were successfully rotated  <br /><code>400</code>: For one of the following reasons:  <br />- Missing a required field in the request body  <br />- The existing destination is not a Google Cloud Platform storage bucket  <br />- Unable to validate the updated credentials provided</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","datasync","storageTypes","gcs","destinations","Default","credentials"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"1f1167b5-fa5e-4323-87d7-54fa12b4aa59","name":"Rotate Credentials for GCS Destination","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n  \"serviceAccount\": \"service-account@test-env.iam.gserviceaccount.com\",\n  \"secretKey\": \"<secretKey>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/datasync/storageTypes/gcs/destinations/Default/credentials"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"81852dc4-ce45-4d2c-836a-48fa23ed794c"},{"name":"Rotate Credentials for S3 Destination","id":"6bbf2fec-5db2-4c67-9bfd-31b8db0da166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n  \"accessKeyId\": \"AKIAkjvafvafd\",\n  \"secretAccessKey\": \"<secretAccessKey>\"\n}"},"url":"https://app.pendo.io/api/v1/datasync/storageTypes/s3/destinations/Default/credentials","description":"<p>Rotate the service account and secret key for an Amazon S3 Data Sync destination that has previously been configured in the Pendo UI.</p>\n<p>For information on setup, <a href=\"https://support.pendo.io/hc/en-us/articles/14653887341083-Set-up-Data-Sync-with-Amazon-S3\">visit the main documentation</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PUT</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>api/v1/datasync/storageTypes/s3/destinations/Default/credentials</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Credentials were successfully rotated  <br /><code>400</code>: For one of the following reasons:  <br />- Missing a required field in the request body  <br />- The existing destination is not an Amazon S3 bucket  <br />- Unable to validate the updated credentials provided</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","datasync","storageTypes","s3","destinations","Default","credentials"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"bc75c3b1-85eb-4345-9b61-c8f6ae3a1f15","name":"Rotate Credentials for S3 Destination","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n  \"accessKeyId\": \"AKIAkjvafvafd\",\n  \"secretAccessKey\": \"<secretAccessKey>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/datasync/storageTypes/s3/destinations/Default/credentials"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6bbf2fec-5db2-4c67-9bfd-31b8db0da166"},{"name":"Rotate Credentials for Azure Destination","id":"726f4264-2b09-40a9-b681-f28f28516aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"0b501e7e-feed-da1e-iced-c0ffee000000\",\n  \"clientSecret\": \"<clientSecret>\"\n}"},"url":"https://app.pendo.io/api/v1/datasync/storageTypes/azure/destinations/Default/credentials","description":"<p>Rotate the service account and secret key for a Microsoft Azure Data Sync destination that has previously been configured in the Pendo UI.</p>\n<p>For information on setup, <a href>visit the main documentation site</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PUT</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>api/v1/datasync/storageTypes/azure/destinations/Default/credentials</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Credentials were successfully rotated  <br /><code>400</code>: For one of the following reasons:  <br />- Missing a required field in the request body  <br />- The existing destination is not a Microsoft Azure blob storage  <br />- Unable to validate the updated credentials provided</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","datasync","storageTypes","azure","destinations","Default","credentials"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"639b88b9-d2d6-4e97-81b4-aabe4c0db947","name":"Rotate Credentials for Azure Destination","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"0b501e7e-feed-da1e-iced-c0ffee000000\",\n  \"clientSecret\": \"<clientSecret>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/datasync/storageTypes/azure/destinations/Default/credentials"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"726f4264-2b09-40a9-b681-f28f28516aa7"}],"id":"bed8e316-ba10-4909-98c2-2ec23a7d265f","description":"<p>The Data Sync endpoints are only available for subscriptions that have Data Sync enabled.</p>\n","_postman_id":"bed8e316-ba10-4909-98c2-2ec23a7d265f","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Listen","item":[{"name":"Get feedback options","id":"a98385ce-14a9-4ddb-9af0-612ebaa68bbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"url":"https://app.pendo.io/api/v1/feedback/options","description":"<p>This endpoint returns a list of options required for submitting feedback.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/feedback/options</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","feedback","options"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"a5b6543c-dc8c-4230-ac6c-cc45fea2d804","name":"Get feedback options","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"url":"https://app.pendo.io/api/v1/feedback/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"labels\": [\n        {\n            \"id\": \"MtM_ZtM4IrozDSxcVnl05B-X0Nc\",\n            \"name\": \"Admin\",\n            \"category\": \"Role\"\n        },\n        {\n            \"id\": \"iUbWq_l2a6T2j_vi1F-d55qp2DI\",\n            \"name\": \"Customer Success\",\n            \"category\": \"Job Role\"\n        }\n    ],\n    \"apps\": [\n        {\n            \"id\": -323232,\n            \"name\": \"ApplicationName\"\n        }\n    ],\n    \"productAreas\": [\n        {\n            \"id\": \"_PENDO_DEFAULTGROUP_03_\",\n            \"name\": \"Data\"\n        },\n        {\n            \"id\": \"_PENDO_DEFAULTGROUP_01_\",\n            \"name\": \"Home\"\n        },\n        {\n            \"id\": \"_PENDO_DEFAULTGROUP_02_\",\n            \"name\": \"Module B\"\n        }\n    ],\n    \"importance\": [\n        {\n            \"value\": -1,\n            \"name\": \"Not Interested\"\n        },\n        {\n            \"value\": 1,\n            \"name\": \"Nice to Have\"\n        },\n        {\n            \"value\": 2,\n            \"name\": \"Must Have\"\n        }\n    ],\n    \"ideaStatuses\": [\n        {\n            \"id\": \"lZF2jMfuqN222GXQs3IOEIaa81M\",\n            \"name\": \"New\"\n        },\n        {\n            \"id\": \"Ut_nlRCxpv6c6ZHvC8AvP5vYQAk\",\n            \"name\": \"Under consideration\"\n        }\n    ],\n    \"feedbackStatuses\": [\n        {\n            \"id\": \"HEroh36UsVXZpVm68pqp_wqML8Q\",\n            \"name\": \"New\"\n        },\n        {\n            \"id\": \"d4oqm6vCLz65d7WcXjaQapo64CY\",\n            \"name\": \"Under review\"\n        },\n        {\n            \"id\": \"zYhImmByeClQ1sNr7T84jSJvu6E\",\n            \"name\": \"Reviewed\"\n        }\n    ]\n}"}],"_postman_id":"a98385ce-14a9-4ddb-9af0-612ebaa68bbf"},{"name":"Create new feedback","id":"e7ae3341-4498-4a4b-a871-4eecb6853d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"exampleAccount\",\n    \"visitorId\": \"exampleVisitor\",\n    \"createdById\": \"anotherVisitor\",\n    \"createdAt\": 1746194289860,\n    \"title\": \"This is the title\",\n    \"description\": \"This is a more verbose description of the feedback.\",\n    \"appIds\": [\n        -323232\n    ],\n    \"labels\": [\n        {\n            \"name\": \"Admin\",\n            \"category\": \"Role\"\n        },\n        {\n            \"name\": \"label\"\n        }\n    ],\n    \"importance\": 2,\n    \"productAreas\": [\n        \"_PENDO_DEFAULTGROUP_00_\"\n    ],\n    \"linksData\": [\n        {\n            \"title\": \"Pendo\",\n            \"linkUrl\": \"https://app.pendo.io\"\n        }\n    ]\n}"},"url":"https://app.pendo.io/api/v1/feedback","description":"<p>This endpoint allows you to create new feedback.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/feedback</code></td>\n</tr>\n<tr>\n<td>Status Codes  <br />(see <a href=\"https://engageapi.pendo.io/?bash#pendo-api-overview\">above</a> for full list)</td>\n<td><code>200</code>: Everything worked as expected.  <br />  <br /><code>400</code>: <code>AccountId</code>, <code>title</code>, <code>appIds</code>, <code>importance</code> are missing or values passed are invalid/blank in request.  <br />  <br /><code>404</code>: The <code>appId</code>, <code>accountId</code>, or <code>visitorId</code> provided do not exist.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-request-object\">The request object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code>  <br /><em>string</em></td>\n<td><strong>Required</strong>. Title of the feedback.</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>Visitor ID passed in the snippet.</td>\n</tr>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td><strong>Required</strong>. Account ID passed in the snippet.</td>\n</tr>\n<tr>\n<td><code>importance</code>  <br /><em>number</em></td>\n<td><strong>Required</strong>. Importance of the feedback. Valid values:  <br /><code>-1</code>: Not interested  <br /><code>1</code>: Nice to have  <br /><code>2</code>: Must have</td>\n</tr>\n<tr>\n<td><code>appIds</code>  <br /><em>array</em></td>\n<td><strong>Required</strong>. An array of applicationIds.</td>\n</tr>\n<tr>\n<td><code>description</code>  <br /><em>string</em></td>\n<td>Description of the feedback.</td>\n</tr>\n<tr>\n<td><code>productAreas</code>  <br /><em>array</em></td>\n<td>An array of productAreaIds to associate with the feedback.</td>\n</tr>\n<tr>\n<td><code>labels</code>  <br /><em>array</em></td>\n<td>An array of objects with a label name and optional categoryName to associate with the feedback. If the label/category does not yet exist, it will be created.</td>\n</tr>\n<tr>\n<td><code>linksData</code>  <br /><em>array</em></td>\n<td>An array of objects with any link(s) for additional information or context.</td>\n</tr>\n<tr>\n<td><code>createdBy</code>  <br /><em>string</em></td>\n<td>Optional. If provided, this value will be used as the creator of the feedback. Must be a valid visitorId or userId. If not provided, the integration key is used as the default creator.</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>Optional. If provided, this value will be used as the time of creation. Must be submitted in milliseconds after the epoch.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","feedback"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"87f183dd-fb51-4d4e-8936-88059cc8453a","name":"Create new feedback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"exampleAccount\",\n    \"visitorId\": \"exampleVisitor\",\n    \"createdById\": \"anotherVisitor\",\n    \"createdAt\": 1746194289860,\n    \"title\": \"This is the title\",\n    \"description\": \"This is a more verbose description of the feedback.\",\n    \"appIds\": [\n        -323232\n    ],\n    \"labels\": [\n        {\n            \"name\": \"Admin\",\n            \"category\": \"Role\"\n        },\n        {\n            \"name\": \"label\"\n        }\n    ],\n    \"importance\": 2,\n    \"productAreas\": [\n        \"_PENDO_DEFAULTGROUP_00_\"\n    ],\n    \"linksData\": [\n        {\n            \"title\": \"Pendo\",\n            \"linkUrl\": \"https://app.pendo.io\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/feedback/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"NZ2JNhbZK6VqeLEjbwnzYXSFEIg\",\n    \"accountId\": \"exampleAccount\",\n    \"visitorId\": \"exampleVisitor\",\n    \"title\": \"This is the title\",\n    \"description\": \"This is a more verbose description of the feedback.\",\n    \"appIds\": [\n        -323232\n    ],\n    \"labels\": [\n        {\n            \"id\": \"MtM_ZtM4IrozDSxcVnl05B-X0Nc\",\n            \"name\": \"Admin\",\n            \"category\": \"Role\"\n        },\n        {\n            \"id\": \"9kDY-eLVusj9cPrqwQ6scVqb5mI\",\n            \"name\": \"label\"\n        }\n    ],\n    \"importance\": 2,\n    \"status\": {\n        \"id\": \"y9wuiyyIpkAzF1EcXvwHmc_pirU\",\n        \"name\": \"New\"\n    },\n    \"productAreas\": [\n        \"_PENDO_DEFAULTGROUP_00_\"\n    ],\n    \"linksData\": [\n        {\n            \"title\": \"Pendo\",\n            \"linkUrl\": \"https://app.pendo.io\"\n        }\n    ],\n    \"createdById\": \"anotherVisitor\",\n    \"createdAt\": 1746194289860,\n    \"lastUpdatedById\": \"anotherVisitor\",\n    \"lastUpdatedAt\": 1746194289860\n}"}],"_postman_id":"e7ae3341-4498-4a4b-a871-4eecb6853d13"},{"name":"Update existing feedback","id":"a025f640-e3f3-4c51-ad57-98b4b8b13da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"This is a brand new title\",\n    \"description\": \"This is the same piece of feedback in the previous Create New Feedback example, but with updated title, creator, description, labels, and importance.\",\n    \"labels\": [\n        {\n            \"name\": \"newlabel\",\n            \"category\": \"newcategory\"\n        },\n        {\n            \"name\": \"existinglabel1\"\n        },\n        {\n            \"name\": \"existinglabel2\",\n            \"category\": \"existingcategory1\"\n        }\n    ],\n    \"importance\": -1,\n    \"createdBy\": \"AgathaHarkness\",\n    \"createdAt\": 1746194980796\n}"},"url":"https://app.pendo.io/api/v1/feedback/:id","description":"<p>This endpoint allows you to update an existing feedback request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>PATCH</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/feedback/:id</code></td>\n</tr>\n<tr>\n<td>Path Variable</td>\n<td><code>id</code> - the unique identifier of the feedback request</td>\n</tr>\n<tr>\n<td>Status Codes  <br />(see <a href=\"https://engageapi.pendo.io/?bash#pendo-api-overview\">above</a> for full list)</td>\n<td><code>200</code>: Everything worked as expected.  <br />  <br /><code>400</code>: <code>AccountId</code>, <code>title</code>, <code>appIds</code>, <code>importance</code> are missing or values passed are invalid/blank in request.  <br />  <br /><code>404</code>: The <code>appId</code>, <code>accountId</code>, or <code>visitorId</code> provided do not exist.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-request-object\">The request object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code>  <br /><em>string</em></td>\n<td>Title of the feedback. This cannot be empty. If <code>title</code> is included, it must contain a value.</td>\n</tr>\n<tr>\n<td><code>importance</code>  <br /><em>number</em></td>\n<td>Importance of the feedback. If provided, it must have one of the following valid values:  <br /><code>-1</code>: Not interested  <br /><code>1</code>: Nice to have  <br /><code>2</code>: Must have</td>\n</tr>\n<tr>\n<td><code>appIds</code>  <br /><em>array</em></td>\n<td><strong>Required</strong>. An array of applicationIds.</td>\n</tr>\n<tr>\n<td><code>description</code>  <br /><em>string</em></td>\n<td>Description of the feedback.</td>\n</tr>\n<tr>\n<td><code>productAreas</code>  <br /><em>array</em></td>\n<td>An array of Product Areas to associate with the feedback. This will overwrite any existing values. To remove all Product Areas from a request, provide an empty array.</td>\n</tr>\n<tr>\n<td><code>labels</code>  <br /><em>array</em></td>\n<td>An array of objects with a label name and optional categoryName to associate with the feedback. This will overwrite any existing values. To remove all existing labels/categories from a request, provide an empty array. If the label/category does not yet exist, it will be created.</td>\n</tr>\n<tr>\n<td><code>linksData</code>  <br /><em>array</em></td>\n<td>An array of objects with any link(s) for additional information or context. This will overwrite any existing values. To remove all existing links from a request, provide an empty array.</td>\n</tr>\n<tr>\n<td><code>createdBy</code>  <br /><em>string</em></td>\n<td>Optional. If provided, this value will be used as the creator of the feedback. Must be a valid visitorId or userId. If not provided, the integration key is used as the default creator.</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>Optional. If provided, this value will be used as the time of creation. Must be submitted in milliseconds after the epoch.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","feedback",":id"],"host":["https://app.pendo.io"],"query":[],"variable":[{"type":"any","value":"HyyP3t3V2-v46aSzv0OrbHfbgCQ","key":"id"}]}},"response":[{"id":"3b419654-3d1a-4966-95d5-fcf6d5f6500f","name":"Update existing feedback","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"This is a brand new title\",\n    \"description\": \"This is the same piece of feedback in the previous Create New Feedback example, but with updated title, description, labels, and importance.\",\n    \"labels\": [\n        {\n            \"name\": \"newlabel\",\n            \"category\": \"newcategory\"\n        },\n        {\n            \"name\": \"existinglabel1\"\n        },\n        {\n            \"name\": \"existinglabel2\",\n            \"category\": \"existingcategory1\"\n        }\n    ],\n    \"importance\": -1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.pendo.io/api/v1/feedback/:id","host":["https://app.pendo.io"],"path":["api","v1","feedback",":id"],"variable":[{"key":"id","value":"HyyP3t3V2-v46aSzv0OrbHfbgCQ"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"HyyP3t3V2-v46aSzv0OrbHfbgCQ\",\n    \"accountId\": \"exampleAccount\",\n    \"visitorId\": \"exampleVisitor\",\n    \"title\": \"This is a brand new title\",\n    \"description\": \"This is the same piece of feedback in the previous Create New Feedback example, but with updated title, creator, description, labels, and importance.\",\n    \"appIds\": [\n        -323232\n    ],\n    \"labels\": [\n        {\n            \"id\": \"iUbWq_l2a6T2j_vi1F-d55qp2DI\",\n            \"name\": \"newlabel\",\n            \"category\": \"newcategory\"\n        },\n        {\n            \"id\": \"3t6nnNB-DYCMv1teye7sRMCIWqs\",\n            \"name\": \"existinglabel1\"\n        },\n        {\n            \"id\": \"GUrw9_Ysi-n1XAj6b2jKllH5gAE\",\n            \"name\": \"existinglabel2\",\n            \"category\": \"existingcategory1\"\n        }\n    ],\n    \"importance\": -1,\n    \"status\": {\n        \"id\": \"y9wuiyyIpkAzF1EcXvwHmc_pirU\",\n        \"name\": \"New\"\n    },\n    \"productAreas\": [\n        \"_PENDO_DEFAULTGROUP_00_\"\n    ],\n    \"linksData\": [\n        {\n            \"title\": \"Pendo\",\n            \"linkUrl\": \"https://app.pendo.io\"\n        }\n    ],\n    \"createdById\": \"AgathaHarkness\",\n    \"createdAt\": 1746194980796,\n    \"lastUpdatedById\": \"5678359445372928\",\n    \"lastUpdatedAt\": 1746195055643\n}"}],"_postman_id":"a025f640-e3f3-4c51-ad57-98b4b8b13da6"}],"id":"f8c4af43-e3e8-4a1b-b4c4-6ce4f074b219","description":"<p>For more information about Pendo Listen, please see <a href=\"https://support.pendo.io/hc/en-us/articles/18159674293531-Overview-of-Pendo-Discover-beta-\">this article</a>. To retrieve all your ideas and feedback, please see the Listen sources in the Aggregation section below.</p>\n","_postman_id":"f8c4af43-e3e8-4a1b-b4c4-6ce4f074b219","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Conversations","item":[{"name":"Send a Conversation Event","id":"5ed3ebca-1ac6-4edc-8638-f0a30ed55fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<Pendo_trackEventSecret_Key>"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"prompt\",\n    \"visitor_id\": \"exampleVisitor\",\n    \"account_id\": \"exampleAccount\",\n    \"timestamp\": 1769802954000,\n    \"props\": {\n        \"agentId\": \"0MjY3pcq1FFxH3a5KBGKUoPvEIk\",\n        \"conversationId\": \"conv_1765734044978_6erskba\",\n        \"content\": \"my message content\",\n        \"messageId\": \"message_from_api1\",\n        \"fileUploaded\": true,\n        \"modelUsed\": \"gemini-2.5\",\n        \"suggestedPrompt\": false,\n        \"toolsUsed\": [\n            \"search\",\n            \"knowledge_base\",\n            \"file_reader\"\n        ]\n    },\n    \"context\": {\n        \"ip\": \"76.253.187.23\",\n        \"userAgent\": \"Chrome/65.0.3325.181\",\n        \"url\": \"https://mypage.com/admin\"\n    }\n}   "},"url":"https://data.pendo.io/data/agentic","description":"<p>The Conversations API allows you to capture AI agent interactions beyond traditional web applications, including mobile apps, browser extensions, and other non-web environments. This uses the same Track Event Shared Secret to send event data as outlined in the Track folder above.</p>\n<p><strong>Note</strong>: Your<code>Pendo_trackEventSecret_Key</code>is different from your <code>x-pendo-integration-key</code> or your <code>Pendo Subscription API Key</code> (which is embedded in your install snippet). To find your <code>Pendo_trackEventSecret_Key</code>, navigate to your Subscription Settings and choose your app. Under the \"App Details,\" click on \"Show\" next to \"Track Event Shared Secret.\"</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>POST</code></td>\n</tr>\n<tr>\n<td>Regional domains</td>\n<td>US: <code>https://data.pendo.io</code>  <br />EU: <code>https://data.eu.pendo.io</code>  <br />US1: <code>https://us1.data.pendo.io</code>  <br />JPN: <code>https://data.jpn.pendo.io</code>  <br />AU: <code>https://data.au.pendo.io</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/data/agentic</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>400</code>: Error unmarshalling event data</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-conversation-object\">The Conversation Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td>(required) Must be one of:  <br /><code>- prompt</code>  <br /><code>- agent_response</code>  <br /><code>- user_reaction:</code>Feedback events for the conversation. For example, <code>content: \"positive\"</code> or <code>content: \"negative\"</code></td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>Unique string identifier for the visitor (required)</td>\n</tr>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>Unique string identifier for the account to which the visitor belongs (strongly recommended)</td>\n</tr>\n<tr>\n<td><code>timestamp</code>  <br /><em>number</em></td>\n<td>Time (in milliseconds after the epoch) that the event occurred (required)</td>\n</tr>\n<tr>\n<td><code>props.agentId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the AI agent, created at the time you added the agent in Pendo. Can be found in the URL of the analytics page for your agent. (required)</td>\n</tr>\n<tr>\n<td><code>props.conversationId</code>  <br /><em>string</em></td>\n<td>A unique identifier for the entire conversation session. All related messages must share this ID. (required)</td>\n</tr>\n<tr>\n<td><code>props.messageId</code>  <br /><em>string</em></td>\n<td>A unique identifier for the specific message being recorded. It must be unique within the conversation. (required)</td>\n</tr>\n<tr>\n<td><code>props.content</code>  <br /><em>string</em></td>\n<td>The content of the message. (required)</td>\n</tr>\n<tr>\n<td><code>props.fileUploaded</code>  <br /><em>boolean</em></td>\n<td>Whether the visitor uploaded one or more files during this message exchange. File contents aren't captured. (recommended)</td>\n</tr>\n<tr>\n<td><code>props.modelUsed</code>  <br /><em>string</em></td>\n<td>Identifier for the AI model that generated the response or processed the prompt. (recommended)</td>\n</tr>\n<tr>\n<td><code>props.suggestedPrompt</code>  <br /><em>boolean</em></td>\n<td>Free-form object of properties of the event (recommended)</td>\n</tr>\n<tr>\n<td><code>props.toolsUsed</code>  <br /><em>array</em></td>\n<td>A list of tools or functions used to generate the agent's response. (recommended)</td>\n</tr>\n<tr>\n<td><code>context.ip</code>  <br /><em>string</em></td>\n<td>User's IP address. If not included, Pendo attempts to derive them from the request. (recommended)</td>\n</tr>\n<tr>\n<td><code>context.userAgent</code>  <br /><em>string</em></td>\n<td>User agent of the device making the request. If not included, Pendo attempts to derive them from the request. (recommended)</td>\n</tr>\n<tr>\n<td><code>context.url</code>  <br /><em>string</em></td>\n<td>Url of the current page. (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Note that the timestamp should be the current time whenever possible. An event with a timestamp in the past will not be processed with the regular hourly processing and will only appear in the UI after Pendo's daily and weekly event reprocessing. Events with timestamps greater than 7 days may not be processed.</p>\n","urlObject":{"protocol":"https","path":["data","agentic"],"host":["data","pendo","io"],"query":[],"variable":[]}},"response":[{"id":"b659e192-220f-443c-8aea-142aa551f641","name":"Conversation: prompt","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<Pendo_trackEventSecret_Key>"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"prompt\",\n    \"visitor_id\": \"exampleVisitor\",\n    \"account_id\": \"exampleAccount\",\n    \"timestamp\": 1769802954000,\n    \"props\": {\n        \"agentId\": \"Ai8ZO8vBU0ECJ2-Vm8RJ3ubuUBA\",\n        \"conversationId\": \"conv_ABC\",\n        \"content\": \"this is the user's message\",\n        \"messageId\": \"message1\",\n        \"fileUploaded\": false,\n        \"modelUsed\": \"agentModel_1.0\",\n        \"suggestedPrompt\": false,\n        \"toolsUsed\": []\n    },\n    \"context\": {\n        \"ip\": \"76.253.187.23\",\n        \"userAgent\": \"Chrome/65.0.3325.181\",\n        \"url\": \"https://mypage.com/admin\"\n    }\n}   ","options":{"raw":{"language":"json"}}},"url":"https://data.pendo.io/data/agentic"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"3498b6e6-42fa-45f0-ae35-336671864a69","name":"Conversation: agent_response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<Pendo_trackEventSecret_Key>"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"agent_response\",\n    \"visitor_id\": \"exampleVisitor\",\n    \"account_id\": \"exampleAccount\",\n    \"timestamp\": 1769802954000,\n    \"props\": {\n        \"agentId\": \"Ai8ZO8vBU0ECJ2-Vm8RJ3ubuUBA\",\n        \"conversationId\": \"conv_ABC\",\n        \"content\": \"this is the agent's response\",\n        \"messageId\": \"message2\",\n        \"fileUploaded\": false,\n        \"modelUsed\": \"agentModel_1.0\",\n        \"suggestedPrompt\": false,\n        \"toolsUsed\": [ \"search\", \"knowledge_base\"]\n    },\n    \"context\": {\n        \"ip\": \"76.253.187.23\",\n        \"userAgent\": \"Chrome/65.0.3325.181\",\n        \"url\": \"https://mypage.com/admin\"\n    }\n}   ","options":{"raw":{"language":"json"}}},"url":"https://data.pendo.io/data/agentic"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"185b67e7-336b-40fb-99f9-aee751a185dd","name":"Conversation: user_reaction","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<Pendo_trackEventSecret_Key>"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"user_reaction\",\n    \"visitor_id\": \"exampleVisitor\",\n    \"account_id\": \"exampleAccount\",\n    \"timestamp\": 1769802954000,\n    \"props\": {\n        \"agentId\": \"Ai8ZO8vBU0ECJ2-Vm8RJ3ubuUBA\",\n        \"conversationId\": \"conv_ABC\",\n        \"content\": \"positive\",\n        \"messageId\": \"feedbackmessage123\",\n        \"fileUploaded\": false,\n        \"modelUsed\": \"agentModel_1.0\",\n        \"suggestedPrompt\": false,\n        \"toolsUsed\": []\n    },\n    \"context\": {\n        \"ip\": \"76.253.187.23\",\n        \"userAgent\": \"Chrome/65.0.3325.181\",\n        \"url\": \"https://mypage.com/admin\"\n    }\n} ","options":{"raw":{"language":"json"}}},"url":"https://data.pendo.io/data/agentic"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5ed3ebca-1ac6-4edc-8638-f0a30ed55fc6"}],"id":"9d9a3f3a-09d3-4302-821c-4ee6f2e86852","_postman_id":"9d9a3f3a-09d3-4302-821c-4ee6f2e86852","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Admin","item":[{"name":"Verify integration key","id":"bb7ea4ed-9a0b-474c-96ac-bb878e4ffd60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"url":"https://app.pendo.io/api/v1/token/verify","description":"<p>The verify endpoint allows you to check the validity of an integration key and whether that key has write access. No body is required as the system evaluates the key used in the <code>x-pendo-integration-key</code> header.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Details</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td><code>GET</code></td>\n</tr>\n<tr>\n<td>URI</td>\n<td><code>/api/v1/token/verify</code></td>\n</tr>\n<tr>\n<td>Status Codes</td>\n<td><code>200</code>: Response is sent as body  <br /><code>403</code>: Key is invalid.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","token","verify"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"9269bb19-356d-4d61-b8bb-fc4c3cae2ce9","name":"Verify integration key","originalRequest":{"method":"GET","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"url":"https://app.pendo.io/api/v1/token/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"valid\": true,\n    \"writeAccess\": true\n}"}],"_postman_id":"bb7ea4ed-9a0b-474c-96ac-bb878e4ffd60"}],"id":"a3426213-d35c-4714-944f-889a86cd656a","_postman_id":"a3426213-d35c-4714-944f-889a86cd656a","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Aggregation","item":[{"name":"Core concepts","item":[],"id":"f42c416f-bdd6-4082-b86c-1be3fe8401bf","description":"<p>Core concepts feature throughout the Aggregations documentation. It is important to understand their hierarchy and relationships when building your aggregations.</p>\n<h2 id=\"pendo-terminology\">Pendo terminology</h2>\n<ul>\n<li><p><strong>Subscription</strong>: This is the highest level of customer data. Each API integration key is created at the subscription level and gives access to all of the assets listed below contained in that subscription. Some customers may have multiple subscriptions but any analytics you see in the UI or access through the API are within the context of a single subscription.</p>\n</li>\n<li><p><strong>Application</strong>: <a href=\"https://support.pendo.io/hc/en-us/articles/360035077512-Multi-app-subscriptions\">A Pendo subscription can contain one or more applications</a>. Every subscription has a default web application. When querying any (or all) applications within a subscription, you must specify the <code>appId</code>. The <code>appId</code> is present in the URL after you navigate to the app from Subscription Settings.</p>\n</li>\n<li><p><strong>Visitor</strong>: The end users interacting with the customer’s application.</p>\n</li>\n<li><p><strong>Account</strong>: A hierarchy of data that represents a group of visitors.</p>\n</li>\n<li><p><strong>Event</strong>: A specific action that a visitor takes in your application. Pendo collects these actions to track visitor behavior. Events may be: Click Events, Track Events, Page View Events, or Guide Events.</p>\n</li>\n</ul>\n<h2 id=\"aggregation-terminology\">Aggregation terminology</h2>\n<ul>\n<li><p><strong>Pipeline</strong>: The aggregation pipeline is a collection of source data, operators, and expressions that processes, transforms, and returns results. Pendo aggregations use a flexible aggregation pipeline modeled after MongoDB. In a pipeline, successive operations are informed by the previous result, so when constructing aggregations, it’s important to remember that <strong>aggregations are executed from the top down and</strong> an operator can only interact with rows passed from the previous step.</p>\n</li>\n<li><p><strong>Source</strong>: Usually the first section of your pipeline, the source is the type of data you want to query. For example, if you wanted to retrieve information about a visitor, such as metadata or their last visit date, you would specify the <code>visitors</code> source, but if you wanted information about events that a visitor generated, you would specify the <code>events</code> source.</p>\n</li>\n<li><p><strong>Operators</strong>: Operators transform incoming data from the sources into new data. Specific operators are covered in more detail below but in general, operators consume rows, then produce new or modified rows in many different ways such as filtering rows out or combining them.</p>\n</li>\n<li><p><strong>Expressions</strong>: A number of pipeline operators support expressions. Fundamentally, expressions are functions that combine input values into an output value. Expressions follow basic C expression syntax together with function calls. Some common examples include <code>And (A &amp;&amp; B)</code>, <code>Equals (A == B)</code>, or functions like <code>isEmpty(fieldName)</code>.</p>\n</li>\n</ul>\n<h2 id=\"anatomy-of-an-aggregation\">Anatomy of an aggregation</h2>\n<img src=\"https://lh7-us.googleusercontent.com/xaccvHfafjGXnfqPmmWmMPbGssrmnvKUYAbUDAiqO1N4h0e0WHH60BfA5U3t63gzg0IrGchalZ7-O9C1Uopnxu_oa4k0E5swnqGeEgdnmssoNrw1W08a7PCjlf6E9NMBbitlg_7RneCFR9G4IRdkCx0\" />\n\n<p>Every pipeline must be wrapped in the following <code>request</code> and <code>response</code> blocks. You can add an optional <code>name</code> to the <code>request</code> block to more easily identify your requests.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": “Your aggregation’s name”,\n        \"pipeline\": [\n            ...aggregation body \n        ]\n    }\n}\n\n</code></pre>\n<h2 id=\"field-reference\">Field reference</h2>\n<p>The basic unit is a row that contains named fields. Wherever a field name is needed, a dotted list of field names can be used to specify nested objects. This dot notation can also be used to create new fields in your output by adding them to eval or select statements.<br />In the example below, referencing <code>account.id</code> returns <code>exampleAccount</code> while referencing <code>metadata.agent.boolean</code> returns the value <code>true</code>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"exampleVisitor\",\n    \"metadata\": {\n        \"agent\": {\n            \"boolean\": true,\n            \"text\": \"This is a string\"\n        }\n    },\n    \"account\": {\n        \"id\": \"exampleAccount\"\n    }\n}\n\n</code></pre>\n","_postman_id":"f42c416f-bdd6-4082-b86c-1be3fe8401bf","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Source parameters","item":[{"name":"timeSeries","item":[],"id":"3f910cb9-e159-4ddf-a40f-75956b647d06","description":"<p>Some sources have a time dimension, such as sources listing events over time. These sources have a special <code>timeSeries</code> parameter in the source block to define the time range. When referencing time in aggregations, it is important to remember that all times are in milliseconds after the epoch and where relevant, such as the determination of midnight, the current subscription's timezone setting is used.</p>\n<h3 id=\"period-parameter\">Period parameter</h3>\n<p>The period parameter is the basic time unit used by the other two parameters to define the time range.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>timeSeries</strong></th>\n<th><strong>Period resets</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hourRange</td>\n<td>Every hour</td>\n</tr>\n<tr>\n<td>dayRange</td>\n<td>Every day at midnight</td>\n</tr>\n<tr>\n<td>weekRange</td>\n<td>Every Sunday at midnight</td>\n</tr>\n<tr>\n<td>monthRange</td>\n<td>Every first of the month at midnight</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"time-range-parameters\">Time range parameters</h3>\n<p>Once the period is set, the remaining <code>timeSeries</code> parameters determine the actual time range. These include a <code>first</code> parameter and either a <code>last</code> or <code>count</code> parameter, depending on whether you are querying an absolute or relative time range. There are three possible ranges:</p>\n<ol>\n<li><code>\"first\": X, \"last\": Y</code><br /> The time range starts with the period containing X and ends with the period containing Y, both inclusive.</li>\n<li><code>\"first\": X, \"count\": Y &gt; 0</code><br /> The time range starts with the period containing X (inclusive) and spans Y periods</li>\n<li><code>\"first\": X, \"count\": Y &lt; 0</code><br /> The time range ends with the period before the period containing X (i.e., exclusive of period X) and spans Y periods backwards</li>\n</ol>\n<h3 id=\"specifying-dates\">Specifying dates</h3>\n<p>Often literal millisecond epoch timestamps are used as values for <code>first</code> and <code>last</code>, however aggregation expressions can be used (see the Expressions section for more detail). Common examples:</p>\n<ul>\n<li><code>\"now()\"</code><br />  evaluates to the current time</li>\n<li><code>\"date(2021, 7, 28, 12, 30, 00)\"</code><br />  evaluate to a given date in the subscription's timezone (trailing date components can be omitted and default to 0 or 1 as appropriate, e.g. date(2021, 7, 28) is midnight and date(2021, 7) is July 1).</li>\n<li><code>\"dateAdd(X, Y, \"unit\")\"</code><br />  evaluates to X incremented by Y (integer, may be negative) \"units\", which may be any of hours, days, weeks, months.</li>\n</ul>\n<h3 id=\"time-range-examples\">Time range examples</h3>\n<p><strong>Example 1 - dayRange</strong><br />With a period of <code>dayRange</code> and epoch timestamps of <code>1693540800000</code> (September 1st, 2023 12:00:00 AM ET) and <code>1693932275771</code> (September 5th, 2023 12:44:35 PM ET), this will returns all events from midnight of September 1st to the end of the day of September 5th.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"timeSeries\": {\n  \"period\": dayRange,\n   \"first\": 1693540800000,\n   \"last\": 1693932275771\n}\n\n</code></pre><p><strong>Example 2 - hourRange</strong><br />With a period of <code>hourRange</code> and epoch timestamps of <code>1693540800000</code> (September 1st, 2023 12:00:00 AM ET) and <code>1693932275771</code> (September 5th, 2023 12:44:35 PM ET), this will returns all events from midnight of September 1st to 12:59:59 PM ET of September 5th (i.e. the end of the 12PM hour).</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"timeSeries\": {\n    \"period\": hourRange,\n    \"first\": 1693540800000,\n    \"last\": 1693932275771\n}\n\n</code></pre><p><strong>Example 3 - date()</strong><br />This is the same timeSeries as example 1, but with the first and last dates set using the <code>date()</code> function. As above, this will returns all events from midnight of September 1st to the end of the day of September 5th.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"timeSeries\": {\n  \"period\": dayRange,\n   \"first\": \"date(2023, 9, 1)\",\n   \"last\": \"date(2023, 9, 5, 12, 44, 35)\"\n}\n\n</code></pre><p><strong>Example 4 - count</strong><br />This is the same timeSeries as example 1, but uses using a <code>count</code> of 5 from the first date instead of an absolute range. As above, this will returns all events from midnight of September 1st to the end of the day of September 5th. This may also be accomplished using <code>date(2023, 9, 1)</code> as the first value.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"timeSeries\": {\n  \"period\": dayRange,\n   \"first\": 1693540800000,\n   \"count\": 5\n}\n\n</code></pre><p><strong>Example 5 - now()</strong><br />As <code>now()</code> evaluates to the current time, for this example assume that it is September 5, 2023 12:44:35 PM ET. In this scenario, <code>now() - 5</code> with a <code>dayRange</code> equates to September 5th (inclusive) looking back 5 days to September 1st, thus making this equivalent to examples 1 and 3.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"timeSeries\": {\n  \"period\": dayRange,\n   \"first\": \"now()\",\n   \"count\": -5\n}\n\n</code></pre>","_postman_id":"3f910cb9-e159-4ddf-a40f-75956b647d06","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Exclude list / blacklist","item":[],"id":"c8bb803d-2e8c-4216-ace0-18ea792add1a","description":"<p>The \"blacklist\" (called “Exclude List” in the UI) is a set of rules for suppressing specific activity from counting Pendo's analytics. Excluded data is still collected; it's just excluded from analytics. By default, all aggregation sources apply the blacklist. This behavior can be changed with the optional <code>blacklist</code> parameter:</p>\n<p><code>\"blacklist\": \"apply\"</code>: apply the exclusion list, normal behavior</p>\n<p><code>\"blacklist\": \"ignore\"</code>: do not apply the exclusion list</p>\n<p><code>\"blacklist\": \"only\"</code>: return only the data that matches the exclusion list</p>\n","_postman_id":"c8bb803d-2e8c-4216-ace0-18ea792add1a","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Application IDs","item":[],"id":"efcc9e39-918a-4f2f-9d0d-a7bfd86147a3","description":"<p>For subscriptions with multiple applications, some sources have an appId parameter that specifies which application(s) to load data for. When left unspecified, the sources use the default app only. Valid syntax is:</p>\n<ul>\n<li><code>\"appId\": 12345</code>: for a single app ID</li>\n<li><code>\"appId\": [12345, 54321, ...]</code>: for multiple app IDs</li>\n<li><code>\"appId\": \"expandAppIds(\\”filter\\”)”</code>: which returns all app IDs matching a filter, where filter is one of the following:<ul>\n<li><code>*</code>: matches all apps</li>\n<li><code>web</code>: matches all Web apps</li>\n<li><code>extension</code>: matches all “extension” apps</li>\n<li><code>mobile</code>: matches all mobile apps (iOS + Android + any future platforms)</li>\n<li><code>ios</code> / <code>android</code>: matches all iOS or Android mobile apps, respectively</li>\n<li>Two or more of the above separated by <code>|</code> (with no spaces): matches apps meeting any of multiple filters (e.g., <code>web|mobile</code> matches Web and mobile apps, but not extension apps)</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"efcc9e39-918a-4f2f-9d0d-a7bfd86147a3","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}}],"id":"e07fe0d4-5704-488c-aa78-a1afc315b587","_postman_id":"e07fe0d4-5704-488c-aa78-a1afc315b587","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Metadata and object sources","item":[{"name":"visitors","id":"dd943e68-5bff-4a1a-9891-b55638ae2c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"visitors source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>visitors</code> source returns one row per visitor ever seen in the subscription and contains various metadata associated with the visitor. Each visitor has a unique visitorId that is either:</p>\n<ul>\n<li><p>Identified, meaning a visitorId was defined by you and passed through the installation snippet</p>\n</li>\n<li><p>Anonymous. If you have enabled the capture of anonymous visitor traffic, this is an auto-generated Id by Pendo when no visitorId was provided by the snippet. Anonymous visitor IDs are prepended with <em>PENDO_T</em>.</p>\n</li>\n</ul>\n<p>Add the source parameter <code>since</code> to return only visitors last updated since X time.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\": {\n        \"visitors\": {\n            \"since\": \"date(2024,1,1)\"\n        }\n    }\n}\n\n</code></pre>\n<p>Visitor data can also be accessed using the <code>bulkExpand</code> pipeline operator. This operator is defined below and allows you to include visitor data when using other sources (e.g. event sources).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes  <br /></strong><em>(nested elements separated by</em> <code>.</code> <em>)</em></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the visitor.</td>\n</tr>\n<tr>\n<td><code>metadata</code>  <br /><em>object</em></td>\n<td>Object containing all metadata for the visitor. This includes data captured by the <code>agent</code>, <code>custom</code> fields created via the API, integration-specific data from <code>salesforce, hubspot, and</code> <code>segmentio</code>, as well as data <code>auto</code>-generated by Pendo.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.accountId</code>  <br /><em>string</em></td>\n<td>The Account ID last associated with the visitor.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.accountIds</code>  <br /><em>array</em></td>\n<td>All Account IDs associated with the visitor.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.firstvisit</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when an event was first captured for the visitor.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.idhash</code>  <br /><em>number</em></td>\n<td>Hash of visitor Id.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastbrowsername</code>  <br /><em>string</em></td>\n<td>Most recent browser name.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastbrowserversion</code>  <br /><em>string</em></td>\n<td>Most recent browser version.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastoperatingsystem</code>  <br /><em>string</em></td>\n<td>Most recent operating system.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastservername</code>  <br /><em>string</em></td>\n<td>Most recent server name.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastupdated</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the visitor was last updated.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastuseragent</code>  <br /><em>string</em></td>\n<td>Most recent user agent (unparsed).</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastvisit</code>  <br /><em>timestamp</em></td>\n<td>The timestamp in milliseconds after the epoch when we last recorded an event for the visitor.</td>\n</tr>\n<tr>\n<td><code>metadata.auto__xxxxx</code>  <br /><em>object</em></td>\n<td>Returned in multi-app subscriptions only. Specifies the above metadata specific to each application where <code>xxxxx</code> is the application ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"22f94228-0fc7-4080-af2a-4aebc533422f","name":"visitors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"visitors source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"metadata\": {\n                \"auto\": {\n                    \"accountid\": \"exampleAccount\",\n                    \"accountids\": [\n                        \"anotherAccount\",\n                        \"exampleAccount\"\n                    ],\n                    \"firstvisit\": 1680722218840,\n                    \"id\": \"exampleVisitor\",\n                    \"idhash\": 1571066552,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"113.0.0\",\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastupdated\": 1689609442902,\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1684347814129\n                },\n                \"agent\": {\n                    \"language\": \"en_US\",\n                    \"list\": [\n                        \"one\",\n                        \"two\",\n                        \"three\"\n                    ],\n                    \"number\": 201,\n                    \"text\": \"This is the visitor object\"\n                },\n                \"custom\": {\n                    \"boolean\": true,\n                    \"epochdate\": 1689609385599\n                },\n                \"auto__323232\": {\n                    \"firstvisit\": 1680722218840,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"113.0.0\",\n                    \"lastmetadataupdate_agent\": 1684329641024,\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1684347814129\n                },\n                \"auto_5739946637131776\": {\n                    \"firstvisit\": 1683563304409,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"113.0.0\",\n                    \"lastmetadataupdate_agent\": 1684329640999,\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1684347811565\n                }\n            },\n            \"visitorId\": \"exampleVisitor\"\n        },\n        {\n            \"metadata\": {\n                \"auto\": {\n                    \"accountids\": null,\n                    \"firstvisit\": 1680636683641,\n                    \"id\": \"_PENDO_T_zxqedhSrS4y\",\n                    \"idhash\": 2001107501,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"111.0.0\",\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastupdated\": 1680636709765,\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1680636707443\n                },\n                \"auto__323232\": {\n                    \"firstvisit\": 1680636683641,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"111.0.0\",\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1680636707443\n                }\n            },\n            \"visitorId\": \"_PENDO_T_zxqedhSrS4y\"\n        }\n    ]\n}"},{"id":"2d27b76b-68d2-4a89-a591-e79274818d1f","name":"visitors - Identified only","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"visitors source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"metadata\": {\n                \"auto\": {\n                    \"accountid\": \"exampleAccount\",\n                    \"accountids\": [\n                        \"anotherAccount\",\n                        \"exampleAccount\"\n                    ],\n                    \"firstvisit\": 1680722218840,\n                    \"id\": \"exampleVisitor\",\n                    \"idhash\": 1571066552,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"113.0.0\",\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastupdated\": 1689609442902,\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1684347814129\n                },\n                \"agent\": {\n                    \"language\": \"en_US\",\n                    \"list\": [\n                        \"one\",\n                        \"two\",\n                        \"three\"\n                    ],\n                    \"number\": 201,\n                    \"text\": \"This is the visitor object\"\n                },\n                \"custom\": {\n                    \"boolean\": true,\n                    \"epochdate\": 1689609385599\n                },\n                \"auto__323232\": {\n                    \"firstvisit\": 1680722218840,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"113.0.0\",\n                    \"lastmetadataupdate_agent\": 1684329641024,\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1684347814129\n                },\n                \"auto_5739946637131776\": {\n                    \"firstvisit\": 1683563304409,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"113.0.0\",\n                    \"lastmetadataupdate_agent\": 1684329640999,\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1684347811565\n                }\n            },\n            \"visitorId\": \"exampleVisitor\"\n        }\n    ]\n}"}],"_postman_id":"dd943e68-5bff-4a1a-9891-b55638ae2c3d"},{"name":"accounts","id":"7e780ebc-5880-4af4-8e3b-6a61dd3e5148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"accounts source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"accounts\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>accounts</code> source is the analogue of the <code>visitors</code> source. It returns one row per account ever seen in the subscription and contains various metadata associated with the account. Each account has a unique accountId defined by you through the installation snippet. Pendo does not auto-generate anonymous account values and as such, any visitor passed with no account will be associated with no account.</p>\n<p>Account data can also be accessed using the <code>bulkExpand</code> pipeline operator. This operator is defined below and allows you to include account data when using other sources (e.g. event sources).</p>\n<p>If your subscription has the <strong>Enable Parent Accounts</strong> setting enabled, you can pass in parameters to control whether you are querying for child accounts (sub accounts), parent accounts, or both. If you use <code>null</code> source parameters, the default behavior is to return child accounts only.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the account.</td>\n</tr>\n<tr>\n<td><code>metadata</code>  <br /><em>string</em></td>\n<td>Object containing all metadata for the account. This includes data captured by the <code>agent</code>, <code>custom</code> fields created via the API, integration-specific data from <code>salesforce, hubspot,</code>and <code>segmentio</code>, as well as data <code>auto</code>-generated by Pendo.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.firstvisit</code>  <br /><em>integer</em></td>\n<td>Time of first visit, in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.idhash</code>  <br /><em>integer</em></td>\n<td>Hash of account Id</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastupdated</code>  <br /><em>integer</em></td>\n<td>Time of last update, in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>metadata.auto.lastvisit</code>  <br /><em>integer</em></td>\n<td>Time of last visit, in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>metadata.auto__xxxxx</code>  <br /><em>object</em></td>\n<td>Returned in multi-app subscriptions only. Specifies the above metadata specific to each application where <code>xxxxx</code> is the application ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"c3ea352b-dc02-41fb-b782-625843374ce6","name":"accounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"accounts source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"accounts\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"metadata\": {\n                \"agent\": {\n                    \"boolean\": true,\n                    \"date\": 1679529600000,\n                    \"language\": \"en_US\",\n                    \"list\": [\n                        \"one\",\n                        \"two\",\n                        \"three\"\n                    ],\n                    \"number\": 201,\n                    \"text\": \"This is the account object\"\n                },\n                \"auto\": {\n                    \"firstvisit\": 1680722447455,\n                    \"id\": \"exampleAccount\",\n                    \"idhash\": 3933676931,\n                    \"lastupdated\": 1683647889744,\n                    \"lastvisit\": 1683647889620\n                },\n                \"auto_5739946637131776\": {\n                    \"firstvisit\": 1683563304410,\n                    \"lastvisit\": 1683647889620\n                },\n                \"auto__323232\": {\n                    \"firstvisit\": 1680722447455,\n                    \"lastupdated\": 1680722447986,\n                    \"lastvisit\": 1680722447455\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"7e780ebc-5880-4af4-8e3b-6a61dd3e5148"},{"name":"pages","id":"06aa7e9a-2920-4c62-8371-7529024bde70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"pages source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pages\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>pages</code> source returns one row per page defined in your Pendo subscription and contains metadata about that page. Each page has a name defined by you during the tagging process and a Pendo-generated ID. Although <code>pages</code> can be accessed directly as a source, page data is most commonly retrieved in conjunction with other sources by using the <code>expand</code> pipeline operator defined below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above. Do not use in conjunction with <code>pageId</code>.</td>\n</tr>\n<tr>\n<td><code>pageId</code></td>\n<td>Enter the unique identifier to return data on a single page. Do not use in conjunction with <code>appId</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>createdByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that created the page.</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the page was created.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that last updated the page.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the page was last updated.</td>\n</tr>\n<tr>\n<td><code>kind</code>  <br /><em>string</em></td>\n<td>Returns the type of object. Page for example.</td>\n</tr>\n<tr>\n<td><code>rootVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier of the root entity, which nominally matches the public id field of the page.</td>\n</tr>\n<tr>\n<td><code>stableVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the current version of the page.</td>\n</tr>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the page.</td>\n</tr>\n<tr>\n<td><code>appId</code>  <br /><em>number</em></td>\n<td>Unique identifier for the application in use.</td>\n</tr>\n<tr>\n<td><code>name</code>  <br /><em>string</em></td>\n<td>Display name for the page.</td>\n</tr>\n<tr>\n<td><code>group</code>  <br /><em>object</em></td>\n<td>Object containing information related to associated product area for the page.</td>\n</tr>\n<tr>\n<td><code>isCoreEvent</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if feature is set as core event.</td>\n</tr>\n<tr>\n<td><code>dirty</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if page is processing at the time of request.</td>\n</tr>\n<tr>\n<td><code>rules</code>  <br /><em>array of objects</em></td>\n<td>URL rules for the page.</td>\n</tr>\n<tr>\n<td><code>excludeRules</code>  <br /><em>array of objects</em></td>\n<td>URL rules to exclude from this page.</td>\n</tr>\n<tr>\n<td><code>isSuggested</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if page rule matches the rule suggested by the designer.</td>\n</tr>\n<tr>\n<td><code>suggestedTagRules</code>  <br /><em>array of objects</em></td>\n<td>The rules suggested by the designer.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"0e01436e-e9a5-4629-bf1a-0039a73e6879","name":"pages","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"pages source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pages\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"appId\": -323232,\n            \"color\": \"\",\n            \"createdAt\": 1670346921152,\n            \"createdByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"z.avala@pendo.io\",\n                \"first\": \"Zack\",\n                \"last\": \"Avala\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1680528459457,\n                \"visitorIds\": [\n                    \"exampleVisitor\",\n                    \"2abde58cf04d71c1109d9de43c295b1c\"\n                ]\n            },\n            \"dailyMergeFirst\": 0,\n            \"dailyRollupFirst\": 0,\n            \"dirty\": false,\n            \"group\": {\n                \"color\": \"\",\n                \"description\": \"\",\n                \"id\": \"\",\n                \"items\": null,\n                \"length\": 0,\n                \"name\": \"\",\n                \"type\": \"\"\n            },\n            \"id\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n            \"isCoreEvent\": false,\n            \"isSuggested\": false,\n            \"kind\": \"Page\",\n            \"lastUpdatedAt\": 1670347013487,\n            \"lastUpdatedByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"i.kora@pendo.io\",\n                \"first\": \"Imelda\",\n                \"last\": \"Kora\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1680528459457,\n                \"visitorIds\": [\n                    \"exampleVisitor2\",\n                    \"8f7fd4456b256576eb05f3ddba26b651\"\n                ]\n            },\n            \"name\": \"Frames - ALL containing frame\",\n            \"rootVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n            \"rules\": [\n                {\n                    \"rule\": \"//*/~contains:Frame\",\n                    \"parsedRule\": \"^https?://[^/]*/[^/#?;]*Frame[^/#?;]*/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n                }\n            ],\n            \"rulesjson\": \"\",\n            \"stableVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ-20221206171653.509391098\",\n            \"suggestedName\": \"Page of Frames\",\n            \"validThrough\": 1696615200000\n        },\n        {\n            \"appId\": -323232,\n            \"color\": \"\",\n            \"createdAt\": 1605282252250,\n            \"createdByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"z.avala@pendo.io\",\n                \"first\": \"Zack\",\n                \"last\": \"Avala\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1680528459457,\n                \"visitorIds\": [\n                    \"exampleVisitor\",\n                    \"2abde58cf04d71c1109d9de43c295b1c\"\n                ]\n            },\n            \"dailyMergeFirst\": 0,\n            \"dailyRollupFirst\": 0,\n            \"dirty\": false,\n            \"group\": {\n                \"color\": \".groupColor05\",\n                \"createdAt\": 1605021502038,\n                \"createdByUser\": {\n                    \"deletedAt\": 1620995537675,\n                    \"first\": \"System\",\n                    \"hasLoggedIn\": false,\n                    \"id\": \"-42\",\n                    \"last\": \"User\",\n                    \"role\": 7,\n                    \"userType\": \"normal\",\n                    \"username\": \"--system-user--\"\n                },\n                \"description\": \"\",\n                \"id\": \"_PENDO_DEFAULTGROUP_01_\",\n                \"items\": [],\n                \"lastUpdatedAt\": 1674484955993,\n                \"lastUpdatedByUser\": {\n                    \"id\": \"5692633674809344\",\n                    \"username\": \"z.avala@pendo.io\",\n                    \"first\": \"Zack\",\n                    \"last\": \"Avala\",\n                    \"role\": 8,\n                    \"userType\": \"normal\",\n                    \"hasLoggedIn\": true,\n                    \"lastLogin\": 1680528459457,\n                    \"visitorIds\": [\n                        \"exampleVisitor\",\n                        \"2abde58cf04d71c1109d9de43c295b1c\"\n                    ]\n                },\n                \"length\": 2,\n                \"name\": \"Green\",\n                \"type\": \"group\"\n            },\n            \"id\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n            \"isCoreEvent\": true,\n            \"isSuggested\": false,\n            \"kind\": \"Page\",\n            \"lastUpdatedAt\": 1606333999333,\n            \"lastUpdatedByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"z.avala@pendo.io\",\n                \"first\": \"Zack\",\n                \"last\": \"Avala\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1680528459457,\n                \"visitorIds\": [\n                    \"exampleVisitor\",\n                    \"2abde58cf04d71c1109d9de43c295b1c\"\n                ]\n            },\n            \"name\": \"Home\",\n            \"rootVersionId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n            \"rules\": [\n                {\n                    \"rule\": \"//*/home.html\",\n                    \"designerHint\": \"http://localhost:8080/home.html\",\n                    \"parsedRule\": \"^https?://[^/]*/home\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n                },\n                {\n                    \"rule\": \"//*/Home.html\",\n                    \"parsedRule\": \"^https?://[^/]*/Home\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n                },\n                {\n                    \"rule\": \"//*/index.html\",\n                    \"parsedRule\": \"^https?://[^/]*/index\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n                }\n            ],\n            \"rulesjson\": \"\",\n            \"stableVersionId\": \"HkME1Igl7lcpyDgLb57MxXny8yE-20201125195319.350835974\",\n            \"validThrough\": 1696615200000\n        }\n    ]\n}"}],"_postman_id":"06aa7e9a-2920-4c62-8371-7529024bde70"},{"name":"features","id":"76039b21-3738-4b36-bec4-27a150257e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"features source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"features\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>features</code> source returns one row per feature defined in your Pendo subscription and contains metadata about that feature. Each feature has a name defined by you during the tagging process and a Pendo-generated ID. Although <code>features</code> can be accessed directly as a source, feature data is most commonly retrieved in conjunction with other sources by using the <code>expand</code> pipeline operator defined below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above. Do not use in conjunction with <code>featureId</code>.</td>\n</tr>\n<tr>\n<td><code>featureId</code></td>\n<td>Enter the unique identifier to return data on a single feature. Do not use in conjunction with <code>appId</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>createdByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that created the feature.</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the feature was created.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that last updated the feature.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the feature was last updated.</td>\n</tr>\n<tr>\n<td><code>kind</code>  <br /><em>string</em></td>\n<td>Returns the type of object. Feature for example.</td>\n</tr>\n<tr>\n<td><code>rootVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier of the root entity, which nominally matches the public id field of the feature.</td>\n</tr>\n<tr>\n<td><code>stableVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the current version of the feature.</td>\n</tr>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>The unique identifier for the feature.</td>\n</tr>\n<tr>\n<td><code>name</code>  <br /><em>string</em></td>\n<td>Display name for the feature.</td>\n</tr>\n<tr>\n<td><code>color</code>  <br /><em>string</em></td>\n<td>Color value associated with the Feature for visualization in Paths and Funnels.</td>\n</tr>\n<tr>\n<td><code>group</code>  <br /><em>object</em></td>\n<td>Object containing information related to associated group for the feature.</td>\n</tr>\n<tr>\n<td><code>dirty</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if feature is processing at the time of request.</td>\n</tr>\n<tr>\n<td><code>isCoreEvent</code>  <br /><em>boolean</em></td>\n<td>Returns true if feature is set as core event.</td>\n</tr>\n<tr>\n<td><code>pageId</code>  <br /><em>string</em></td>\n<td>For page-specific features, the ID of the associated page.</td>\n</tr>\n<tr>\n<td><code>appWide</code>  <br /><em>boolean</em></td>\n<td>Returns true if feature is sitewide (i.e. not page-specific)</td>\n</tr>\n<tr>\n<td><code>eventPropertyConfigurations</code>  <br /><em>array</em></td>\n<td>An array of objects containing information about configured event properties.</td>\n</tr>\n<tr>\n<td><code>elementPathRules</code>  <br /><em>array</em></td>\n<td>The element path that indicates where the feature can be found (blank if not applicable).</td>\n</tr>\n<tr>\n<td><code>isSuggested</code>  <br /><em>boolean</em></td>\n<td>Boolean value returned if feature rule matches the rule suggested by the designer.</td>\n</tr>\n<tr>\n<td><code>suggestedMatch</code>  <br /><em>array of objects</em></td>\n<td>The rule suggested by the designer.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"a4ecbb3e-e19a-4652-b3f7-5699723ee242","name":"features","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"features source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"features\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"appId\": -323232,\n            \"appWide\": false,\n            \"color\": \"\",\n            \"createdAt\": 1605305522388,\n            \"createdByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"d.vader@pendo.io\",\n                \"first\": \"Darren\",\n                \"last\": \"Vader\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1683311874084,\n                \"visitorIds\": [\n                    \"exampleVisitor2\",\n                    \"ZC52YWRlckBwZW5kby5pbw==\"\n                ]\n            },\n            \"dailyMergeFirst\": 0,\n            \"dailyRollupFirst\": 0,\n            \"dirty\": false,\n            \"elementPathRules\": [\n                \".btn.blue:contains('click me!')\"\n            ],\n            \"eventPropertyConfigurations\": [\n                {\n                    \"name\": \"dropdown_value\",\n                    \"rule\": \"{\\\"name\\\":\\\"dropdown_value\\\",\\\"source\\\":\\\"#dropdown1\\\",\\\"path\\\":\\\"innerText\\\"}\",\n                    \"isActive\": true,\n                    \"path\": \"innerText\",\n                    \"selector\": \"#dropdown1\",\n                    \"type\": \"\",\n                    \"pattern\": \"\"\n                }\n            ]\n            \"group\": {\n                \"color\": \"\",\n                \"description\": \"\",\n                \"id\": \"\",\n                \"items\": null,\n                \"length\": 0,\n                \"name\": \"\",\n                \"type\": \"\"\n            },\n            \"id\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q\",\n            \"isCoreEvent\": false,\n            \"isSuggested\": false,\n            \"kind\": \"Feature\",\n            \"lastUpdatedAt\": 1605305522388,\n            \"lastUpdatedByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"i.kora@pendo.io\",\n                \"first\": \"Imelda\",\n                \"last\": \"Kora\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1680528459457,\n                \"visitorIds\": [\n                    \"exampleVisitor2\",\n                    \"8f7fd4456b256576eb05f3ddba26b651\"\n                ]\n            },\n            \"name\": \"Big Blue Button\",\n            \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n            \"rootVersionId\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q\",\n            \"stableVersionId\": \"51DPaPuMuonk56Oyl3NM1dRQh1Q-20201113221202.393663303\",\n            \"validThrough\": 1696618800000\n        },\n        {\n            \"appId\": -323232,\n            \"appWide\": true,\n            \"color\": \"\",\n            \"createdAt\": 1605305829504,\n            \"createdByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"z.avala@pendo.io\",\n                \"first\": \"Zack\",\n                \"last\": \"Avala\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1680528459457,\n                \"visitorIds\": [\n                    \"exampleVisitor\",\n                    \"2abde58cf04d71c1109d9de43c295b1c\"\n                ]\n            },\n            \"dailyMergeFirst\": 0,\n            \"dailyRollupFirst\": 0,\n            \"dirty\": false,\n            \"elementPathRules\": [\n                \"[href=\\\"home.html\\\"]\",\n                \"[href=\\\"index.html\\\"]\"\n            ],\n            \"eventPropertyConfigurations\": [],\n            \"group\": {\n                \"color\": \"\",\n                \"description\": \"\",\n                \"id\": \"\",\n                \"items\": null,\n                \"length\": 0,\n                \"name\": \"\",\n                \"type\": \"\"\n            },\n            \"id\": \"dbWCJhtxR4ssRSZDreG5y-JuUAI\",\n            \"isCoreEvent\": false,\n            \"isSuggested\": false,\n            \"kind\": \"Feature\",\n            \"lastUpdatedAt\": 1605305829504,\n            \"lastUpdatedByUser\": {\n                \"id\": \"5692633674809344\",\n                \"username\": \"z.avala@pendo.io\",\n                \"first\": \"Zack\",\n                \"last\": \"Avala\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"hasLoggedIn\": true,\n                \"lastLogin\": 1680528459457,\n                \"visitorIds\": [\n                    \"exampleVisitor\",\n                    \"2abde58cf04d71c1109d9de43c295b1c\"\n                ]\n            },\n            \"name\": \"Home Link\",\n            \"rootVersionId\": \"dbWCJhtxR4ssRSZDreG5y-JuUAI\",\n            \"stableVersionId\": \"dbWCJhtxR4ssRSZDreG5y-JuUAI-20201113221709.511297045\",\n            \"validThrough\": 1696618800000\n        }\n    ]\n}"}],"_postman_id":"76039b21-3738-4b36-bec4-27a150257e3c"},{"name":"trackTypes","id":"9f83f648-4fe7-45db-b30d-963679af6304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"track types source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"trackTypes\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>trackTypes</code> source returns one row per track type ever seen by Pendo (and not subsequently deleted) and contains metadata about that track type. Each track type has a name defined by you in the track event submission and a Pendo-generated ID. Although <code>trackTypes</code> can be accessed directly as a source, track type data is most commonly retrieved in conjunction with other sources by using the <code>expand</code> pipeline operator defined below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above. Do not use in conjunction with <code>trackTypeId</code>.</td>\n</tr>\n<tr>\n<td><code>trackTypeId</code></td>\n<td>Enter the unique identifier to return data on a single track type. Do not use in conjunction with <code>appId</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"0d3aa8e8-6a94-4ac6-9b12-a32bb31ecf2e","name":"trackTypes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"track types source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"trackTypes\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"appId\": -323232,\n            \"color\": \"\",\n            \"createdAt\": 1664375283690,\n            \"createdByUser\": {\n                \"deletedAt\": 1620995537675,\n                \"first\": \"System\",\n                \"hasLoggedIn\": false,\n                \"id\": \"-42\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"username\": \"--system-user--\"\n            },\n            \"dailyMergeFirst\": 0,\n            \"dailyRollupFirst\": 0,\n            \"dirty\": false,\n            \"eventPropertyNameList\": [\n                \"_startandendwithsingle_\",\n                \"endswithsingleunderscore_\",\n                \"lowercase\",\n                \"endswithdoubleunderscore__\",\n                \"Startswithcapital\",\n                \"contains1number\",\n                \"endswithcapitaL\",\n                \"endswithnumber1\",\n                \"camelCase\",\n                \"contains__doubleunderscore\",\n                \"__startswithdoubleunderscore\",\n                \"UPPERCASE\",\n                \"_startswithsingleunderscore\"\n              ],\n            \"group\": {\n                \"color\": \"\",\n                \"description\": \"\",\n                \"id\": \"\",\n                \"items\": null,\n                \"length\": 0,\n                \"name\": \"\",\n                \"type\": \"\"\n            },\n            \"id\": \"3XqbVRVf1udeQrrOiQNGntKOFQ0\",\n            \"isCoreEvent\": false,\n            \"kind\": \"TrackType\",\n            \"lastUpdatedAt\": 1664375284848,\n            \"lastUpdatedByUser\": {\n                \"deletedAt\": 1620995537675,\n                \"first\": \"System\",\n                \"hasLoggedIn\": false,\n                \"id\": \"-42\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"username\": \"--system-user--\"\n            },\n            \"name\": \"Allowed Property Formats\",\n            \"rootVersionId\": \"3XqbVRVf1udeQrrOiQNGntKOFQ0\",\n            \"stableVersionId\": \"3XqbVRVf1udeQrrOiQNGntKOFQ0-20220928142804.906224849\",\n            \"trackTypeName\": \"Allowed Property Formats\",\n            \"trackTypeRules\": [\n                \"Allowed Property Formats\"\n            ],\n            \"validThrough\": 1696618800000\n        },\n        {\n            \"appId\": -323232,\n            \"color\": \"\",\n            \"createdAt\": 1613061600568,\n            \"createdByUser\": {\n                \"deletedAt\": 1620995537675,\n                \"first\": \"System\",\n                \"hasLoggedIn\": false,\n                \"id\": \"-42\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"username\": \"--system-user--\"\n            },\n            \"dailyMergeFirst\": 0,\n            \"dailyRollupFirst\": 0,\n            \"dirty\": false,\n            \"eventPropertyNameList\": [\n                \"TrackEventProperty7\",\n                \"TrackEventProperty1\",\n                \"TrackEventProperty10\",\n                \"TrackEventProperty9\",\n                \"TrackEventProperty3\",\n                \"TrackEventProperty8\",\n                \"TrackEventProperty6\",\n                \"TrackEventProperty4\",\n                \"TrackEventProperty5\",\n                \"TrackEventProperty2\"\n            ],\n            \"group\": {\n                \"color\": \"\",\n                \"description\": \"\",\n                \"id\": \"\",\n                \"items\": null,\n                \"length\": 0,\n                \"name\": \"\",\n                \"type\": \"\"\n            },\n            \"id\": \"mlNiNmRTFep1eEo88fsnaET8q4c\",\n            \"isCoreEvent\": false,\n            \"kind\": \"TrackType\",\n            \"lastUpdatedAt\": 1613061602043,\n            \"lastUpdatedByUser\": {\n                \"deletedAt\": 1620995537675,\n                \"first\": \"System\",\n                \"hasLoggedIn\": false,\n                \"id\": \"-42\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"username\": \"--system-user--\"\n            },\n            \"name\": \"Sample Track Event\",\n            \"rootVersionId\": \"mlNiNmRTFep1eEo88fsnaET8q4c\",\n            \"stableVersionId\": \"mlNiNmRTFep1eEo88fsnaET8q4c-20210211164002.215414173\",\n            \"trackTypeName\": \"Sample Track Event\",\n            \"trackTypeRules\": [\n                \"Sample Track Event\"\n            ],\n            \"validThrough\": 1696618800000\n        }\n    ]\n}"}],"_postman_id":"9f83f648-4fe7-45db-b30d-963679af6304"},{"name":"doNotProcessVisitors","id":"2135aa0f-96b4-40e7-9ee0-a95d5a784a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"doNotProcessVisitors source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"doNotProcessVisitors\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p><code>doNotProcessVisitors</code> is a special variant of the <code>visitors</code> source that returns ONLY records marked <code>doNotProcess</code> in the Pendo UI. This flag is set as part of Pendo’s GDPR delete process but can also be set independent of that process either in the UI or <a href=\"https://engageapi.pendo.io/?bash#66de1263-e5e7-4794-be35-11ed20be1a67\">via the API</a>.</p>\n<p>This source works the same way as <code>visitors</code> with respect to source parameters and data returned.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"dcfe3103-3609-4699-91d3-7558d403ccad","name":"doNotProcessVisitors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"doNotProcessVisitors source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"doNotProcessVisitors\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"metadata\": {\n                \"pendo\": {\n                    \"donotprocess\": true\n                },\n                \"auto\": {\n                    \"accountids\": null,\n                    \"firstvisit\": 0,\n                    \"id\": \"DNP Visitor with Data Deletion\",\n                    \"idhash\": 3722854375,\n                    \"lastupdated\": 1688567398725\n                },\n                \"auto__323232\": {\n                    \"firstvisit\": 0\n                }\n            },\n            \"visitorId\": \"DNP Visitor with Data Deletion\"\n        },\n        {\n            \"metadata\": {\n                \"auto\": {\n                    \"accountid\": \"anotherAccount\",\n                    \"accountids\": [\n                        \"anotherAccount\",\n                        \"exampleAccount\"\n                    ],\n                    \"firstvisit\": 1680722218840,\n                    \"id\": \"DNP Visitor WITHOUT Deletion\",\n                    \"idhash\": 1571066552,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"111.0.0\",\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastupdated\": 1680722448457,\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1680722447455\n                },\n                \"pendo\": {\n                    \"donotprocess\": true\n                },\n                \"agent\": {\n                    \"boolean\": true,\n                    \"language\": \"en_US\",\n                    \"text\": \"This visitor still retains historical data but will collect no new data\"\n                },\n                \"auto__323232\": {\n                    \"firstvisit\": 1680722218840,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"111.0.0\",\n                    \"lastmetadataupdate_agent\": 1680722447455,\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1680722447455\n                }\n            },\n            \"visitorId\": \"DNP Visitor WITHOUT Deletion\"\n        }\n    ]\n}"}],"_postman_id":"2135aa0f-96b4-40e7-9ee0-a95d5a784a30"},{"name":"doNotProcessAccounts","id":"85dc4c17-50e8-452e-ba32-7dc0ac7853f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"doNotProcessAccounts source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"doNotProcessAccounts\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p><code>doNotProcessAccounts</code> is a special variant of the <code>accounts</code> source that returns ONLY records marked <code>doNotProcess</code> in the Pendo UI. This flag is set as part of Pendo’s GDPR delete process but can also be set independent of that process either in the UI or <a href=\"https://engageapi.pendo.io/?bash#66de1263-e5e7-4794-be35-11ed20be1a67\">via the API</a>.</p>\n<p>This source works the same way as <code>accounts</code> with respect to source parameters, data returned, and parent and child/sub accounts.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"67b741f3-696f-4300-a5cb-a294705157b4","name":"doNotProcessAccounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"doNotProcessAccounts source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"doNotProcessAccounts\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"accountId\": \"APP_76174\",\n            \"metadata\": {\n                \"auto\": {\n                    \"firstvisit\": 1679513371273,\n                    \"id\": \"dnpAccount\",\n                    \"idhash\": 4136680308,\n                    \"lastupdated\": 1695405410794,\n                    \"lastvisit\": 1683146407315\n                },\n                \"pendo\": {\n                    \"donotprocess\": true\n                },\n                \"agent\": {},\n                \"auto_5649050225344512\": {\n                    \"firstvisit\": 1679513371273,\n                    \"lastupdated\": 1679513371466,\n                    \"lastvisit\": 1683146407315\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"85dc4c17-50e8-452e-ba32-7dc0ac7853f0"},{"name":"guides","id":"e510ca7e-adb9-40d3-8f0a-fcde5f70ac3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"pages source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guides\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>guides</code> source returns one row per guide defined in your Pendo subscription and contains metadata about that guide and its associated steps. Each guide has a name defined by you during the creation process and a Pendo-generated ID.</p>\n<p>This source is most frequently used in conjunction with other sources by using the <code>merge</code> operator.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-guide-object\">The Guide Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code>  <br /><em>number</em></td>\n<td>Unique identifier for the application to which the guide is associated.</td>\n</tr>\n<tr>\n<td><code>attributes</code>  <br /><em>object</em></td>\n<td>Data used for the agent's handling of the guide. See attributes object below for more information.</td>\n</tr>\n<tr>\n<td><code>audience</code>  <br /><em>array</em></td>\n<td>The aggregation pipeline used by the system to process the segment rules.</td>\n</tr>\n<tr>\n<td><code>audienceUiHint</code>  <br /><em>object</em></td>\n<td>Internal values used to build audience rules in the UI.</td>\n</tr>\n<tr>\n<td><code>authoredLanguage</code>  <br /><em>string</em></td>\n<td>The default language of the guide.</td>\n</tr>\n<tr>\n<td><code>conversion</code>  <br /><em>object</em></td>\n<td>An object containing guide goal configuration settings.</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the guide was created</td>\n</tr>\n<tr>\n<td><code>createdByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that created the guide.</td>\n</tr>\n<tr>\n<td><code>currentFirstEligibleToBeSeenAt</code>  <br /><em>number</em></td>\n<td>Used in the calculation of email delivery. Usually equal to 0 or the showsAfter date.</td>\n</tr>\n<tr>\n<td><code>dependentMetadata</code>  <br /><em>array</em></td>\n<td>Any visitor and account metadata fields used by a custom guide segment.</td>\n</tr>\n<tr>\n<td><code>description</code>  <br /><em>string</em></td>\n<td>The configured guide description.</td>\n</tr>\n<tr>\n<td><code>editorType</code>  <br /><em>string</em></td>\n<td>The designer used to create the guide.</td>\n</tr>\n<tr>\n<td><code>emailState</code>  <br /><em>string</em></td>\n<td>Shows if email delivery is enabled for NPS guides. Empty for all non-NPS guides.</td>\n</tr>\n<tr>\n<td><code>expiresAfter</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch equal to a guides configured expiration date.</td>\n</tr>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the guide.</td>\n</tr>\n<tr>\n<td><code>isModule</code>  <br /><em>boolean</em></td>\n<td>Returns true if the guide is a resource center module.</td>\n</tr>\n<tr>\n<td><code>isMultiStep</code>  <br /><em>boolean</em></td>\n<td>Returns true if guide has multiple steps.</td>\n</tr>\n<tr>\n<td><code>isTopLevel</code>  <br /><em>boolean</em></td>\n<td>Returns true if the guide is the resource center.</td>\n</tr>\n<tr>\n<td><code>isTraining</code>  <br /><em>boolean</em></td>\n<td>Returns true if a guide is an adopt end-user guide.</td>\n</tr>\n<tr>\n<td><code>kind</code>  <br /><em>string</em></td>\n<td>Returns the type of object. Guide for example.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the guide was last updated.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that last updated the guide.</td>\n</tr>\n<tr>\n<td><code>launchMethod</code>  <br /><em>string</em></td>\n<td>Also referred to as the \"activation\" method (api, automatic, badge, dom, and launcher).</td>\n</tr>\n<tr>\n<td><code>name</code>  <br /><em>string</em></td>\n<td>Display name for the guide.</td>\n</tr>\n<tr>\n<td><code>polls</code>  <br /><em>array</em></td>\n<td>Array of objects, one for each poll associated with the guide. See poll object below for more information.</td>\n</tr>\n<tr>\n<td><code>publishedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the guide state was last set to public.</td>\n</tr>\n<tr>\n<td><code>publishedEver</code>  <br /><em>boolean</em></td>\n<td>Returns true if the guide has ever been set to public.</td>\n</tr>\n<tr>\n<td><code>recurrence</code>  <br /><em>number</em></td>\n<td>NPS only. The number of milliseconds equal to the recurrence period of the NPS.</td>\n</tr>\n<tr>\n<td><code>recurrenceEligibilityWindow</code>  <br /><em>number</em></td>\n<td>NPS only. The number of milliseconds equal to the number of days a visitor is eligible when even distribution is enabled (usually 14 days).</td>\n</tr>\n<tr>\n<td><code>redisplay</code>  <br /><em>object</em></td>\n<td>Object containing information pertaining to guide redisplay configuration</td>\n</tr>\n<tr>\n<td><code>resetAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the guide’s data was last reset.</td>\n</tr>\n<tr>\n<td><code>rootVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier of the root entity, which nominally matches the public id field of the guide.</td>\n</tr>\n<tr>\n<td><code>showsAfter</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when a scheduled guide will display</td>\n</tr>\n<tr>\n<td><code>stableVersionId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the current version of the guide.</td>\n</tr>\n<tr>\n<td><code>state</code>  <br /><em>string</em></td>\n<td>The current state of the guide. Values may be published, staged, draft, or disabled. Scheduled guides will show as public with a showsAfter date in the future.</td>\n</tr>\n<tr>\n<td><code>steps</code>  <br /><em>array</em></td>\n<td>Array of objects, one for each step of a multi-step walkthrough guide. See step object below for more information.</td>\n</tr>\n<tr>\n<td><code>translationStates</code>  <br /><em>object</em></td>\n<td>Object containing information pertaining to guide translations</td>\n</tr>\n<tr>\n<td><code>validThrough</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch of the hour the API call was made.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-attributes-object\">The Attributes Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>activation</code>  <br /><em>object</em></td>\n<td>Information about guide activation including type of event and css selector</td>\n</tr>\n<tr>\n<td><code>badge</code>  <br /><em>object</em></td>\n<td>Information about the badge for badge-activated guides</td>\n</tr>\n<tr>\n<td><code>capping</code>  <br /><em>object</em></td>\n<td>Information about the number of times a guide can be seen.</td>\n</tr>\n<tr>\n<td><code>dates</code>  <br /><em>object</em></td>\n<td>The more recent of createdAt or resetAt date in the format used by the translated language.</td>\n</tr>\n<tr>\n<td><code>device</code>  <br /><em>object</em></td>\n<td>Object containing the device types supported by the guide</td>\n</tr>\n<tr>\n<td><code>dom</code>  <br /><em>object</em></td>\n<td>Object containing badge and element-activated guide display settings</td>\n</tr>\n<tr>\n<td><code>email</code>  <br /><em>boolean</em></td>\n<td>NPS Only. Shows if email delivery is enabled for NPS guides. Empty for all non-NPS guides.</td>\n</tr>\n<tr>\n<td><code>isAnnouncement</code>  <br /><em>boolean</em></td>\n<td>Returns true if the guide is a Resource Center announcement.</td>\n</tr>\n<tr>\n<td><code>overrideAutoThrottling</code>  <br /><em>boolean</em></td>\n<td>Returns true if \"Ignore Guide Throttling\" is enabled for the guide.</td>\n</tr>\n<tr>\n<td><code>priority</code>  <br /><em>number</em></td>\n<td>Internal ranking use in conjunction with guide throttling and ordering.</td>\n</tr>\n<tr>\n<td><code>sharedServiceVersion</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td>Classic designer guide type only. All other guides will show \"building-block\".</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-steps-object\">The Steps Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>advanceMethod</code>  <br /><em>string</em></td>\n<td>Returns the steps advance method - button, programatic, or element.</td>\n</tr>\n<tr>\n<td><code>attributes</code>  <br /><em>object</em></td>\n<td>Data used for the agent's handling of the guide step. Contains step properties such as the height, width, autoHeight, position, css, and variables.</td>\n</tr>\n<tr>\n<td><code>confirmationElementPathRule</code>  <br /><em>string</em></td>\n<td>Adopt-specific. The path rule for the Confirmation feature in adopt Studio.</td>\n</tr>\n<tr>\n<td><code>contentType</code>  <br /><em>string</em></td>\n<td>The MIME type text/html or application/javascript of the content of this guide step.</td>\n</tr>\n<tr>\n<td><code>elementContainsRulesList</code>  <br /><em>string</em></td>\n<td>Used in conjunction with elementPathRule if that uses a contains rule</td>\n</tr>\n<tr>\n<td><code>elementPathRule</code>  <br /><em>string</em></td>\n<td>The element path that indicates where the tooltip or badge \"points\" to (blank if not applicable).</td>\n</tr>\n<tr>\n<td><code>guideId</code>  <br /><em>string</em></td>\n<td>ID of the parent guide.</td>\n</tr>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the step.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds when the guide step was last updated.</td>\n</tr>\n<tr>\n<td><code>launchUrl</code>  <br /><em>string</em></td>\n<td>The URL saved in the UI to launch the designer.</td>\n</tr>\n<tr>\n<td><code>name</code>  <br /><em>string</em></td>\n<td>The name of the guide step if one has been entered.</td>\n</tr>\n<tr>\n<td><code>pageId</code>  <br /><em>string</em></td>\n<td>The pageId associated with the step. This will not be included if the step is sitewide.</td>\n</tr>\n<tr>\n<td><code>pollIds</code>  <br /><em>array</em></td>\n<td>A list of pollIds associated with the step.</td>\n</tr>\n<tr>\n<td><code>rank</code>  <br /><em>number</em></td>\n<td>An internal identifier. This does not equate to the step's place in the guide. This is determined by the order within the steps container.</td>\n</tr>\n<tr>\n<td><code>resetAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds when the step's data was last reset.</td>\n</tr>\n<tr>\n<td><code>templateId</code>  <br /><em>string</em></td>\n<td>Classic designer guide templates only. All other guides will show \"building-block-guide\"</td>\n</tr>\n<tr>\n<td><code>thumbnailUrls</code>  <br /><em>array</em></td>\n<td>Thumbnail URLs used for the screenshots.</td>\n</tr>\n<tr>\n<td><code>triggerElementPathRule</code>  <br /><em>string</em></td>\n<td>Adopt-specific. The path rule for the persistent guides feature in adopt Studio.</td>\n</tr>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td>The type of guide step.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"the-polls-object\">The Polls Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>attributes</code>  <br /><em>object</em></td>\n<td>Information about the type and display of the poll.</td>\n</tr>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>The unique identifier for that poll.</td>\n</tr>\n<tr>\n<td><code>idResponses</code>  <br /><em>array</em></td>\n<td>The unique identifiers for each response in picklist and yes/no polls as well as labels for numeric polls.</td>\n</tr>\n<tr>\n<td><code>numericResponses</code>  <br /><em>array</em></td>\n<td>A list of numbers configured in numeric polls.</td>\n</tr>\n<tr>\n<td><code>question</code>  <br /><em>string</em></td>\n<td>The text question associated with the poll. Used as the title of the poll in the UI.</td>\n</tr>\n<tr>\n<td><code>resetAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the poll's data was last reset.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"e8f3a627-a323-4c9c-a850-734256a877bd","name":"guides","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"guides source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guides\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"appId\": -323232,\n            \"appIds\": [\n                -323232\n            ],\n            \"attributes\": {\n                \"activation\": {\n                    \"event\": [\n                        \"mouseover\",\n                        \"click\"\n                    ],\n                    \"inheritStepOne\": true,\n                    \"selector\": \"[href=\\\"anotherPage.html\\\"]\"\n                },\n                \"capping\": {\n                    \"maxImpressions\": 1,\n                    \"maxSessionImpressions\": 1\n                },\n                \"dates\": {\n                    \"en-GB\": \"Jul 31, 2023\",\n                    \"en-US\": \"Jul 31, 2023\",\n                    \"es\": \"jul. 31, 2023\",\n                    \"nl\": \"jul. 31, 2023\"\n                },\n                \"device\": {\n                    \"type\": \"desktop\"\n                },\n                \"dom\": {\n                    \"isOnlyShowOnce\": false,\n                    \"showGuideOnlyOnElementClick\": false\n                },\n                \"elementSelectionType\": \"step1\",\n                \"priority\": 138,\n                \"sharedServiceVersion\": \"4.6.7\",\n                \"type\": \"building-block\"\n            },\n            \"audienceUiHint\": {\n                \"filters\": []\n            },\n            \"authoredLanguage\": \"en-US\",\n            \"createdAt\": 1689612493064,\n            \"createdByUser\": {\n                \"username\": \"z.avala@pendo.io\",\n                \"hasLoggedIn\": true,\n                \"id\": \"5692633674809344\",\n                \"first\": \"Zack\",\n                \"last\": \"Avala\",\n                \"lastLogin\": 1699563317919,\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"visitorIds\": [\n                    \"exampleVisitor\",\n                    \"2abde58cf04d71c1109d9de43c295b1c\"\n                ]\n            },\n            \"currentFirstEligibleToBeSeenAt\": 0,\n            \"dependentMetadata\": [],\n            \"description\": \"\",\n            \"editorType\": \"visualDesignStudio\",\n            \"emailState\": \"\",\n            \"id\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ\",\n            \"isModule\": false,\n            \"isMultiStep\": true,\n            \"isTopLevel\": false,\n            \"isTraining\": false,\n            \"kind\": \"Guide\",\n            \"lastUpdatedAt\": 1699311285844,\n            \"lastUpdatedByUser\": {\n                \"username\": \"z.avala@pendo.io\",\n                \"hasLoggedIn\": true,\n                \"id\": \"5692633674809344\",\n                \"first\": \"Zack\",\n                \"last\": \"Avala\",\n                \"lastLogin\": 1699563317919,\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"visitorIds\": [\n                    \"exampleVisitor\",\n                    \"2abde58cf04d71c1109d9de43c295b1c\"\n                ]\n            },\n            \"launchMethod\": \"dom\",\n            \"name\": \"Tooltip Walkthrough\",\n            \"polls\": [\n                {\n                    \"attributes\": {\n                        \"type\": \"PositiveNegative\"\n                    },\n                    \"id\": \"ywfncxcbsq\",\n                    \"idResponses\": {\n                        \"0\": \"No\",\n                        \"1\": \"Yes\"\n                    },\n                    \"numericResponses\": [\n                        0,\n                        1\n                    ],\n                    \"question\": \"Is this a yes/no question?\",\n                    \"resetAt\": 0\n                }\n            ],\n            \"publishedAt\": 0,\n            \"publishedEver\": false,\n            \"recurrence\": 0,\n            \"recurrenceEligibilityWindow\": 0,\n            \"resetAt\": 0,\n            \"rootVersionId\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ\",\n            \"showsAfter\": 1690776000000,\n            \"stableVersionId\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ-20231106230328.113709075\",\n            \"state\": \"public\",\n            \"steps\": [\n                {\n                    \"advanceMethod\": \"button\",\n                    \"attributes\": {\n                        \"advanceActions\": {\n                            \"elementClick\": true,\n                            \"elementHover\": false\n                        },\n                        \"blockOutUI\": {\n                            \"additionalElements\": \"\",\n                            \"enabled\": false,\n                            \"padding\": {\n                                \"bottom\": 0,\n                                \"left\": 0,\n                                \"right\": 0,\n                                \"top\": 0\n                            }\n                        },\n                        \"css\": \"\",\n                        \"elementSelectionType\": \"step1\",\n                        \"isAutoFocus\": true,\n                        \"layoutDir\": \"right\",\n                        \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\"\n                    },\n                    \"confirmationElementPathRule\": \"\",\n                    \"contentType\": \"text/html; charset=utf-8\",\n                    \"elementPathRule\": \"[href=\\\"locationApi.html\\\"]\",\n                    \"guideId\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ\",\n                    \"id\": \"dnDsXMfqjMvZz30b9hWw3_rO3BM\",\n                    \"lastUpdatedAt\": 1689612963374,\n                    \"launchUrl\": \"http://localhost:8080/index.html\",\n                    \"pageId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n                    \"rank\": 10000000,\n                    \"resetAt\": 0,\n                    \"templateId\": \"building-block-guide\",\n                    \"triggerElementPathRule\": \"\",\n                    \"type\": \"building-block\"\n                },\n                {\n                    \"advanceMethod\": \"\",\n                    \"attributes\": {\n                        \"blockOutUI\": {\n                            \"additionalElements\": \"\",\n                            \"enabled\": false,\n                            \"padding\": {\n                                \"bottom\": 0,\n                                \"left\": 0,\n                                \"right\": 0,\n                                \"top\": 0\n                            }\n                        },\n                        \"isAutoFocus\": true,\n                        \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\"\n                    },\n                    \"confirmationElementPathRule\": \"\",\n                    \"contentType\": \"text/html; charset=utf-8\",\n                    \"elementPathRule\": \"\",\n                    \"guideId\": \"VBzsLOrcKijnvPAZm5KLf4EWkmQ\",\n                    \"id\": \"CbtR_NWIVmsEmufn0LVvjiDVp4A\",\n                    \"lastUpdatedAt\": 1689612963682,\n                    \"pollIds\": [\n                        \"ywfncxcbsq\"\n                    ],\n                    \"rank\": 15000000,\n                    \"resetAt\": 0,\n                    \"templateId\": \"building-block-guide\",\n                    \"triggerElementPathRule\": \"\",\n                    \"type\": \"\"\n                }\n            ],\n            \"translationStates\": {\n                \"en-GB\": {\n                    \"message\": \"\",\n                    \"state\": \"UNTRANSLATED\",\n                    \"stepTranslations\": {\n                        \"CbtR_NWIVmsEmufn0LVvjiDVp4A\": {\n                            \"domHash\": \"2yuM14D94YqZVrjhuFbH0sqBT7Y\",\n                            \"domHash256\": \"o4vkyW_FxhvQ1fDHRshvAg3tqp3FPjKGbAexJjT2evk\",\n                            \"domJsonpHash\": \"OtiI0q2i4nMFe0fnt9v1nFQp2xw\",\n                            \"domJsonpHash256\": \"6YTvAIWmGjHQMKuVpcBIUVdm6tYkDtOf4lHKohDOFF0\",\n                            \"translatedStringIds\": [],\n                            \"translationHash\": \"cABkzyKhWrLg1X0N4oBU6QEVbBw\",\n                            \"untranslatedStringIds\": [\n                                \"1841576a-d98e-49eb-9b8f-58f43fdab852|ariaLabel\",\n                                \"d3ff556b-990f-41b1-9208-e550c08b79bf\",\n                                \"bdfbcaa2-b762-4dfd-bc5a-f9c1307c2e15\",\n                                \"268d504f-69ea-49df-b064-0947a950e74c\",\n                                \"6fd7f332-0a3b-4c39-abc4-d53344dc1fb6\",\n                                \"c570aa14-a5c3-44e4-96c8-0e09505fb2e8\"\n                            ]\n                        },\n                        \"dnDsXMfqjMvZz30b9hWw3_rO3BM\": {\n                            \"domHash\": \"swubODDpn1Uv5cJ5QV1ZhUcoOIM\",\n                            \"domHash256\": \"QPm4P-YBFG5_tNyXBMOoWtI28nhShRjX78n7KeUI3LI\",\n                            \"domJsonpHash\": \"OVgZFVU-6sYfXTLkA8pKz3tYlF4\",\n                            \"domJsonpHash256\": \"vWHM-LW4wl48-IMtf2f5Z_-JPSYW1CZ94KV6HXKbbYg\",\n                            \"translatedStringIds\": [],\n                            \"translationHash\": \"lRVbJcJZH7or19zb_eVf16H7hr4\",\n                            \"untranslatedStringIds\": [\n                                \"7144dd1e-a55b-4bea-b235-fc361b30b331|ariaLabel\",\n                                \"3ea3181d-f741-48b7-a147-d0f1e438de88\"\n                            ]\n                        }\n                    },\n                    \"translationAppliedAt\": \"2023-07-17T17:07:08.404665615Z\",\n                    \"translationObjectName\": \"guide-content/VBzsLOrcKijnvPAZm5KLf4EWkmQ/en-GB.xliff\"\n                }\n            },\n            \"validThrough\": 1699977600000\n        },\n        {\n            \"appId\": -323232,\n            \"appIds\": [\n                -323232\n            ],\n            \"attributes\": {\n                \"dates\": {\n                    \"en-GB\": \"Jan 11, 2021\",\n                    \"en-US\": \"Jan 11, 2021\",\n                    \"es\": \"ene. 11, 2021\"\n                },\n                \"device\": {\n                    \"type\": \"desktop\"\n                },\n                \"priority\": 4,\n                \"sharedServiceVersion\": \"4.8.18\",\n                \"type\": \"building-block\"\n            },\n            \"audienceUiHint\": {\n                \"filters\": []\n            },\n            \"authoredLanguage\": \"en-US\",\n            \"createdAt\": 1605882711145,\n            \"createdByUser\": {\n                \"username\": \"i.kora@pendo.io\",\n                \"hasLoggedIn\": true,\n                \"id\": \"5692633674809344\",\n                \"first\": \"Imelda\",\n                \"last\": \"Kora\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"visitorIds\": [\n                    \"exampleVisitor2\",\n                    \"8f7fd4456b256576eb05f3ddba26b651\"\n                ]\n            },\n            \"currentFirstEligibleToBeSeenAt\": 1670276039371,\n            \"dependentMetadata\": [],\n            \"description\": \"\",\n            \"editorType\": \"visualDesignStudio\",\n            \"emailState\": \"\",\n            \"id\": \"WVolqSGmCu2_lI73GS6wjIsJI8c\",\n            \"isModule\": false,\n            \"isMultiStep\": false,\n            \"isTopLevel\": false,\n            \"isTraining\": false,\n            \"kind\": \"Guide\",\n            \"lastUpdatedAt\": 1699311510007,\n            \"lastUpdatedByUser\": {\n                \"username\": \"i.kora@pendo.io\",\n                \"hasLoggedIn\": true,\n                \"id\": \"5692633674809344\",\n                \"first\": \"Imelda\",\n                \"last\": \"Kora\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"visitorIds\": [\n                    \"exampleVisitor2\",\n                    \"8f7fd4456b256576eb05f3ddba26b651\"\n                ]\n            },\n            \"launchMethod\": \"auto-launcher\",\n            \"name\": \"Single step with two polls\",\n            \"polls\": [\n                {\n                    \"attributes\": {\n                        \"type\": \"FreeForm\"\n                    },\n                    \"id\": \"ichku2zng0j\",\n                    \"question\": \"Please enter any additional comments\",\n                    \"resetAt\": 1610390213441\n                },\n                {\n                    \"attributes\": {\n                        \"display\": \"radio\",\n                        \"type\": \"PickList\"\n                    },\n                    \"id\": \"n48ny1tx5mn\",\n                    \"idResponses\": {\n                        \"000o3po5mxf9lb\": \"Purple\",\n                        \"001zd9bad32mws\": \"Blue\"\n                    },\n                    \"question\": \"What is your favorite color?\",\n                    \"resetAt\": 1610390213441\n                }\n            ],\n            \"publishedAt\": 0,\n            \"publishedEver\": true,\n            \"recurrence\": 0,\n            \"recurrenceEligibilityWindow\": 0,\n            \"resetAt\": 1610390213441,\n            \"rootVersionId\": \"WVolqSGmCu2_lI73GS6wjIsJI8c\",\n            \"stableVersionId\": \"WVolqSGmCu2_lI73GS6wjIsJI8c-20231106225830.031118131\",\n            \"state\": \"staged\",\n            \"steps\": [\n                {\n                    \"advanceMethod\": \"button\",\n                    \"attributes\": {\n                        \"advanceActions\": null,\n                        \"blockOutUI\": {\n                            \"additionalElements\": \"\",\n                            \"enabled\": false,\n                            \"padding\": {\n                                \"bottom\": 0,\n                                \"left\": 0,\n                                \"right\": 0,\n                                \"top\": 0\n                            }\n                        },\n                        \"css\": \"\",\n                        \"elementSelectionType\": \"suggested\",\n                        \"isAutoFocus\": true,\n                        \"themeId\": \"gOxIgj9dTBOcsLW4PSnqhFaxmCQ\"\n                    },\n                    \"confirmationElementPathRule\": \"\",\n                    \"contentType\": \"text/html; charset=utf-8\",\n                    \"elementPathRule\": \"\",\n                    \"guideId\": \"WVolqSGmCu2_lI73GS6wjIsJI8c\",\n                    \"id\": \"tBaJIKRXFeXVVl7QJYDmjqjdXsw\",\n                    \"lastUpdatedAt\": 1698075625044,\n                    \"launchUrl\": \"http://localhost:8080/index.html\",\n                    \"pageId\": \"tEFhE70-_CuQossDwp5XTGW4GHs\",\n                    \"pollIds\": [\n                        \"ichku2zng0j\",\n                        \"n48ny1tx5mn\"\n                    ],\n                    \"rank\": 10000000,\n                    \"resetAt\": 1610390213441,\n                    \"templateId\": \"building-block-guide\",\n                    \"triggerElementPathRule\": \"\",\n                    \"type\": \"building-block\"\n                }\n            ],\n            \"validThrough\": 1699977600000\n        }\n    ]\n}"}],"_postman_id":"e510ca7e-adb9-40d3-8f0a-fcde5f70ac3a"},{"name":"groups","id":"f6861209-2545-45f7-9d8e-723d0da1ec9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"pages source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"groups\": {\n                        \"items\": true\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>groups</code> source returns one row per Product Area defined in your Pendo subscription and contains metadata about that product area. Each product area has a name defined by you during the creation process and a Pendo-generated ID.</p>\n<p>This source also includes information about Guide Category groups. This data can be retrieved with an optional source parameter.</p>\n<p>This source is most frequently used in conjunction with other sources by using the <code>merge</code> operator.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items</code></td>\n<td>By default, the list of associated items (pages, features, etc.) are not returned. Use <code>\"items\": true</code> to include this in the response.</td>\n</tr>\n<tr>\n<td>groupType</td>\n<td>By default, only product area groups are returned. Use <code>\"groupType\": \"guideCategory\"</code> to view guide categories.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>createdByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that created the group.</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the group was created.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedByUser</code>  <br /><em>object</em></td>\n<td>Object containing information related to the user that last updated the group.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The timestamp in milliseconds after the epoch when the group was last updated.</td>\n</tr>\n<tr>\n<td><code>color</code>  <br /><em>string</em></td>\n<td>The color assigned to the group in the UI.</td>\n</tr>\n<tr>\n<td><code>description</code>  <br /><em>string</em></td>\n<td>The description added to the group in the UI.</td>\n</tr>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the group.</td>\n</tr>\n<tr>\n<td><code>length</code>  <br /><em>number</em></td>\n<td>The number of items (pages, features, etc.) associated with the group.</td>\n</tr>\n<tr>\n<td><code>name</code>  <br /><em>string</em></td>\n<td>Display name for the group.</td>\n</tr>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td><code>group</code> (product area) or <code>guideCategory</code></td>\n</tr>\n<tr>\n<td><code>feedbackProductId</code>  <br /><em>string</em></td>\n<td>Unique identifier for group in the Pendo Feedback product.</td>\n</tr>\n<tr>\n<td><code>feedbackVisibility</code>  <br /><em>string</em></td>\n<td>Roles that can view the group in the Pendo Feedback product.</td>\n</tr>\n<tr>\n<td><code>items</code>  <br /><em>array of objects</em></td>\n<td>A list of all items (pages, features, etc. associated with the group. Included when using source parameter <code>\"items\": true.</code></td>\n</tr>\n<tr>\n<td><code>attributes</code>  <br /><em>object</em></td>\n<td>Information about a guide category. Included only when using source parameter <code>\"groupType\": \"guideCategory\"</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"f7d213fd-caa7-4c80-8bb9-e302023c3acc","name":"Product areas","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"pages source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"groups\": {\n                        \"items\": true\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"color\": \".groupColor05\",\n            \"createdAt\": 1605021502038,\n            \"createdByUser\": {\n                \"deletedAt\": 1620995537675,\n                \"first\": \"System\",\n                \"hasLoggedIn\": false,\n                \"id\": \"-42\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"username\": \"--system-user--\"\n            },\n            \"description\": \"\",\n            \"id\": \"_PENDO_DEFAULTGROUP_01_\",\n            \"items\": [\n                {\n                    \"itemId\": \"HkME1Igl7lcpyDgLb57MxXny8yE\",\n                    \"itemType\": \"Page\"\n                },\n                {\n                    \"itemId\": \"Eu3C4ovn1p8FYUbXe4uCR4ehD3E\",\n                    \"itemType\": \"Feature\"\n                }\n            ],\n            \"lastUpdatedAt\": 1674484955993,\n            \"lastUpdatedByUser\": {\n                \"username\": \"i.kora@pendo.io\",\n                \"hasLoggedIn\": true,\n                \"id\": \"5692633674809344\",\n                \"first\": \"Imelda\",\n                \"last\": \"Kora\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"visitorIds\": [\n                    \"exampleVisitor2\",\n                    \"8f7fd4456b256576eb05f3ddba26b651\"\n                ]\n            },\n            \"length\": 2,\n            \"name\": \"Product Area Name\",\n            \"type\": \"group\"\n        }\n    ]\n}"},{"id":"eb63f4f3-5043-4dc4-9899-67ad8531cf0d","name":"Guide categories","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"pages source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"groups\": {\n                        \"items\": true,\n                        \"groupType\": \"guideCategory\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"attributes\": {\n                \"platform\": \"mobile\"\n            },\n            \"color\": \"\",\n            \"createdAt\": 1658963468253,\n            \"createdByUser\": {\n                \"deletedAt\": 1620995537675,\n                \"first\": \"System\",\n                \"hasLoggedIn\": false,\n                \"id\": \"-42\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"username\": \"--system-user--\"\n            },\n            \"description\": \"\",\n            \"id\": \"_PENDO_DEFAULTGUIDECATEGORY_20_\",\n            \"items\": [],\n            \"lastUpdatedAt\": 1658963468253,\n            \"lastUpdatedByUser\": {\n                \"deletedAt\": 1620995537675,\n                \"first\": \"System\",\n                \"hasLoggedIn\": false,\n                \"id\": \"-42\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"username\": \"--system-user--\"\n            },\n            \"length\": 0,\n            \"name\": \"Poll\",\n            \"type\": \"guideCategory\"\n        },\n        {\n            \"attributes\": {\n                \"platform\": \"web\"\n            },\n            \"color\": \"\",\n            \"createdAt\": 1658963468253,\n            \"createdByUser\": {\n                \"deletedAt\": 1620995537675,\n                \"first\": \"System\",\n                \"hasLoggedIn\": false,\n                \"id\": \"-42\",\n                \"last\": \"User\",\n                \"role\": 7,\n                \"userType\": \"normal\",\n                \"username\": \"--system-user--\"\n            },\n            \"description\": \"\",\n            \"id\": \"_PENDO_DEFAULTGUIDECATEGORY_09_\",\n            \"items\": [\n                {\n                    \"itemId\": \"AbAR6rxWF0gn549SkbpHe9R6zOE\",\n                    \"itemType\": \"Guide\"\n                }\n            ],\n            \"lastUpdatedAt\": 1684178263280,\n            \"lastUpdatedByUser\": {\n                \"username\": \"i.kora@pendo.io\",\n                \"hasLoggedIn\": true,\n                \"id\": \"5692633674809344\",\n                \"first\": \"Imelda\",\n                \"last\": \"Kora\",\n                \"role\": 8,\n                \"userType\": \"normal\",\n                \"visitorIds\": [\n                    \"exampleVisitor2\",\n                    \"8f7fd4456b256576eb05f3ddba26b651\"\n                ]\n            },\n            \"length\": 1,\n            \"name\": \"Poll\",\n            \"type\": \"guideCategory\"\n        },\n    ]\n}"}],"_postman_id":"f6861209-2545-45f7-9d8e-723d0da1ec9b"}],"id":"3f5fdb6d-02da-4441-b4d1-75f795ba248c","description":"<p>The following sources interact with the “nouns” within Pendo. These return a current snapshot of the objects named in the source. These sources do not provide historical or event data.</p>\n","_postman_id":"3f5fdb6d-02da-4441-b4d1-75f795ba248c","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Events sources","item":[{"name":"events","id":"fba64dda-4e1d-4822-8334-b2e61345a8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>events</code> source is a grouped source of all events recorded by your Pendo installation in the specified timeSeries. This includes both tagged and untagged page loads and feature clicks as well as behind-the-scenes metadata updates and identify events. It also returns track events in the count if the application setting “Count Track Events Received For A Visitor As Time In Application” is enabled.</p>\n<p>Events are grouped based on a unique combination of fields and then a count (<code>numEvents</code>) and duration (<code>numMinutes</code>) of each combination is added.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n<tr>\n<td><code>blacklist</code></td>\n<td>By default, the source applies any configured exclude list. See above for other options.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional query parameter</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>details=true</code></td>\n<td>When set to true, a details object is returned with the field <code>validThrough</code>, an object whose keys represent the Pendo application ID and whose value is a timestamp that indicates when data was last processed</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>The account ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>analyticsSessionId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the web analytics session active when this event was logged. A session begins when no previous session is active in the browser and ends after 30 minutes of inactivity.</td>\n</tr>\n<tr>\n<td><code>appId</code>  <br /><em>number</em></td>\n<td>The application ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>day</code>  <br /><em>number</em></td>\n<td>When querying with dayRange, the equivalent of midnight of the day in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>hour</code>  <br /><em>number</em></td>\n<td>When querying with hourRange, the equivalent of the top of the hour in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>week</code>  <br /><em>number</em></td>\n<td>Midnight of the Sunday beginning the week containing the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>month</code>  <br /><em>number</em></td>\n<td>Midnight of the first day of the month containing the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>quarter</code>  <br /><em>number</em></td>\n<td>Midnight of the day beginning the calendar quarter containing the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>pageId</code>  <br /><em>string</em></td>\n<td>In the events source, will always return as \"allevents\" or \"allevents-appID\".</td>\n</tr>\n<tr>\n<td><code>numEvents</code>  <br /><em>number</em></td>\n<td>A count of events generated by this group of unique keys.</td>\n</tr>\n<tr>\n<td><code>numMinutes</code>  <br /><em>number</em></td>\n<td>The duration of the events this group of unique keys.</td>\n</tr>\n<tr>\n<td><code>remoteIp</code>  <br /><em>string</em></td>\n<td>The IP address captured at the time of the event(s).</td>\n</tr>\n<tr>\n<td><code>server</code>  <br /><em>string</em></td>\n<td>The server of the URL of the event(s).</td>\n</tr>\n<tr>\n<td><code>userAgent</code>  <br /><em>string</em></td>\n<td>Identifies the browser and operating system of the visitor generating the event(s).</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>The visitor ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>tabId</code>  <br /><em>string</em></td>\n<td>A unique identifier assigned to the window associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>properties</code>  <br /><em>array</em></td>\n<td>In the events source, this will contain any fields configured as historical metadata.</td>\n</tr>\n<tr>\n<td><code>rageClickCount</code>  <br /><em>number</em></td>\n<td>Indicates that a click was part of a series of rapid clicks in a small area, potentially inflating the number of \"legitimate\" clicks.</td>\n</tr>\n<tr>\n<td><code>latitude</code>  <br /><em>number</em></td>\n<td>Approximate latitude based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>longitude</code>  <br /><em>number</em></td>\n<td>Approximate longitude based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>region</code>  <br /><em>string</em></td>\n<td>Geographic region based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>country</code>  <br /><em>string</em></td>\n<td>Country based on remoteIp received.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"f5edc124-4f8d-4be2-8a9f-997ce8d5ee3d","name":"events","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700283600000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1710129600000,\n            \"pageId\": \"allevents\",\n            \"numEvents\": 14,\n            \"numMinutes\": 4,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"oBeteGp96cnyLbeA\",\n            \"rageClickCount\": 0,\n            \"week\": 1710046800000,\n            \"month\": 1709269200000,\n            \"quarter\": 1709269200000,\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"fba64dda-4e1d-4822-8334-b2e61345a8b3"},{"name":"pageEvents","id":"9af41daf-e6f2-4dc2-8031-836922aad09e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pageEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>pageEvents</code> source is a grouped source of all page load events for tagged Pages in the specified <code>timeSeries</code>.</p>\n<p>Events are grouped based on a unique combination of fields and then a count (<code>numEvents</code>) and duration (<code>numMinutes</code>) of each combination is added. If an event matches multiple tagged Pages, it will be counted in each match.</p>\n<p>To include Page metadata such as name or lastUpdated, use the <code>expand</code> operator.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n<tr>\n<td><code>blacklist</code></td>\n<td>By default, the source applies any configured exclude list. See above for other options.</td>\n</tr>\n<tr>\n<td><code>pageId</code></td>\n<td>Enter the unique identifier to return events for a single Page. Do not use in conjunction with <code>appId</code>. Must be specified when using <code>hourRange</code> in the <code>timeSeries</code>. You may specify more than one pageId by using <code>\"pageIds\": [\"pageId1\",\"pageId2\",\"pageIdN\"]</code></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional query parameter</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>details=true</code></td>\n<td>When set to true, a details object is returned with the field <code>validThrough</code>, an object whose keys represent the Pendo application ID and whose value is a timestamp that indicates when data was last processed</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>The account ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>appId</code>  <br /><em>number</em></td>\n<td>The application ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>day</code>  <br /><em>number</em></td>\n<td>When querying with dayRange, the equivalent of midnight of the day in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>hour</code>  <br /><em>number</em></td>\n<td>When querying with hourRange, the equivalent of the top of the hour in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>week</code>  <br /><em>number</em></td>\n<td>Midnight of the Sunday beginning the week containing the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>month</code>  <br /><em>number</em></td>\n<td>Midnight of the first day of the month containing the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>quarter</code>  <br /><em>number</em></td>\n<td>Midnight of the day beginning the calendar quarter containing the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>pageId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the page.</td>\n</tr>\n<tr>\n<td><code>numEvents</code>  <br /><em>number</em></td>\n<td>A count of page load events attributed to this row of unique keys.</td>\n</tr>\n<tr>\n<td><code>numMinutes</code>  <br /><em>number</em></td>\n<td>The duration of the events for this row of unique keys. This number includes time attributed to both page load and feature click events.</td>\n</tr>\n<tr>\n<td><code>remoteIp</code>  <br /><em>string</em></td>\n<td>The IP address captured at the time of the event(s).</td>\n</tr>\n<tr>\n<td><code>server</code>  <br /><em>string</em></td>\n<td>The server of the URL of the event(s).</td>\n</tr>\n<tr>\n<td><code>userAgent</code>  <br /><em>string</em></td>\n<td>Identifies the browser and operating system of the visitor generating the event(s).</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>The visitor ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>tabId</code>  <br /><em>string</em></td>\n<td>A unique identifier assigned to the window associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>rageClickCount</code>  <br /><em>number</em></td>\n<td>Indicates that a click was part of a series of rapid clicks in a small area, potentially inflating the number of \"legitimate\" clicks.</td>\n</tr>\n<tr>\n<td><code>properties</code>  <br /><em>array</em></td>\n<td>In the pageEvents source, this will contain any fields configured as historical metadata.</td>\n</tr>\n<tr>\n<td><code>parameters</code>  <br /><em>object</em></td>\n<td>If configured, the page parameter captured for the event(s).</td>\n</tr>\n<tr>\n<td><code>latitude</code>  <br /><em>number</em></td>\n<td>Approximate latitude based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>longitude</code>  <br /><em>number</em></td>\n<td>Approximate longitude based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>region</code>  <br /><em>string</em></td>\n<td>Geographic region based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>country</code>  <br /><em>string</em></td>\n<td>Country based on remoteIp received.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"89166108-6b05-41a4-84ac-6228422b6e16","name":"pageEvents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pageEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700283600000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1710129600000,\n            \"pageId\": \"YuFVu8aC2SEbV4S1wcBdtKN7sIg\",\n            \"numEvents\": 14,\n            \"numMinutes\": 4,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"oBeteGp96cnyLbeA\",\n            \"rageClickCount\": 0,\n            \"week\": 1710046800000,\n            \"month\": 1709269200000,\n            \"quarter\": 1709269200000,\n            \"parameters\": {\n                \"parameter\": \"pageParameterCollected\"\n            },\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"9af41daf-e6f2-4dc2-8031-836922aad09e"},{"name":"featureEvents","id":"a26da609-62d0-43ea-814b-956551f2abeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"featureEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>featureEvents</code> source is a grouped source of all click events for tagged Features in the specified <code>timeSeries</code>.</p>\n<p>Events are grouped based on a unique combination of fields and then a count (<code>numEvents</code>) and duration (<code>numMinutes</code>) of each combination is added. If an event matches multiple tagged Features, it will be counted in each match.</p>\n<p>To include Feature metadata such as <code>name</code> or <code>lastUpdated</code>, use the <code>expand</code> operator.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n<tr>\n<td><code>blacklist</code></td>\n<td>By default, the source applies any configured exclude list. See above for other options.</td>\n</tr>\n<tr>\n<td><code>featureId</code></td>\n<td>Enter the unique identifier to return events for a single Feature. Do not use in conjunction with <code>appId</code>. Must be specified when using <code>hourRange</code> in the <code>timeSeries</code>. You may specify more than one featureId by using <code>\"featureIds\": [\"featureId1\",\"featureId2\",\"featureIdN\"]</code></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional query parameter</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>details=true</code></td>\n<td>When set to true, a details object is returned with the field <code>validThrough</code>, an object whose keys represent the Pendo application ID and whose value is a timestamp that indicates when data was last processed</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>The account ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>appId</code>  <br /><em>number</em></td>\n<td>The application ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>day</code>  <br /><em>number</em></td>\n<td>When querying with dayRange, the equivalent of midnight of the day in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>hour</code>  <br /><em>number</em></td>\n<td>When querying with hourRange, the equivalent of the top of the hour in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>week</code>  <br /><em>number</em></td>\n<td>Midnight of the Sunday beginning the week containing the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>month</code>  <br /><em>number</em></td>\n<td>Midnight of the first day of the month containing the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>quarter</code>  <br /><em>number</em></td>\n<td>Midnight of the day beginning the calendar quarter containing the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>featureId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the feature.</td>\n</tr>\n<tr>\n<td><code>numEvents</code>  <br /><em>number</em></td>\n<td>A count of events generated by this group of unique keys.</td>\n</tr>\n<tr>\n<td><code>numMinutes</code>  <br /><em>number</em></td>\n<td>The duration of the events this group of unique keys.</td>\n</tr>\n<tr>\n<td><code>remoteIp</code>  <br /><em>string</em></td>\n<td>The IP address captured at the time of the event(s).</td>\n</tr>\n<tr>\n<td><code>server</code>  <br /><em>string</em></td>\n<td>The server of the URL of the event(s).</td>\n</tr>\n<tr>\n<td><code>userAgent</code>  <br /><em>string</em></td>\n<td>Identifies the browser and operating system of the visitor generating the event(s).</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>The visitor ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>tabId</code>  <br /><em>string</em></td>\n<td>A unique identifier assigned to the window associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>rageClickCount</code>  <br /><em>number</em></td>\n<td>Indicates that a click was part of a series of rapid clicks in a small area, potentially inflating the number of \"legitimate\" clicks.</td>\n</tr>\n<tr>\n<td><code>properties</code>  <br /><em>array</em></td>\n<td>In the featureEvents source, this will contain any fields configured as historical metadata as well as any click event properties configured.</td>\n</tr>\n<tr>\n<td><code>latitude</code>  <br /><em>number</em></td>\n<td>Approximate latitude based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>longitude</code>  <br /><em>number</em></td>\n<td>Approximate longitude based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>region</code>  <br /><em>string</em></td>\n<td>Geographic region based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>country</code>  <br /><em>string</em></td>\n<td>Country based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>parameters</code>  <br /><em>object</em></td>\n<td>If configured, the page parameter captured for the event(s). Applicable only to page-specific features.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"f60075ec-6404-44f1-9939-89ff2762dfaf","name":"featureEvents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"featureEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700283600000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1710129600000,\n            \"featureId\": \"YuFVu8aC2SEbV4S1wcBdtKN7sIg\",\n            \"numEvents\": 14,\n            \"numMinutes\": 4,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"oBeteGp96cnyLbeA\",\n            \"rageClickCount\": 0,\n            \"week\": 1710046800000,\n            \"month\": 1709269200000,\n            \"quarter\": 1709269200000,\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                },\n                \"innertext\": \"this is a click event property\"\n            },\n            \"parameters\": {\n                \"parameter\": \"page parameter value\"\n            },\n        }\n    ]\n}"}],"_postman_id":"a26da609-62d0-43ea-814b-956551f2abeb"},{"name":"trackEvents","id":"97927543-0222-42b9-93a2-0775d2c62e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"trackEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>trackEvents</code> source is a grouped source of all track events received in the specified timeSeries.</p>\n<p>Events are grouped based on a unique combination of fields and then a count (<code>numEvents</code>) and duration (<code>numMinutes</code>) of each combination is added.</p>\n<p>To include trackType metadata such as <code>name</code> or <code>lastUpdated</code>, use the <code>expand</code> operator.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n<tr>\n<td><code>blacklist</code></td>\n<td>By default, the source applies any configured exclude list. See above for other options.</td>\n</tr>\n<tr>\n<td><code>trackTypeId</code></td>\n<td>Enter the unique identifier to return events for a single trackType. Do not use in conjunction with <code>appId</code>. Must be specified when using <code>hourRange</code> in the <code>timeSeries</code>. You may specify more than one trackTypeId by using <code>\"trackTypeIds\": [\"trackTypeId1\",\"trackTypeId2\",\"trackTypeIdN\"]</code></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional query parameter</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>details=true</code></td>\n<td>When set to true, a details object is returned with the field <code>validThrough</code>, an object whose keys represent the Pendo application ID and whose value is a timestamp that indicates when data was last processed</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>The account ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>appId</code>  <br /><em>number</em></td>\n<td>The application ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>day</code>  <br /><em>number</em></td>\n<td>When querying with dayRange, the equivalent of midnight of the day in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>hour</code>  <br /><em>number</em></td>\n<td>When querying with hourRange, the equivalent of the top of the hour in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>trackTypeId</code>  <br /><em>string</em></td>\n<td>The unique identifier for the track event.</td>\n</tr>\n<tr>\n<td><code>numEvents</code>  <br /><em>number</em></td>\n<td>A count of events generated by this group of unique keys.</td>\n</tr>\n<tr>\n<td><code>numMinutes</code>  <br /><em>number</em></td>\n<td>The duration of the events this group of unique keys.</td>\n</tr>\n<tr>\n<td><code>remoteIp</code>  <br /><em>string</em></td>\n<td>The IP address captured at the time of the event(s).</td>\n</tr>\n<tr>\n<td><code>server</code>  <br /><em>string</em></td>\n<td>The server of the URL of the event(s). Server-side track events will return <code>__apitrackevent__</code></td>\n</tr>\n<tr>\n<td><code>userAgent</code>  <br /><em>string</em></td>\n<td>Identifies the browser and operating system of the visitor generating the event(s).</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>The visitor ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>tabId</code>  <br /><em>string</em></td>\n<td>A unique identifier assigned to the window associated with the event(s). Client-side events only.</td>\n</tr>\n<tr>\n<td><code>properties</code>  <br /><em>array</em></td>\n<td>In the trackEvents source, this will contain any fields configured as historical metadata (client-side events only) as well as any track event properties configured.</td>\n</tr>\n<tr>\n<td><code>latitude</code>  <br /><em>number</em></td>\n<td>Approximate latitude based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>longitude</code>  <br /><em>number</em></td>\n<td>Approximate longitude based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>region</code>  <br /><em>string</em></td>\n<td>Geographic region based on remoteIp received.</td>\n</tr>\n<tr>\n<td><code>country</code>  <br /><em>string</em></td>\n<td>Country based on remoteIp received.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"93b91852-d56d-4d60-bc3f-7a5190c8672f","name":"trackEvents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"trackEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700283600000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1701320400000,\n            \"trackTypeId\": \"YhTQ-PsK16B0zZW2WJpAa9Sa-s0\",\n            \"numEvents\": 1,\n            \"numMinutes\": 1,\n            \"remoteIp\": \"1.1.2.3\",\n            \"server\": \"__apitrackevent__\",\n            \"userAgent\": \"Chrome/65.0.3325.181\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"\",\n            \"properties\": {\n                \"propertyName\": \"This is an example of a server side track event\"\n            }\n        },\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1701234000000,\n            \"trackTypeId\": \"rKgWi9Yyftug3TxddoPyeue40AE\",\n            \"numEvents\": 1,\n            \"numMinutes\": 1,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"xQGmVK3ugLjaeKqW\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                },\n                \"propertyName\": \"This is a client-side track event.\"\n            }\n        }\n    ]\n}"}],"_postman_id":"97927543-0222-42b9-93a2-0775d2c62e1e"},{"name":"guideEvents","id":"7b6aa7b0-117d-478b-942b-c339196e636d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guideEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>guideEvents</code> source is an ungrouped source that returns all guide events received in the specified <code>timeSeries</code>.</p>\n<p>To include guide metadata, such as <code>name</code> or <code>lastUpdated</code>, use the <code>merge</code> operator.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n<tr>\n<td><code>blacklist</code></td>\n<td>By default, the source applies any configured exclude list. See above for other options.</td>\n</tr>\n<tr>\n<td><code>guideId</code></td>\n<td>Enter the unique identifier to return events for a single Guide.</td>\n</tr>\n<tr>\n<td><code>guideStepId</code></td>\n<td>Enter the unique identifier to return events for a single Guide step. Must include <code>guideId</code> when specifying this.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountIds</code>  <br /><em>list</em></td>\n<td>The account IDs associated with the event.</td>\n</tr>\n<tr>\n<td><code>browserTime</code>  <br /><em>number</em></td>\n<td>The timestamp of the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>country</code>  <br /><em>string</em></td>\n<td>Geolocation data determined using <code>remoteIp</code>.</td>\n</tr>\n<tr>\n<td><code>elementPath</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>eventId</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td>The type of guide event. See table below.</td>\n</tr>\n<tr>\n<td><code>guideId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the guide.</td>\n</tr>\n<tr>\n<td><code>guideSeenReason</code>  <br /><em>string</em></td>\n<td>Information on how and why the guide was shown. For guideTimeout, this indicates why the guide timed out.</td>\n</tr>\n<tr>\n<td><code>guideStepId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the guide step.</td>\n</tr>\n<tr>\n<td><code>destinationStepId</code>  <br /><em>string</em></td>\n<td>guideAdvanced only. The guideStepId for the next step to be seen.</td>\n</tr>\n<tr>\n<td><code>guideStepPollTypes</code>  <br /><em>array</em></td>\n<td>A list of poll types on the guide step.</td>\n</tr>\n<tr>\n<td><code>guideTimestamp</code>  <br /><em>number</em></td>\n<td>Equivalent to <code>browserTime</code>.</td>\n</tr>\n<tr>\n<td><code>language</code>  <br /><em>string</em></td>\n<td>The language setting of the guide seen.</td>\n</tr>\n<tr>\n<td><code>latitude</code>  <br /><em>number</em></td>\n<td>Geolocation data determined using <code>remoteIp</code>.</td>\n</tr>\n<tr>\n<td><code>loadTime</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>longitude</code>  <br /><em>number</em></td>\n<td>Geolocation data determined using <code>remoteIp</code>.</td>\n</tr>\n<tr>\n<td><code>oldVisitorId</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>region</code>  <br /><em>string</em></td>\n<td>Geolocation data determined using <code>remoteIp</code>.</td>\n</tr>\n<tr>\n<td><code>remoteIp</code>  <br /><em>string</em></td>\n<td>The IP address captured at the time of the event.</td>\n</tr>\n<tr>\n<td><code>serverName</code>  <br /><em>string</em></td>\n<td>The server of the URL of the event.</td>\n</tr>\n<tr>\n<td><code>tabId</code>  <br /><em>string</em></td>\n<td>A unique identifier assigned to the window associated with the event.</td>\n</tr>\n<tr>\n<td><code>title</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>url</code>  <br /><em>string</em></td>\n<td>The url on which the event occurred.</td>\n</tr>\n<tr>\n<td><code>userAgent</code>  <br /><em>string</em></td>\n<td>Identifies the browser and operating system of the visitor generating the event.</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>The visitor ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>appId</code>  <br /><em>number</em></td>\n<td>The application ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>The account ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>properties</code>  <br /><em>array</em></td>\n<td>Fields configured as historical metadata.</td>\n</tr>\n<tr>\n<td><code>uiElementId</code>  <br /><em>array</em></td>\n<td>guideActivity only. The id of the element generating the activity.</td>\n</tr>\n<tr>\n<td><code>uiElementType</code>  <br /><em>array</em></td>\n<td>guideActivity only. The type of element generating the activity.</td>\n</tr>\n<tr>\n<td><code>uiElementText</code>  <br /><em>array</em></td>\n<td>guideActivity only. The text contained within the element generating the activity.</td>\n</tr>\n<tr>\n<td><code>uiElementActions</code>  <br /><em>array</em></td>\n<td>guideActivity only. The type of activity.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>guideEvent type attributes</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>guideSeen</code></td>\n<td>The guide is displayed to a visitor.</td>\n</tr>\n<tr>\n<td><code>guideActivity</code></td>\n<td>The visitor interacts with one of the guide elements such as clicking a button to advance to the next step or submit a poll.</td>\n</tr>\n<tr>\n<td><code>guideAdvanced</code></td>\n<td>The guide attempts to advance to the next step. Usually follows a guideActivity event and is followed by a guideSeen event for the next step.</td>\n</tr>\n<tr>\n<td><code>guideDismissed</code></td>\n<td>The active guide is dismissed. Usually follows a guideActivity event.</td>\n</tr>\n<tr>\n<td><code>guideTimeout</code></td>\n<td>The agent attempts to show the guide but cannot due to missing elements, page mismatches, or network issues.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"d25627b7-abea-4b7e-a025-0a00f7bb23cd","name":"guideEvents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guideEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700283600000,\n    \"results\": [\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1701354707504,\n            \"country\": \"US\",\n            \"elementPath\": \"BODY\",\n            \"eventId\": \"\",\n            \"type\": \"guideSeen\",\n            \"guideId\": \"AbAR6rxWF0gn549SkbpHe9R6zOE\",\n            \"guideSeenReason\": \"badge\",\n            \"guideStepId\": \"MsJ5dCUaAV1g_WbejhUHJkPqxe4\",\n            \"guideStepPollTypes\": [\n                \"PickList\"\n            ],\n            \"guideTimestamp\": 1701354707504,\n            \"language\": \"en-US\",\n            \"latitude\": 37.24804,\n            \"loadTime\": 0,\n            \"longitude\": -115.800155,\n            \"oldVisitorId\": \"lang:en-US reason:badge\",\n            \"recordingSessionId\": \"srTAM0jnopWNR4kn!\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"srTAM0jnopWNR4kn\",\n            \"title\": \"xxxxxxxxxxxxx\",\n            \"url\": \"http://localhost:8080/url.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"appId\": -323232,\n            \"accountId\": \"exampleAccount\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        },\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1701354716711,\n            \"country\": \"US\",\n            \"elementPath\": \"BODY\",\n            \"eventId\": \"\",\n            \"type\": \"guideActivity\",\n            \"guideId\": \"AbAR6rxWF0gn549SkbpHe9R6zOE\",\n            \"guideStepId\": \"MsJ5dCUaAV1g_WbejhUHJkPqxe4\",\n            \"guideTimestamp\": 1701354716711,\n            \"language\": \"en-US\",\n            \"latitude\": 37.24804,\n            \"loadTime\": 0,\n            \"longitude\": -115.800155,\n            \"oldVisitorId\": \"lang:en-US elementid:pendo-button-fef96d9c elementtype:BUTTON elementtext:U3VibWl0 elementactions:W3siYWN0aW9uIjoic3VibWl0UG9sbCJ9XQ==\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"srTAM0jnopWNR4kn\",\n            \"title\": \"xxxxxxxxxxxxx\",\n            \"uiElementId\": \"pendo-button-fef96d9c\",\n            \"uiElementType\": \"BUTTON\",\n            \"uiElementText\": \"Submit\",\n            \"uiElementActions\": \"[{\\\"action\\\":\\\"submitPoll\\\"}]\",\n            \"url\": \"http://localhost:8080/url.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"appId\": -323232,\n            \"accountId\": \"exampleAccount\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        },\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1701354716714,\n            \"country\": \"US\",\n            \"elementPath\": \"BODY\",\n            \"eventId\": \"\",\n            \"type\": \"guideAdvanced\",\n            \"guideId\": \"AbAR6rxWF0gn549SkbpHe9R6zOE\",\n            \"guideSeenReason\": \"badge\",\n            \"guideStepId\": \"MsJ5dCUaAV1g_WbejhUHJkPqxe4\",\n            \"guideTimestamp\": 1701354716714,\n            \"language\": \"en-US\",\n            \"latitude\": 37.24804,\n            \"loadTime\": 0,\n            \"longitude\": -115.800155,\n            \"oldVisitorId\": \"lang:en-US reason:badge\",\n            \"recordingSessionId\": \"srTAM0jnopWNR4kn!\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"srTAM0jnopWNR4kn\",\n            \"title\": \"xxxxxxxxxxxxx\",\n            \"url\": \"http://localhost:8080/url.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"appId\": -323232,\n            \"accountId\": \"exampleAccount\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        },\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1701356773989,\n            \"country\": \"US\",\n            \"elementPath\": \"BODY\",\n            \"eventId\": \"\",\n            \"type\": \"guideSeen\",\n            \"guideId\": \"AbAR6rxWF0gn549SkbpHe9R6zOE\",\n            \"guideSeenReason\": \"badge\",\n            \"guideStepId\": \"MsJ5dCUaAV1g_WbejhUHJkPqxe4\",\n            \"guideStepPollTypes\": [\n                \"PickList\"\n            ],\n            \"guideTimestamp\": 1701356773989,\n            \"language\": \"en-US\",\n            \"latitude\": 37.24804,\n            \"loadTime\": 0,\n            \"longitude\": -115.800155,\n            \"oldVisitorId\": \"lang:en-US reason:badge\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"n6uLO1uPJ1XYlnaG\",\n            \"title\": \"xxxxxxxxxxxxx\",\n            \"url\": \"http://localhost:8080/url.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"appId\": -323232,\n            \"accountId\": \"exampleAccount\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        },\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1701795614722,\n            \"country\": \"US\",\n            \"elementPath\": \"BODY\",\n            \"eventId\": \"\",\n            \"type\": \"guideSeen\",\n            \"guideId\": \"Ak7nzgVPIzEA96oiEcx5VgbT968\",\n            \"guideSeenReason\": \"auto\",\n            \"guideStepId\": \"yjO4CEayw-F1UtZt87MKMKFMbjk\",\n            \"guideTimestamp\": 1701795614722,\n            \"language\": \"en-US\",\n            \"latitude\": 37.24804,\n            \"loadTime\": 0,\n            \"longitude\": -115.800155,\n            \"oldVisitorId\": \"lang:en-US reason:auto\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"uwSYYwkB2zeDfkPm\",\n            \"title\": \"xxxxxxxxxxxxx\",\n            \"url\": \"http://localhost:8080/url.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"appId\": -323232,\n            \"accountId\": \"exampleAccount\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        },\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1701795618140,\n            \"country\": \"US\",\n            \"elementPath\": \"BODY\",\n            \"eventId\": \"\",\n            \"type\": \"guideDismissed\",\n            \"guideId\": \"Ak7nzgVPIzEA96oiEcx5VgbT968\",\n            \"guideSeenReason\": \"auto\",\n            \"guideStepId\": \"yjO4CEayw-F1UtZt87MKMKFMbjk\",\n            \"guideTimestamp\": 1701795618140,\n            \"language\": \"en-US\",\n            \"latitude\": 37.24804,\n            \"loadTime\": 0,\n            \"longitude\": -115.800155,\n            \"oldVisitorId\": \"lang:en-US reason:auto\",\n            \"recordingSessionId\": \"uwSYYwkB2zeDfkPm!\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"uwSYYwkB2zeDfkPm\",\n            \"title\": \"xxxxxxxxxxxxx\",\n            \"url\": \"http://localhost:8080/url.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"appId\": -323232,\n            \"accountId\": \"exampleAccount\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        },\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1701795562197,\n            \"country\": \"US\",\n            \"elementPath\": \"BODY\",\n            \"eventId\": \"\",\n            \"type\": \"guideTimeout\",\n            \"guideId\": \"9frtc6zIvFZERfX8T2fSwTx5L90\",\n            \"guideSeenReason\": \"element\",\n            \"guideSeenTimeoutLength\": 10000,\n            \"guideStepId\": \"bes93GJQk8T2CQBfr21BCZycIYs\",\n            \"guideTimestamp\": 1701795562197,\n            \"language\": \"en-US\",\n            \"latitude\": 37.24804,\n            \"loadTime\": 0,\n            \"longitude\": -115.800155,\n            \"oldVisitorId\": \"lang:en-US reason:element timeout:10000\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"uwSYYwkB2zeDfkPm\",\n            \"title\": \"xxxxxxxxxxxxx\",\n            \"url\": \"http://localhost:8080/url.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"appId\": -323232,\n            \"accountId\": \"exampleAccount\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"7b6aa7b0-117d-478b-942b-c339196e636d"},{"name":"guidesSeen","id":"a2ea43c2-dd62-4f68-954c-97fe7d92567a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guidesSeen\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>guidesSeen</code> source is an “all-time” source that returns the visitors that have last seen the specified Guide within the timeSeries. <strong>A visitor is only returned if their most recent viewing of the guide is within the time series given</strong>.</p>\n<p>To include guide metadata, such as <code>name</code> or <code>lastUpdated</code>, use the <code>merge</code> operator.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n<tr>\n<td><code>blacklist</code></td>\n<td>By default, the source applies any configured exclude list. See above for other options.</td>\n</tr>\n<tr>\n<td><code>guideId</code></td>\n<td>Enter the unique identifier to return events for a single Guide.</td>\n</tr>\n<tr>\n<td><code>guideStepId</code></td>\n<td>Enter the unique identifier to return events for a single Guide step. Must include <code>guideId</code> when specifying this.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>guideId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the guide.</td>\n</tr>\n<tr>\n<td><code>guideStepId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the guide step.</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>The visitor ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>firstSeenAt</code>  <br /><em>number</em></td>\n<td>The time the guide was first seen by the visitor in milliseconds after the epoch.</td>\n</tr>\n<tr>\n<td><code>lastAdvancedAutoAt</code>  <br /><em>number</em></td>\n<td>If lastState = advanced, the timestamp of that event in milliseconds after the epoch.</td>\n</tr>\n<tr>\n<td><code>lastDismissedAutoAt</code>  <br /><em>number</em></td>\n<td>The last time the guide was dismissed in milliseconds after the epoch.</td>\n</tr>\n<tr>\n<td><code>lastNotSeenAt</code>  <br /><em>number</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>lastSeenAt</code>  <br /><em>number</em></td>\n<td>The time of the last guideSeen event in milliseconds after the epoch.</td>\n</tr>\n<tr>\n<td><code>lastTimeoutAt</code>  <br /><em>number</em></td>\n<td>The time of the last guideTimeout in milliseconds after the epoch.</td>\n</tr>\n<tr>\n<td><code>seenCount</code>  <br /><em>number</em></td>\n<td>The number of times the guide has been seen.</td>\n</tr>\n<tr>\n<td><code>lastState</code>  <br /><em>string</em></td>\n<td>The last state of the guide for the visitor.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"a2a8dc73-ce37-4097-b06b-e48aef28e05a","name":"guidesSeen","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guidesSeen\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700283600000,\n    \"results\": [\n        {\n            \"firstSeenAt\": 1701478937615,\n            \"guideId\": \"sjI54479uXwzESt6CXZxNp94CMs\",\n            \"guideStepId\": \"CNtWGAYo-B6K12Va4OoOOEvhBIo\",\n            \"lastAdvancedAutoAt\": 0,\n            \"lastDismissedAutoAt\": 1701478945239,\n            \"lastNotSeenAt\": 0,\n            \"lastSeenAt\": 1701478945239,\n            \"lastState\": \"dismissed\",\n            \"lastTimeoutAt\": 0,\n            \"seenCount\": 1,\n            \"visitorId\": \"exampleVisitor\"\n        },\n        {\n            \"firstSeenAt\": 1701478964771,\n            \"guideId\": \"sjI54479uXwzESt6CXZxNp94CMs\",\n            \"guideStepId\": \"CNtWGAYo-B6K12Va4OoOOEvhBIo\",\n            \"lastAdvancedAutoAt\": 0,\n            \"lastDismissedAutoAt\": 0,\n            \"lastNotSeenAt\": 0,\n            \"lastSeenAt\": 1701478964771,\n            \"lastState\": \"active\",\n            \"lastTimeoutAt\": 0,\n            \"seenCount\": 1,\n            \"visitorId\": \"exampleVisitor1\"\n        },\n        {\n            \"firstSeenAt\": 1690472788703,\n            \"guideId\": \"9frtc6zIvFZERfX8T2fSwTx5L90\",\n            \"guideStepId\": \"bes93GJQk8T2CQBfr21BCZycIYs\",\n            \"lastAdvancedAutoAt\": 0,\n            \"lastDismissedAutoAt\": 0,\n            \"lastNotSeenAt\": 0,\n            \"lastSeenAt\": 1701790582223,\n            \"lastState\": \"dismissed\",\n            \"lastTimeoutAt\": 1701795562197,\n            \"seenCount\": 14,\n            \"visitorId\": \"exampleVisitor\"\n        },\n        {\n            \"firstSeenAt\": 1690471750723,\n            \"guideId\": \"RcY4GFvdGhy_THowrfwtjS5d9MI\",\n            \"guideStepId\": \"82SFXU-LS-SHM1RUxGH7VwvqtGA\",\n            \"lastAdvancedAutoAt\": 1690472786154,\n            \"lastDismissedAutoAt\": 0,\n            \"lastNotSeenAt\": 0,\n            \"lastSeenAt\": 1701791852703,\n            \"lastState\": \"advanced\",\n            \"lastTimeoutAt\": 0,\n            \"seenCount\": 5,\n            \"visitorId\": \"exampleVisitor\"\n        }\n    ]\n}"}],"_postman_id":"a2ea43c2-dd62-4f68-954c-97fe7d92567a"},{"name":"guidesSeenEver","id":"b2d6d780-30e5-4c28-b061-915db3b52858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guidesSeenEver\": null\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>guidesSeenEver</code> source is a broader summary of guide events and returns the visitors that have seen the specified guide at any time in the subscription’s history. This source does not require a <code>timeSeries</code>.</p>\n<p>The <code>guidesSeenEver</code> source takes the same parameters and returns the same response attributes as <code>guidesSeen</code> above.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"413bfdf6-dc0b-42b0-bd34-0c0ce11a1851","name":"guidesSeenEver","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guidesSeenEver\": null\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"firstSeenAt\": 1701478937615,\n            \"guideId\": \"sjI54479uXwzESt6CXZxNp94CMs\",\n            \"guideStepId\": \"CNtWGAYo-B6K12Va4OoOOEvhBIo\",\n            \"lastAdvancedAutoAt\": 0,\n            \"lastDismissedAutoAt\": 1701478945239,\n            \"lastNotSeenAt\": 0,\n            \"lastSeenAt\": 1701478945239,\n            \"lastState\": \"dismissed\",\n            \"lastTimeoutAt\": 0,\n            \"seenCount\": 1,\n            \"visitorId\": \"exampleVisitor\"\n        }\n    ]\n}"}],"_postman_id":"b2d6d780-30e5-4c28-b061-915db3b52858"},{"name":"pollEvents","id":"a6ff15d6-f989-4c11-b7a7-1de0f1577306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pollEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>pollEvents</code> source is an ungrouped source that returns all poll responses received in the specified <code>timeSeries</code>.</p>\n<p>To include guide and poll metadata, such as the poll question, use the <code>merge</code> operator with the <code>guides</code> source.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n<tr>\n<td><code>blacklist</code></td>\n<td>By default, the source applies any configured exclude list. See above for other options.</td>\n</tr>\n<tr>\n<td><code>guideId</code></td>\n<td>Enter the unique identifier to return events for a single Guide.</td>\n</tr>\n<tr>\n<td><code>pollId</code></td>\n<td>Enter the unique identifier to return events for a single Poll. Must include <code>guideId</code> when specifying this.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountIds</code>  <br /><em>list</em></td>\n<td>The account IDs associated with the event.</td>\n</tr>\n<tr>\n<td><code>browserTime</code>  <br /><em>number</em></td>\n<td>The timestamp of the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>country</code>  <br /><em>string</em></td>\n<td>Geolocation data determined using <code>remoteIp</code>.</td>\n</tr>\n<tr>\n<td><code>elementPath</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>eventId</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td>The type of event.</td>\n</tr>\n<tr>\n<td><code>guideId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the guide.</td>\n</tr>\n<tr>\n<td><code>guideStepId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the guide step.</td>\n</tr>\n<tr>\n<td><code>guideTimestamp</code>  <br /><em>number</em></td>\n<td>Equivalent to <code>browserTime</code>.</td>\n</tr>\n<tr>\n<td><code>language</code>  <br /><em>string</em></td>\n<td>The language setting of the guide seen.</td>\n</tr>\n<tr>\n<td><code>latitude</code>  <br /><em>number</em></td>\n<td>Geolocation data determined using <code>remoteIp</code>.</td>\n</tr>\n<tr>\n<td><code>loadTime</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>longitude</code>  <br /><em>number</em></td>\n<td>Geolocation data determined using <code>remoteIp</code>.</td>\n</tr>\n<tr>\n<td><code>pollId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the poll.</td>\n</tr>\n<tr>\n<td><code>pollType</code>  <br /><em>string</em></td>\n<td>The type of poll.</td>\n</tr>\n<tr>\n<td><code>region</code>  <br /><em>string</em></td>\n<td>Geolocation data determined using <code>remoteIp</code>.</td>\n</tr>\n<tr>\n<td><code>remoteIp</code>  <br /><em>string</em></td>\n<td>The IP address captured at the time of the event.</td>\n</tr>\n<tr>\n<td><code>serverName</code>  <br /><em>string</em></td>\n<td>The server of the URL of the event.</td>\n</tr>\n<tr>\n<td><code>tabId</code>  <br /><em>string</em></td>\n<td>A unique identifier assigned to the window associated with the event.</td>\n</tr>\n<tr>\n<td><code>title</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>url</code>  <br /><em>string</em></td>\n<td>The url on which the event occurred.</td>\n</tr>\n<tr>\n<td><code>userAgent</code>  <br /><em>string</em></td>\n<td>Identifies the browser and operating system of the visitor generating the event.</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>The visitor ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>appId</code>  <br /><em>number</em></td>\n<td>The application ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>The account ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>pollResponse</code>  <br /><em>string</em></td>\n<td>The submitted poll response. For some poll types such as Picklist, it will be a unique identifier choice. Merge with the <code>guides</code> source to find the configured text.</td>\n</tr>\n<tr>\n<td><code>oldVisitorId</code>  <br /><em>string</em></td>\n<td>Internal Pendo use.</td>\n</tr>\n<tr>\n<td><code>properties</code>  <br /><em>array</em></td>\n<td>Fields configured as historical metadata.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"638c683e-6bc5-4ea1-8d03-1e21091f01f8","name":"pollEvents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pollEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1694232000000,\n    \"results\": [\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1698937051457,\n            \"country\": \"US\",\n            \"elementPath\": \"\",\n            \"eventId\": \"\",\n            \"type\": \"ui:web:pollResponse\",\n            \"guideId\": \"Z-3O9jIOlMC0QcwVwOOoqtlIwJg\",\n            \"guideStepId\": \"CnIPkCQC88U8sCR2r7SPrYc9yS4\",\n            \"guideTimestamp\": 1698937051457,\n            \"language\": \"en-US\",\n            \"latitude\": 37.24804,\n            \"loadTime\": 0,\n            \"longitude\": -115.800155,\n            \"pollId\": \"ahgbt576gsc\",\n            \"pollType\": \"FreeForm\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"BdTyyrT6CZudpwl6\",\n            \"title\": \"xxxxxxxxxxx\",\n            \"url\": \"http://localhost:8080/index.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"pollResponse\": \"This is my freeform poll response.\",\n            \"oldVisitorId\": \"This is my freeform poll response.\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        },\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1701354716741,\n            \"country\": \"US\",\n            \"elementPath\": \"\",\n            \"eventId\": \"\",\n            \"type\": \"ui:web:pollResponse\",\n            \"guideId\": \"AbAR6rxWF0gn549SkbpHe9R6zOE\",\n            \"guideStepId\": \"MsJ5dCUaAV1g_WbejhUHJkPqxe4\",\n            \"guideTimestamp\": 1701354716741,\n            \"language\": \"en-US\",\n            \"latitude\": 37.24804,\n            \"loadTime\": 0,\n            \"longitude\": -115.800155,\n            \"pollId\": \"e9batjfu9ga\",\n            \"pollType\": \"PickList\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"srTAM0jnopWNR4kn\",\n            \"title\": \"xxxxxxxxxxx\",\n            \"url\": \"http://localhost:8080/index.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"pollResponse\": \"002331ver3bv0p\",\n            \"oldVisitorId\": \"002331ver3bv0p\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"a6ff15d6-f989-4c11-b7a7-1de0f1577306"},{"name":"pollsSeen","id":"46edc56d-b229-4278-9670-1197adc1d858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pollsSeen\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>pollsSeen</code> source is an “all-time” source that returns the visitors that have last responded to the specified poll within the <code>timeSeries</code>. <strong>A visitor is only returned if their most recent response is within the time series given</strong>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n<tr>\n<td><code>blacklist</code></td>\n<td>By default, the source applies any configured exclude list. See above for other options.</td>\n</tr>\n<tr>\n<td><code>guideId</code></td>\n<td>Enter the unique identifier to return events for a single Guide.</td>\n</tr>\n<tr>\n<td><code>pollId</code></td>\n<td>Enter the unique identifier to return events for a single Poll. Must include <code>guideId</code> when specifying this.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>time</code>  <br /><em>number</em></td>\n<td>The timestamp of the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>guideId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the guide.</td>\n</tr>\n<tr>\n<td><code>pollId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the poll.</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>The visitor ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>The account ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>pollResponse</code>  <br /><em>string or number</em></td>\n<td>The submitted poll response. For some poll types such as Picklist, it will be a unique identifier choice. Merge with the <code>guides</code> source to find the configured text.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"3722f6e5-4cc9-4030-9d06-4cd96a786d2a","name":"pollsSeen","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pollsSeen\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1694232000000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"guideId\": \"Z-3O9jIOlMC0QcwVwOOoqtlIwJg\",\n            \"pollId\": \"ahgbt576gsc\",\n            \"response\": \"This is my freeform poll response.\",\n            \"time\": 1698937051457,\n            \"visitorId\": \"exampleVisitor\"\n        },\n        {\n            \"accountId\": \"exampleAccount\",\n            \"guideId\": \"AbAR6rxWF0gn549SkbpHe9R6zOE\",\n            \"pollId\": \"e9batjfu9ga\",\n            \"response\": 2,\n            \"time\": 1698937072013,\n            \"visitorId\": \"exampleVisitor\"\n        }\n    ]\n}"}],"_postman_id":"46edc56d-b229-4278-9670-1197adc1d858"},{"name":"pollsSeenEver","id":"4d1b9afd-4d63-44af-a430-cb6e1fbfa5c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pollsSeenEver\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>pollsSeenEver</code> source is a broader summary of poll events and returns the visitors that have responded to the specified poll at any time in the subscription’s history. This source does not require a <code>timeSeries</code>.</p>\n<p>The <code>pollsSeenEver</code> source takes the same parameters and returns the same response attributes as <code>pollsSeen</code> above.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"ffef2713-42e0-4ada-915b-5722bbe205d0","name":"pollsSeenEver","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pollsSeenEver\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"guideId\": \"Z-3O9jIOlMC0QcwVwOOoqtlIwJg\",\n            \"pollId\": \"ahgbt576gsc\",\n            \"response\": \"This is my freeform poll response.\",\n            \"time\": 1698937051457,\n            \"visitorId\": \"exampleVisitor\"\n        },\n        {\n            \"accountId\": \"exampleAccount\",\n            \"guideId\": \"AbAR6rxWF0gn549SkbpHe9R6zOE\",\n            \"pollId\": \"e9batjfu9ga\",\n            \"response\": 2,\n            \"time\": 1698937072013,\n            \"visitorId\": \"exampleVisitor\"\n        }\n    ]\n}"}],"_postman_id":"4d1b9afd-4d63-44af-a430-cb6e1fbfa5c2"},{"name":"emailEvents","id":"076c70ef-7e92-4ee7-97e0-fdf52a317008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"emailEvents\": {\n                        \"appId\": [\n                            -323232\n                        ],\n                        \"blacklist\": \"apply\",\n                        \"targetType\": \"campaign\",\n                        \"targetId\": \"Q84lGXTP6iPMcJK7YNKDpmCmtDs\",\n                        \"eventType\": \"sent\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The email events source is an ungrouped source that returns all email events sent from Pendo in the specified timeSeries. These are most commonly associated with NPS guides and Orchestrate campaigns.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Optional Source Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>appId</code></td>\n<td>By default, the source returns data for the default application. For multi-app subscriptions, you can specify specific app(s) as outlined above.</td>\n</tr>\n<tr>\n<td><code>blacklist</code></td>\n<td>By default, the source applies any configured exclude list. See above for other options.</td>\n</tr>\n<tr>\n<td><code>targetType</code></td>\n<td>The type of email. May be campaign or guide.</td>\n</tr>\n<tr>\n<td><code>targetId</code></td>\n<td>The ID of a specific email to return. If included, you must also include targetType.</td>\n</tr>\n<tr>\n<td><code>eventType</code></td>\n<td>The delivery status of email. Accepted values are:  <br />- sent  <br />- delivered  <br />- opened  <br />- clicked  <br />- bounced  <br />- unsubscribed  <br />- complaint  <br />- subscribed (currently only available for Hubspot)</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountIds</code>  <br /><em>array</em></td>\n<td>The account ID(s) associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>browserTime</code>  <br /><em>number</em></td>\n<td>The timestamp of the event in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>eventId</code>  <br /><em>string</em></td>\n<td>Unique identifier for the event. (For internal Pendo use)</td>\n</tr>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td>The type of event (see eventType above). Preceded by <code>email:pendo:</code></td>\n</tr>\n<tr>\n<td><code>oldVisitorId</code>  <br /><em>string</em></td>\n<td>For internal Pendo use</td>\n</tr>\n<tr>\n<td><code>remoteIp</code>  <br /><em>string</em></td>\n<td>Not included for email events.</td>\n</tr>\n<tr>\n<td><code>serverName</code>  <br /><em>string</em></td>\n<td>Not included for email events.</td>\n</tr>\n<tr>\n<td><code>url</code>  <br /><em>string</em></td>\n<td>Not included for email events.</td>\n</tr>\n<tr>\n<td><code>visitorId</code>  <br /><em>string</em></td>\n<td>The visitor ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>The account ID associated with the event(s).</td>\n</tr>\n<tr>\n<td><code>emailAddress</code>  <br /><em>string</em></td>\n<td>The recipient's email address.</td>\n</tr>\n<tr>\n<td><code>properties</code>  <br /><em>string</em></td>\n<td>Not included for email events.</td>\n</tr>\n<tr>\n<td><code>response</code>  <br /><em>string</em></td>\n<td>For internal Pendo use</td>\n</tr>\n<tr>\n<td><code>targetId</code>  <br /><em>number</em></td>\n<td>Unique identifier for the targetType associated with the email.</td>\n</tr>\n<tr>\n<td><code>longitude</code>  <br /><em>number</em></td>\n<td>The origin of the email, i.e. campaign or guide.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"ec0477aa-953f-4883-8e46-362a6a481aa8","name":"Orchestrate: Emails w/ Detail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"emailEvents\": {\n                        \"appId\": [\n                            -323232\n                        ],\n                        \"blacklist\": \"apply\",\n                        \"targetType\": \"campaign\",\n                        \"targetId\": \"Q84lGXTP6iPMcJK7YNKDpmCmtDs\",\n                        \"eventType\": \"sent\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": 1742788800000,\n                        \"count\": 30\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1728878400000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1743704452067,\n            \"emailAddress\": \"a.harkness@salem.com\",\n            \"eventId\": \"dD9zbhHEQPgLZGj89NzZ19qefbw\",\n            \"properties\": \"{\\\"channel\\\":\\\"email\\\",\\\"from\\\":\\\"Product \\\\u003cproduct@pendo.com\\\\u003e\\\",\\\"fromDomain\\\":\\\"pendo.com\\\",\\\"messageId\\\":\\\"01000195fce26be3-74b8179d-55e2-4213-829b-2551bc56858a-000000\\\"}\",\n            \"remoteIp\": \"\",\n            \"response\": \"\",\n            \"serverName\": \"\",\n            \"targetId\": \"Q84lGXTP6iPMcJK7YNKDpmCmtDs\",\n            \"targetType\": \"campaign\",\n            \"type\": \"email:pendo:sent\",\n            \"url\": \"http:///\",\n            \"visitorId\": \"a.harkness@salem.com\"\n        },\n        {\n            \"accountId\": \"anotherAccount\",\n            \"accountIds\": [\n                \"anotherAccount\"\n            ],\n            \"browserTime\": 1743704520585,\n            \"emailAddress\": \"d.vader@empire.org\",\n            \"eventId\": \"nK9kqZEu16pHUiziA3AaFEkL8Cw\",\n            \"properties\": \"{\\\"channel\\\":\\\"email\\\",\\\"from\\\":\\\"Product \\\\u003cproduct@pendo.com\\\\u003e\\\",\\\"fromDomain\\\":\\\"pendo.com\\\",\\\"messageId\\\":\\\"01000195fce37789-4c25d7f5-2125-4b5e-874c-4560810e1bb7-000000\\\"}\",\n            \"remoteIp\": \"\",\n            \"response\": \"\",\n            \"serverName\": \"\",\n            \"targetId\": \"Q84lGXTP6iPMcJK7YNKDpmCmtDs\",\n            \"targetType\": \"campaign\",\n            \"type\": \"email:pendo:sent\",\n            \"url\": \"http:///\",\n            \"visitorId\": \"dVader77\"\n        }\n    ],\n    \"time\": 1742788800000\n}"},{"id":"44defc7c-a1ad-411a-b023-bec7cf960333","name":"Orchestrate: Single Email Summary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Orchestrate: Single Email Summary\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"emailEvents\": {\n                        \"appId\": [\n                            -323232\n                        ],\n                        \"blacklist\": \"apply\",\n                        \"targetType\": \"campaign\",\n                        \"targetId\": \"B9CrZN30O7fwZJV3JECatxcz9TI\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\":  -30\n                    }\n                }\n            },\n            {\n                \"eval\": {\n                    \"isHardBounce\": \"if(type == \\\"email:pendo:bounced\\\" && contains(properties, \\\"Permanent\\\"), true, false)\"\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\",\n                        \"targetId\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"sent\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:sent\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"delivered\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:delivered\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"opened\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:opened\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"clicked\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:clicked\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"complaint\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:complaint\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"unsubscribed\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:unsubscribed\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"bounced\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"isHardBounce == true\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"reduce\": {\n                    \"sent\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"sent > 0\"\n                        }\n                    },\n                    \"delivered\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"delivered > 0\"\n                        }\n                    },\n                    \"opened\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"opened > 0\"\n                        }\n                    },\n                    \"clicked\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"clicked > 0\"\n                        }\n                    },\n                    \"bounced\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"bounced > 0\"\n                        }\n                    },\n                    \"unsubscribed\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"unsubscribed > 0\"\n                        }\n                    },\n                    \"complaint\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"complaint > 0\"\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1734757200000,\n    \"results\": [\n        {\n            \"bounced\": 1,\n            \"clicked\": 25,\n            \"complaint\": 0,\n            \"delivered\": 51,\n            \"opened\": 47,\n            \"sent\": 52,\n            \"unsubscribed\": 2\n        }\n    ]\n}"},{"id":"2fff118f-9ef9-48b9-925d-a4dfc86ab821","name":"Orchestrate: All Emails Summary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Orchestrate: All Emails Summary\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"emailEvents\": {\n                        \"appId\": [\n                            null\n                        ],\n                        \"blacklist\": \"apply\",\n                        \"targetType\": \"campaign\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": 1737003600000,\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"eval\": {\n                    \"isHardBounce\": \"if(type == \\\"email:pendo:bounced\\\" && contains(properties, \\\"Permanent\\\"), true, false)\"\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\",\n                        \"targetId\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"sent\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:sent\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"delivered\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:delivered\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"opened\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:opened\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"clicked\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:clicked\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"complaint\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:complaint\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"unsubscribed\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"type == \\\"email:pendo:unsubscribed\\\"\"\n                                }\n                            }\n                        },\n                        {\n                            \"bounced\": {\n                                \"countIf\": {\n                                    \"count\": null,\n                                    \"if\": \"isHardBounce == true\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"reduce\": {\n                    \"sent\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"sent > 0\"\n                        }\n                    },\n                    \"delivered\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"delivered > 0\"\n                        }\n                    },\n                    \"opened\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"opened > 0\"\n                        }\n                    },\n                    \"clicked\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"clicked > 0\"\n                        }\n                    },\n                    \"bounced\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"bounced > 0\"\n                        }\n                    },\n                    \"unsubscribed\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"unsubscribed > 0\"\n                        }\n                    },\n                    \"complaint\": {\n                        \"countIf\": {\n                            \"count\": null,\n                            \"if\": \"complaint > 0\"\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1734757200000,\n    \"results\": [\n        {\n            \"bounced\": 1,\n            \"clicked\": 25,\n            \"complaint\": 0,\n            \"delivered\": 51,\n            \"opened\": 47,\n            \"sent\": 52,\n            \"unsubscribed\": 2\n        }\n    ]\n}"}],"_postman_id":"076c70ef-7e92-4ee7-97e0-fdf52a317008"}],"id":"3d10cfdb-c4b3-4a9c-8d67-dc250cab82ab","description":"<p>The following sources interact with the events collected by Pendo. Unless otherwise noted, all the following sources require a <code>timeSeries</code> in the source specification.</p>\n<p>Events sources may be grouped or ungrouped. Grouped sources return a visitor’s number of events over time, based on a combination of fields, to create a unique “key” where ungrouped sources return individual events.</p>\n","_postman_id":"3d10cfdb-c4b3-4a9c-8d67-dc250cab82ab","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Listen sources","item":[{"name":"vocItems","id":"fe73f828-1ed1-4b4b-8a71-4fdeab7bc189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"vocItems\": {\n                        \"appId\": [\n                            \"expandAppIds(\\\"*\\\")\"\n                        ],\n                        \"type\": \"feedback\"\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>vocItems</code> source is an object source containing ”Listen objects” which includes both feedback items and ideas. Unless otherwise specified, the fields below apply to all Listen objects.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code>  <br /><em>string</em></td>\n<td>Unique identifier for the Listen object</td>\n</tr>\n<tr>\n<td><code>statusId</code>  <br /><em>string</em></td>\n<td>The current status of the Listen object</td>\n</tr>\n<tr>\n<td><code>effort</code>  <br /><em>number</em></td>\n<td>Numeric representation of effort (1-5). Available for ideas only.</td>\n</tr>\n<tr>\n<td><code>impact</code>  <br /><em>number</em></td>\n<td>Numeric representation of impact (1-5). Available for ideas only.</td>\n</tr>\n<tr>\n<td><code>type</code>  <br /><em>string</em></td>\n<td>The type of Listen object (feedback or idea)</td>\n</tr>\n<tr>\n<td><code>accountId</code>  <br /><em>string</em></td>\n<td>The account ID associated with the submission.</td>\n</tr>\n<tr>\n<td><code>onBehalfOfId</code>  <br /><em>string</em></td>\n<td>The id that the Listen object was created for. Defaults to createdById if not supplied.</td>\n</tr>\n<tr>\n<td><code>onBehalfOfType</code>  <br /><em>string</em></td>\n<td>The type associated with the onBehalfOfId: 'Visitor', 'User' or 'IntegrationKey'.</td>\n</tr>\n<tr>\n<td><code>ownedByUserId</code>  <br /><em>string</em></td>\n<td>The internal Pendo user ID that owns the Listen object.</td>\n</tr>\n<tr>\n<td><code>createdById</code>  <br /><em>string</em></td>\n<td>The visitor ID that created the Listen object.</td>\n</tr>\n<tr>\n<td><code>createdByType</code>  <br /><em>string</em></td>\n<td>The type associated with the createdById: 'Visitor', 'User' or 'IntegrationKey'.</td>\n</tr>\n<tr>\n<td><code>updatedById</code>  <br /><em>string</em></td>\n<td>The id that last updated the Listen object.</td>\n</tr>\n<tr>\n<td><code>updatedByType</code>  <br /><em>string</em></td>\n<td>The type associated with the updatedById: 'Visitor', 'User' or 'IntegrationKey'.</td>\n</tr>\n<tr>\n<td><code>formData</code>  <br /><em>array</em></td>\n<td>A JSON object containing all formData fields. This includes all question/answer pairs that make up the Listen object’s content.</td>\n</tr>\n<tr>\n<td><code>formDataTitle</code>  <br /><em>array</em></td>\n<td>The questions on the submission form.</td>\n</tr>\n<tr>\n<td><code>formDataPrompt</code>  <br /><em>array</em></td>\n<td>Placeholder text on the form</td>\n</tr>\n<tr>\n<td><code>formDataContent</code>  <br /><em>array</em></td>\n<td>The submitted text for the corresponding formDataTitle entries above.</td>\n</tr>\n<tr>\n<td><code>formDataType</code>  <br /><em>array</em></td>\n<td>The data type for the corresponding form entries above.</td>\n</tr>\n<tr>\n<td><code>formDataRequired</code>  <br /><em>array</em></td>\n<td>A boolean identifying which of the form entries are required to submit.</td>\n</tr>\n<tr>\n<td><code>formDataSourceIdentifier</code>  <br /><em>array</em></td>\n<td>The poll used to populate the answer. Populated only on Listen items generated from a guide response.</td>\n</tr>\n<tr>\n<td><code>linksData</code>  <br /><em>array</em></td>\n<td>A list of links associated with the Listen object</td>\n</tr>\n<tr>\n<td><code>appIds</code>  <br /><em>array</em></td>\n<td>The application ID(s) associated with the Listen object</td>\n</tr>\n<tr>\n<td><code>isPublic</code>  <br /><em>string</em></td>\n<td>Boolean value for ideas indicating they have been added to a Listen portal.</td>\n</tr>\n<tr>\n<td><code>attachmentIds</code>  <br /><em>array</em></td>\n<td>List of unique IDs for images attached to the Listen object</td>\n</tr>\n<tr>\n<td><code>bannerImageId</code>  <br /><em>string</em></td>\n<td>Unique ID for an assigned banner image</td>\n</tr>\n<tr>\n<td><code>createdAt</code>  <br /><em>number</em></td>\n<td>The time of creation in milliseconds since the epoch</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code>  <br /><em>number</em></td>\n<td>The last updated time in milliseconds since the epoch</td>\n</tr>\n<tr>\n<td><code>sourceCategory</code>  <br /><em>string</em></td>\n<td>The general type of source  <br />- PendoV1Api: Submitted via public API <br />- PendoUI: Created within the Pendo UI (the submission form, guide responses) <br />- VisitorExperience: Created via portal <br />- BulkImport: Imported via csv</td>\n</tr>\n<tr>\n<td><code>source</code>  <br /><em>string</em></td>\n<td>The origin of the Listen object</td>\n</tr>\n<tr>\n<td><code>sourceIdentifier</code>  <br /><em>string</em></td>\n<td>Varies based on source. May be guideId or filename of an uploaded .csv</td>\n</tr>\n<tr>\n<td><code>labelIds</code>  <br /><em>array</em></td>\n<td>List of unique IDs for labels attached to the Listen object</td>\n</tr>\n<tr>\n<td><code>associatedItemIds</code>  <br /><em>array</em></td>\n<td>List of IDs for other associated Listen objects</td>\n</tr>\n<tr>\n<td><code>submittedFromUrl</code>  <br /><em>string</em></td>\n<td>The URL from which the Listen object was submitted. Portal and guide responses only.</td>\n</tr>\n<tr>\n<td><code>workaround.createdByUserId</code>  <br /><em>string</em></td>\n<td>The Visitor ID that created the workaround</td>\n</tr>\n<tr>\n<td><code>workaround.createdAt</code>  <br /><em>string</em></td>\n<td>The time in milliseconds since the epoch that the workaround was created</td>\n</tr>\n<tr>\n<td><code>workaround.lastUpdatedByUserId</code>  <br /><em>string</em></td>\n<td>The visitor ID that last updated the workaround</td>\n</tr>\n<tr>\n<td><code>workaround.lastUpdatedAt</code>  <br /><em>string</em></td>\n<td>The last updated time in milliseconds since the epoch</td>\n</tr>\n<tr>\n<td><code>workaround.body</code>  <br /><em>string</em></td>\n<td>The content of the workaround</td>\n</tr>\n<tr>\n<td><code>promotedToRoadmapItem</code>  <br /><em>string</em></td>\n<td>A boolean indicator of an idea’s inclusion in a roadmap</td>\n</tr>\n<tr>\n<td><code>locked</code>  <br /><em>string</em></td>\n<td>Internal reference.</td>\n</tr>\n<tr>\n<td><code>titleGeneratedByAI</code>  <br /><em>string</em></td>\n<td>Feedback only. When submitted via a guide, we pass the question/answer pairs and use AI to create a summary title</td>\n</tr>\n<tr>\n<td><code>workaroundNotificationLastSentAt</code>  <br /><em>string</em></td>\n<td>The last time in milliseconds since the epoch that a workaround email was sent</td>\n</tr>\n<tr>\n<td><code>workaroundNotificationLastSentByUserId</code>  <br /><em>string</em></td>\n<td>The user ID that last send a workaround notification</td>\n</tr>\n<tr>\n<td><code>jiraIssueIds</code>  <br /><em>array</em></td>\n<td>A list of linked JIRA issues.</td>\n</tr>\n<tr>\n<td><code>vocInsightIds</code>  <br /><em>array</em></td>\n<td>Internal reference.</td>\n</tr>\n<tr>\n<td><code>productAreaVocIds</code>  <br /><em>array</em></td>\n<td>The product area(s) associated with the Listen object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"3b0fb66a-1629-4387-92ca-e71c26636855","name":"vocItems - feedback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"vocItems\": {\n                        \"appId\": [\n                            \"expandAppIds(\\\"*\\\")\"\n                        ],\n                        \"type\": \"feedback\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": \"JY0V3ujB4DbQ7gEdEArdF_TwfVw\",\n            \"statusId\": \"vpyqgt-ve840LlVjWoZb7k_6r0A\",\n            \"effort\": 0,\n            \"impact\": 0,\n            \"type\": \"feedback\",\n            \"accountId\": \"exampleAccount\",\n            \"onBehalfOfId\": \"exampleVisitor\",\n            \"onBehalfOfType\": \"Visitor\",\n            \"ownedByUserId\": \"\",\n            \"createdById\": \"exampleVisitor\",\n            \"createdByType\": \"Visitor\",\n            \"updatedById\": \"5692633674809344\",\n            \"updatedByType\": \"User\",\n            \"formData\": [\n                {\n                    \"content\": \"I have opinions. This is my feedback.\",\n                    \"label\": \"\",\n                    \"prompt\": \"\",\n                    \"required\": true,\n                    \"sourceIdentifier\": \"\",\n                    \"title\": \"Title\",\n                    \"type\": \"short text\"\n                },\n                {\n                    \"content\": \"How to make it through the Witches' Road\",\n                    \"label\": \"\",\n                    \"prompt\": \"\",\n                    \"required\": true,\n                    \"sourceIdentifier\": \"\",\n                    \"title\": \"What problem are you trying to solve?\",\n                    \"type\": \"long text\"\n                }\n            ],\n            \"formDataTitle\": [\n                \"Title\",\n                \"What problem are you trying to solve?\"\n            ],\n            \"formDataPrompt\": [\n                \"\",\n                \"\"\n            ],\n            \"formDataLabel\": [\n                \"\",\n                \"\"\n            ],\n            \"formDataContent\": [\n                \"I have opinions. This is my feedback.\",\n                \"How to make it through the Witches' Road\"\n            ],\n            \"formDataType\": [\n                \"short text\",\n                \"long text\"\n            ],\n            \"formDataRequired\": [\n                true,\n                true\n            ],\n            \"formDataSourceIdentifier\": [\n                \"\",\n                \"\"\n            ],\n            \"formDataSpeakerId\": null,\n            \"formDataSpeakerName\": null,\n            \"formDataTimestamp\": null,\n            \"linksData\": [\n                {\n                    \"title\": \"youtube\",\n                    \"linkUrl\": \"https://www.youtube.com/watch?v=R9pXbNz6Vbw\"\n                }\n            ],\n            \"appIds\": [\n                -323232\n            ],\n            \"isPublic\": false,\n            \"attachmentIds\": [],\n            \"bannerImageId\": \"\",\n            \"createdAt\": 1728933148550,\n            \"lastUpdatedAt\": 1737991294131,\n            \"sourceCategory\": \"VisitorExperience\",\n            \"source\": \"Portal\",\n            \"sourceIdentifier\": \"\",\n            \"labelIds\": [\n                \"GUrw9_Ysi-n1XAj6b2jKllH5gAE\",\n                \"iUbWq_l2a6T2j_vi1F-d55qp2DI\"\n            ],\n            \"associatedItemIds\": [\n                \"pt9hri5178tUMa7V_LUfdjHPJEE\"\n            ],\n            \"submittedFromUrl\": \"\",\n            \"workaround\": null,\n            \"promotedToRoadmapItem\": false,\n            \"locked\": false,\n            \"titleGeneratedByAI\": false,\n            \"workaroundNotificationLastSentAt\": 0,\n            \"workaroundNotificationLastSentByUserId\": \"\",\n            \"jiraIssueIds\": [],\n            \"vocInsightIds\": [],\n            \"productAreaVocIds\": [\n                \"_3UGvveI50ivYXXjF1hFXmAbWfE\",\n                \"sVUNmSCAxs53BOOEtZS7bEsfWaI\",\n                \"rDzG5eebnxq0G8kl8wecNQ5fubA\"\n            ],\n            \"portalIds\": null,\n            \"portalCustomValues\": null\n        }\n    ]\n}"},{"id":"4d668266-7796-44e8-a589-b02c1628afc8","name":"vocItems - feedback with votes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"vocItems\": {\n                        \"appId\": [\n                            \"expandAppIds(\\\"*\\\")\"\n                        ],\n                        \"type\": \"feedback\"\n                    }\n                }\n            },\n            {\n                \"merge\": {\n                    \"fields\": [\n                        \"id\"\n                    ],\n                    \"mappings\": {\n                        \"voteStrength\": \"strength\",\n                        \"voteAccountId\": \"accountId\",\n                        \"voteOnBehalfOfId\": \"onBehalfOfId\",\n                        \"voteOnBehalfOfType\": \"onBehalfOfType\"\n                    },\n                    \"pipeline\": [\n                        {\n                            \"source\": {\n                                \"votes\": null\n                            }\n                        },\n                        {\n                            \"select\": {\n                                \"id\": \"vocItemId\",\n                                \"voteId\": \"id\",\n                                \"strength\": \"strength\",\n                                \"accountId\": \"accountId\",\n                                \"onBehalfOfId\": \"onBehalfOfId\",\n                                \"onBehalfOfType\": \"onBehalfOfType\"\n                            }\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": \"-FEuhZJME1mJlAIF2fcW7luC4Qs\",\n            \"statusId\": \"HEroh36UsVXZpVm68pqp_wqML8Q\",\n            \"statusMessage\": \"\",\n            \"effort\": 0,\n            \"impact\": 0,\n            \"type\": \"feedback\",\n            \"accountId\": \"test Acc 1\",\n            \"onBehalfOfId\": \"test Vis 1\",\n            \"onBehalfOfType\": \"Visitor\",\n            \"ownedByUserId\": \"\",\n            \"createdById\": \"test Vis 1\",\n            \"createdByType\": \"Visitor\",\n            \"updatedById\": \"test Vis 1\",\n            \"updatedByType\": \"Visitor\",\n            \"formData\": null,\n            \"formDataTitle\": [\n                \"Title\",\n                \"What problem are you trying to solve?\"\n            ],\n            \"formDataPrompt\": [\n                \"Example: \\\"A Slack Integration\\\"\",\n                \"Tell us your goals and obstacles to achieving them.\"\n            ],\n            \"formDataLabel\": [\n                \"Title\",\n                \"Goal\"\n            ],\n            \"formDataContent\": [\n                \"User is using the product without issues and finds it functional.\",\n                \"We are happy with the current implementation\"\n            ],\n            \"formDataType\": [\n                \"short text\",\n                \"long text\"\n            ],\n            \"formDataRequired\": [\n                true,\n                true\n            ],\n            \"formDataSourceIdentifier\": [\n                \"\",\n                \"\"\n            ],\n            \"linksData\": null,\n            \"appIds\": [\n                3128973648711\n            ],\n            \"isPublic\": false,\n            \"attachmentIds\": [],\n            \"bannerImageId\": \"\",\n            \"createdAt\": 1733737395467,\n            \"lastUpdatedAt\": 1733737395467,\n            \"sourceCategory\": \"VisitorExperience\",\n            \"source\": \"Portal\",\n            \"sourceIdentifier\": \"\",\n            \"labelIds\": [],\n            \"associatedItemIds\": [],\n            \"submittedFromUrl\": \"\",\n            \"workaround\": {\n                \"createdByUserId\": \"\",\n                \"createdAt\": 0,\n                \"lastUpdatedByUserId\": \"\",\n                \"lastUpdatedAt\": 0,\n                \"body\": null\n            },\n            \"promotedToRoadmapItem\": false,\n            \"locked\": false,\n            \"titleGeneratedByAI\": true,\n            \"workaroundNotificationLastSentAt\": 0,\n            \"workaroundNotificationLastSentByUserId\": \"\",\n            \"jiraIssueIds\": [],\n            \"vocInsightIds\": [],\n            \"productAreaVocIds\": []\n            \"voteAccountId\": \"test Acc 1\",\n            \"voteOnBehalfOfId\": \"test Vis 1\",\n            \"voteOnBehalfOfType\": \"Visitor\",\n            \"voteStrength\": 2\n        }\n    ]\n}"},{"id":"148f9c42-fc37-484f-88b8-9200fc07e69a","name":"vocItems - ideas","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"vocItems\": {\n                        \"appId\": [\n                            \"expandAppIds(\\\"*\\\")\"\n                        ],\n                        \"type\": \"ideas\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": \"HVauwFY9NcEHxJa-c3NOWhOzybM\",\n            \"statusId\": \"eu-F_7SfXjcdv7Kq4E9AYuwKOWo\",\n            \"effort\": 1,\n            \"impact\": 3,\n            \"type\": \"idea\",\n            \"accountId\": \"\",\n            \"onBehalfOfId\": \"\",\n            \"onBehalfOfType\": \"\",\n            \"ownedByUserId\": \"\",\n            \"createdById\": \"5692633674809344\",\n            \"createdByType\": \"User\",\n            \"updatedById\": \"5692633674809344\",\n            \"updatedByType\": \"User\",\n            \"formData\": [\n                {\n                    \"content\": \"This is an idea!\",\n                    \"label\": \"Title\",\n                    \"prompt\": \"\",\n                    \"required\": true,\n                    \"sourceIdentifier\": \"\",\n                    \"title\": \"Title\",\n                    \"type\": \"short text\"\n                },\n                {\n                    \"content\": \"\",\n                    \"label\": \"Description\",\n                    \"prompt\": \"\",\n                    \"required\": false,\n                    \"sourceIdentifier\": \"\",\n                    \"title\": \"Description\",\n                    \"type\": \"long text\"\n                }\n            ],\n            \"formDataTitle\": [\n                \"Title\",\n                \"Description\"\n            ],\n            \"formDataPrompt\": [\n                \"\",\n                \"\"\n            ],\n            \"formDataLabel\": [\n                \"Title\",\n                \"Description\"\n            ],\n            \"formDataContent\": [\n                \"This is an idea!\",\n                \"\"\n            ],\n            \"formDataType\": [\n                \"short text\",\n                \"long text\"\n            ],\n            \"formDataRequired\": [\n                true,\n                false\n            ],\n            \"formDataSourceIdentifier\": [\n                \"\",\n                \"\"\n            ],\n            \"formDataSpeakerId\": null,\n            \"formDataSpeakerName\": null,\n            \"formDataTimestamp\": null,\n            \"linksData\": null,\n            \"appIds\": [\n                -323232,\n                5739946637131776\n            ],\n            \"isPublic\": true,\n            \"attachmentIds\": [],\n            \"bannerImageId\": \"\",\n            \"createdAt\": 1728933304547,\n            \"lastUpdatedAt\": 1737994188125,\n            \"sourceCategory\": \"PendoUI\",\n            \"source\": \"IdeaList\",\n            \"sourceIdentifier\": \"\",\n            \"labelIds\": [],\n            \"associatedItemIds\": [\n                \"i8s-s68TQttB8tBioEzBdkyJi1I\"\n            ],\n            \"submittedFromUrl\": \"\",\n            \"workaround\": null,\n            \"promotedToRoadmapItem\": true,\n            \"locked\": true,\n            \"titleGeneratedByAI\": false,\n            \"workaroundNotificationLastSentAt\": 0,\n            \"workaroundNotificationLastSentByUserId\": \"\",\n            \"jiraIssueIds\": [],\n            \"vocInsightIds\": [],\n            \"productAreaVocIds\": [\n                \"rBb-IpuAmRNzt2Fg9ZB02zsMJHA\"\n            ],\n            \"portalIds\": null,\n            \"portalCustomValues\": null\n        }\n    ]\n}"},{"id":"5c7cdcfc-27f5-417e-aad9-a1fece4ec9eb","name":"vocItems - ideas with votes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"vocItems\": {\n                        \"appId\": [\n                            \"expandAppIds(\\\"*\\\")\"\n                        ],\n                        \"type\": \"ideas\"\n                    }\n                }\n            },\n            {\n                \"merge\": {\n                    \"fields\": [\n                        \"id\"\n                    ],\n                    \"mappings\": {\n                        \"voteCount\": \"votesCount\"\n                    },\n                    \"pipeline\": [\n                        {\n                            \"source\": {\n                                \"votes\": null\n                            }\n                        },\n                        {\n                            \"group\": {\n                                \"group\": [\n                                    \"vocItemId\"\n                                ],\n                                \"fields\": [\n                                    {\n                                        \"votesCount\": {\n                                            \"count\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"select\": {\n                                \"id\": \"vocItemId\",\n                                \"votesCount\": \"votesCount\"\n                            }\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": \"-FEuhZJME1mJlAIF2fcW7luC4Qs\",\n            \"statusId\": \"HEroh36UsVXZpVm68pqp_wqML8Q\",\n            \"statusMessage\": \"\",\n            \"effort\": 0,\n            \"impact\": 0,\n            \"type\": \"idea\",\n            \"accountId\": \"\",\n            \"onBehalfOfId\": \"\",\n            \"onBehalfOfType\": \"\",\n            \"ownedByUserId\": \"\",\n            \"createdById\": \"pendo user 1\",\n            \"createdByType\": \"User\",\n            \"updatedById\": \"pendo user 1\",\n            \"updatedByType\": \"User\",\n            \"formData\": null,\n            \"formDataTitle\": [\n                \"Title\",\n                \"Description\"\n            ],\n            \"formDataPrompt\": [\n                \"\",\n                \"\"\n            ],\n            \"formDataLabel\": [\n                \"Title\",\n                \"Description\"\n            ],\n            \"formDataContent\": [\n                \"A slack integration\",\n                \"Update the existing integrations to include Slack\"\n            ],\n            \"formDataType\": [\n                \"short text\",\n                \"long text\"\n            ],\n            \"formDataRequired\": [\n                true,\n                true\n            ],\n            \"formDataSourceIdentifier\": [\n                \"\",\n                \"\"\n            ],\n            \"linksData\": null,\n            \"appIds\": [\n                3128973648711\n            ],\n            \"isPublic\": false,\n            \"attachmentIds\": [],\n            \"bannerImageId\": \"\",\n            \"createdAt\": 1733737395467,\n            \"lastUpdatedAt\": 1733737395467,\n            \"sourceCategory\": \"PendoUI\",\n            \"source\": \"IdeaList\",\n            \"sourceIdentifier\": \"\",\n            \"labelIds\": [],\n            \"associatedItemIds\": [],\n            \"submittedFromUrl\": \"\",\n            \"workaround\": {\n                \"createdByUserId\": \"\",\n                \"createdAt\": 0,\n                \"lastUpdatedByUserId\": \"\",\n                \"lastUpdatedAt\": 0,\n                \"body\": null\n            },\n            \"promotedToRoadmapItem\": false,\n            \"locked\": false,\n            \"titleGeneratedByAI\": true,\n            \"workaroundNotificationLastSentAt\": 0,\n            \"workaroundNotificationLastSentByUserId\": \"\",\n            \"jiraIssueIds\": [],\n            \"vocInsightIds\": [],\n            \"productAreaVocIds\": [],\n            \"voteCount\": 5\n        }\n    ]\n}"}],"_postman_id":"fe73f828-1ed1-4b4b-8a71-4fdeab7bc189"},{"name":"votes","id":"644e76ef-ff4b-4c4e-ab8a-e3ab032b124b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"votes\": null\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>The <code>votes</code> source is an object source containing votes submitted against Listen objects.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code> <br /><em>string</em></td>\n<td>Unique identifier for the vote.</td>\n</tr>\n<tr>\n<td><code>vocItemId</code> <br /><em>string</em></td>\n<td>The ID of the idea associated with the vote.</td>\n</tr>\n<tr>\n<td><code>accountId</code> <br /><em>string</em></td>\n<td>The account ID associated with the vote.</td>\n</tr>\n<tr>\n<td><code>onBehalfOfId</code> <br /><em>string</em></td>\n<td>The id that the vote was created for.  Defaults to createdById if not supplied.</td>\n</tr>\n<tr>\n<td><code>onBehalfOfType</code> <br /><em>string</em></td>\n<td>The type associated with the onBehalfOfId: 'Visitor', 'User' or 'IntegrationKey'.</td>\n</tr>\n<tr>\n<td><code>createdById</code> <br /><em>string</em></td>\n<td>The visitor ID that created the vote.</td>\n</tr>\n<tr>\n<td><code>createdByType</code> <br /><em>string</em></td>\n<td>The type associated with the createdById: 'Visitor', 'User' or 'IntegrationKey'.</td>\n</tr>\n<tr>\n<td><code>strength</code> <br /><em>number</em></td>\n<td>A numeric representation of the vote.</td>\n</tr>\n<tr>\n<td><code>revoked</code> <br /><em>boolean</em></td>\n<td>Returns true if the vote has been removed.</td>\n</tr>\n<tr>\n<td><code>createdAt</code> <br /><em>number</em></td>\n<td>The time of creation in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>lastUpdatedAt</code> <br /><em>number</em></td>\n<td>The last updated time in milliseconds since the epoch.</td>\n</tr>\n<tr>\n<td><code>sourceCategory</code> <br /><em>string</em></td>\n<td>The general type of source<br /> - PendoV1Api: Submitted via public API<br />- PendoUI: Created within the Pendo UI (the submission form, guide responses)<br />- VisitorExperience: Created via portal<br />- BulkImport: Imported via csv</td>\n</tr>\n<tr>\n<td><code>source</code> <br /><em>string</em></td>\n<td>The origin of the vote.</td>\n</tr>\n<tr>\n<td><code>sourceIdentifier</code> <br /><em>string</em></td>\n<td>Varies based on source. Applies only when linking feedback to an idea.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"f7761d1e-a4c8-43bd-b0f4-27b6fdb4321e","name":"votes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"votes\": null\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": \"2sgMiPEgV5mTwcGxzUHSG9-zSXM\",\n            \"vocItemId\": \"zfd74XzxX13_RQ8Scm8U6nJqNzg\",\n            \"accountId\": \"exampleAccount\",\n            \"onBehalfOfId\": \"exampleVisitor\",\n            \"onBehalfOfType\": \"Visitor\",\n            \"createdById\": \"5678359445372928\",\n            \"createdByType\": \"IntegrationKey\",\n            \"revoked\": false,\n            \"strength\": 2,\n            \"createdAt\": 1728937199293,\n            \"lastUpdatedAt\": 1728937199293,\n            \"sourceCategory\": \"PendoV1Api\",\n            \"source\": \"PendoV1Api\",\n            \"sourceIdentifier\": \"\"\n        },\n        {\n            \"id\": \"4lCID0ljtP9nn4y3N3QvROf0PSk\",\n            \"vocItemId\": \"pt9hri5178tUMa7V_LUfdjHPJEE\",\n            \"accountId\": \"vocTest1\",\n            \"onBehalfOfId\": \"negativeNancy\",\n            \"onBehalfOfType\": \"Visitor\",\n            \"createdById\": \"negativeNancy\",\n            \"createdByType\": \"Visitor\",\n            \"revoked\": false,\n            \"strength\": -1,\n            \"createdAt\": 1737996375050,\n            \"lastUpdatedAt\": 1737996375050,\n            \"sourceCategory\": \"VisitorExperience\",\n            \"source\": \"Portal\",\n            \"sourceIdentifier\": \"\"\n        },\n        {\n            \"id\": \"O9M6v3i6VR4FSkp2yloIzLtcas4\",\n            \"vocItemId\": \"r-s4lhl4uGG6leCnoAe-Drzh1WE\",\n            \"accountId\": \"exampleAccount\",\n            \"onBehalfOfId\": \"exampleVisitor\",\n            \"onBehalfOfType\": \"Visitor\",\n            \"createdById\": \"6363557326290944\",\n            \"createdByType\": \"IntegrationKey\",\n            \"revoked\": false,\n            \"strength\": -1,\n            \"createdAt\": 1705423581951,\n            \"lastUpdatedAt\": 1705424218044,\n            \"sourceCategory\": \"PendoV1Api\",\n            \"source\": \"PendoV1Api\",\n            \"sourceIdentifier\": \"\"\n        }\n    ]\n}"}],"_postman_id":"644e76ef-ff4b-4c4e-ab8a-e3ab032b124b"}],"id":"cfc6c288-8cb9-4bd0-80c9-55e91712d30e","description":"<p>The following sources interact with the Listen objects within Pendo. These return a current snapshot of the objects named in the source. These sources do not provide historical or event data.</p>\n","_postman_id":"cfc6c288-8cb9-4bd0-80c9-55e91712d30e","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Expressions","item":[{"name":"General expressions","id":"c40f063b-f9aa-4f66-b711-95871b9a72e3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"url":"https://app.pendo.io/api/v1/aggregation","description":"<h2 id=\"general-expressions\">General Expressions</h2>\n<p><em>*Examples provided at right use the</em> <code>eval</code> <em>operator to demonstrate use as well as show a comparison of input and output values.</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Function</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>if(expression, ifTrue, ifFalse)</code></td>\n<td>Returns the <code>ifTrue</code> value if <code>expression</code> is <code>true</code>; if it evaluates to <code>false</code>, <code>ifFalse</code> is returned if present, otherwise <code>nil</code></td>\n</tr>\n<tr>\n<td><code>isBoolean(operand)</code></td>\n<td>Returns <code>true</code> if the operand has type bool, otherwise <code>false</code></td>\n</tr>\n<tr>\n<td><code>isNumber(operand)</code></td>\n<td>Returns <code>true</code> if the operand has type int or float, otherwise <code>false</code></td>\n</tr>\n<tr>\n<td><code>isString(operand)</code></td>\n<td>Returns <code>true</code> if the operand has type string, otherwise <code>false</code></td>\n</tr>\n<tr>\n<td><code>isList(operand)</code></td>\n<td>Returns <code>true</code> if the operand has type list, otherwise <code>false</code></td>\n</tr>\n<tr>\n<td><code>isNil(operand)</code></td>\n<td>Returns <code>true</code> if the operand is null, otherwise <code>false</code></td>\n</tr>\n<tr>\n<td><code>isNull(fieldName)</code></td>\n<td>Returns <code>true</code> if the <code>fieldName</code> exists in the row and is not null, otherwise <code>false</code></td>\n</tr>\n<tr>\n<td><code>isEmpty(fieldName)</code></td>\n<td>Returns:<code>- true</code> if value is empty, otherwise <code>false.</code>  <br />- <code>true</code> if value <code>== nil</code>  <br />- <code>true</code> if value is an empty string (<code>\"\"</code>)  <br />- <code>false</code> if value is 0  <br />- error if value is unknown type</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"47a86f94-efbf-429c-b342-8a38bbf4abac","name":"Examples","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"use general expressions to do simple checks of data\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"filter\": \"visitorId == `exampleVisitor`\"\n            },\n            {\n                \"select\": {\n                    \"inputs.visitorId\": \"visitorId\",\n                    \"inputs.metadata\": \"metadata.agent\"\n                }\n            },\n            {\n                \"eval\": {\n                    \"outputs.ifAsTrue\": \"if(inputs.visitorId == `exampleVisitor`,`yes`,`no`)\",\n                    \"outputs.ifAsFalse\": \"if(inputs.visitorId == `anotherVisitor`,`yes`,`no`)\",\n                    \"outputs.ifWithFalseOmitted\": \"if(inputs.visitorId == `anotherVisitor`,`yes`)\",\n                    \"outputs.isBoolean\": \"isBoolean(inputs.metadata.boolean)\",\n                    \"outputs.isNumber\": \"isNumber(inputs.metadata.number)\",\n                    \"outputs.isString\": \"isString(inputs.metadata.text)\",\n                    \"outputs.isList\": \"isList(inputs.metadata.list)\",\n                    \"outputs.isNil\": \"isNil(inputs.metadata.emptyString)\",\n                    \"outputs.isNull\": \"isNil(inputs.metadata.emptyString)\",\n                    \"outputs.isEmpty\": \"isNil(inputs.metadata.emptyString)\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"inputs\": {\n                \"visitorId\": \"exampleVisitor\",\n                \"metadata\": {\n                    \"boolean\": true,\n                    \"emptystring\": \"\",\n                    \"list\": [\n                        \"one\",\n                        \"two\",\n                        \"three\"\n                    ],\n                    \"number\": 201,\n                    \"text\": \"This is the visitor object\"\n                }\n            },\n            \"outputs\": {\n                \"ifAsTrue\": \"yes\",\n                \"ifAsFalse\": \"no\",\n                \"ifWithFalseOmitted\": null,\n                \"isBoolean\": true,\n                \"isNumber\": true,\n                \"isString\": true,\n                \"isList\": true,\n                \"isNil\": true,\n                \"isNull\": true,\n                \"isEmpty\": true\n            }\n        }\n    ]\n}"}],"_postman_id":"c40f063b-f9aa-4f66-b711-95871b9a72e3"},{"name":"String manipulation","id":"44617423-5ad4-412a-8b76-b91afbe0558a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"url":"https://app.pendo.io/api/v1/aggregation","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Function</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>contains(haystack, needle)</code></td>\n<td>Returns <code>true</code> if <code>needle</code> is a substring in the <code>haystack</code></td>\n</tr>\n<tr>\n<td><code>split(myString, separator)</code></td>\n<td>Splits <code>myString</code> into a list of strings using string <code>separator</code> as the field separator</td>\n</tr>\n<tr>\n<td><code>startsWith(haystack, needle)</code></td>\n<td>Returns <code>true</code> if <code>haystack</code> begins with <code>needle</code></td>\n</tr>\n<tr>\n<td><code>toLowerCase(myString)</code></td>\n<td>Returns <code>myString</code> with all characters lowercase</td>\n</tr>\n<tr>\n<td><code>toString(myNumber)</code></td>\n<td>Converts <code>myNumber</code> to a string. If provided a string, it will be returned unchanged.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"d1122387-abcb-40d8-b7d6-2e1b3f63537b","name":"Examples","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"examples of simple string manipulation\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"filter\": \"visitorId == `exampleVisitor`\"\n            },\n            {\n                \"select\": {\n                    \"inputs.visitorId\": \"visitorId\",\n                    \"inputs.metadata\": \"metadata.agent\"\n                }\n            },\n            {\n                \"eval\": {\n                    \"outputs.contains\": \"contains(inputs.visitorId,`mpl`)\",\n                    \"outputs.split\": \"split(inputs.metadata.text,` `)\",\n                    \"outputs.startsWith\": \"startsWith(inputs.visitorId,`ex`)\",\n                    \"outputs.toLowerCase\": \"toLowerCase(inputs.metadata.text)\",\n                    \"outputs.toString\": \"toString(inputs.metadata.number)\"\n                }\n            }\n        ]\n    }\n}   ","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"inputs\": {\n                \"visitorId\": \"exampleVisitor\",\n                \"metadata\": {\n                    \"number\": 201,\n                    \"text\": \"This is the visitor object\"\n                }\n            },\n            \"outputs\": {\n                \"contains\": true,\n                \"startsWith\": true,\n                \"toLowerCase\": \"this is the visitor object\",\n                \"toString\": \"201\",\n                \"split\": [\n                    \"This\",\n                    \"is\",\n                    \"the\",\n                    \"visitor\",\n                    \"object\"\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"44617423-5ad4-412a-8b76-b91afbe0558a"},{"name":"List manipulation","id":"447e325a-78db-495d-b018-36ef4b687e03","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>When working with lists, all list elements must be of the same type. You can nest expressions into lists as long as they evaluate to the same data type, e.g. <code>[1,1+2,sum(a)]</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Function</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>contains(myList, item)</code></td>\n<td>Returns true if <code>item</code> is in the specified list. No partial matches.</td>\n</tr>\n<tr>\n<td><code>len(myList)</code></td>\n<td>Returns the length of the specified list</td>\n</tr>\n<tr>\n<td><code>list(field1, field2, fieldN)</code></td>\n<td>Returns a list containing the named fields</td>\n</tr>\n<tr>\n<td><code>listInRange(myList, minValue, maxValue)</code></td>\n<td>Returns a list containing the elements in <code>myList</code> which are between <code>minValue</code> and <code>maxValue</code> (inclusive). For numeric lists only.</td>\n</tr>\n<tr>\n<td><code>reverse(myList)</code></td>\n<td>Returns <code>myList</code> in reversed order</td>\n</tr>\n<tr>\n<td><code>sortUnique(myList)</code></td>\n<td>Sorts and removes duplicate elements from <code>myList</code></td>\n</tr>\n<tr>\n<td><code>sum(myList)</code></td>\n<td>Returns the sum of the items in <code>myList</code>, ignoring non-numeric elements</td>\n</tr>\n<tr>\n<td><code>myList[index]</code></td>\n<td>Returns the value at the specified index in <code>myList</code>. Negative indices can be used to look up items from the end.</td>\n</tr>\n<tr>\n<td><code>myList[start:end]</code></td>\n<td>Creates a sublist beginning at index <code>start</code> and ending with index <code>end</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"8bab6203-59ea-4783-af1b-f8ba1d268378","name":"Examples","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"examples of list checks and manipulation\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"filter\": \"visitorId == `exampleVisitor`\"\n            },\n            {\n                \"select\": {\n                    \"inputs.listOne\": \"metadata.agent.list\"\n                }\n            },\n            {\n                \"eval\": {\n                    \"inputs.listTwo\": \"[8,5,1,1,2,1+2]\"\n                }\n            },\n            {\n                \"eval\": {\n                    \"outputs.contains\": \"contains(inputs.listOne,`two`)\",\n                    \"outputs.containsPartial\": \"contains(inputs.listOne,`wo`)\",\n                    \"outputs.len\": \"len(inputs.listTwo)\",\n                    \"outputs.list\": \"list(`dog`,`cat`,`chinchilla`)\",\n                    \"outputs.listInRange\": \"listInRange(inputs.listTwo,3,7)\",\n                    \"outputs.reverse\": \"reverse(inputs.listTwo)\",\n                    \"outputs.sortUnique\": \"sortUnique(inputs.listTwo)\",\n                    \"outputs.sum\": \"sum(inputs.listTwo)\",\n                    \"outputs.index_firstItem\": \"inputs.listTwo[0]\",\n                    \"outputs.index_lastItem\": \"inputs.listTwo[-1]\",\n                    \"outputs.sublist\": \"inputs.listTwo[3:5]\"\n                }\n            }\n        ]\n    }\n}   ","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"inputs\": {\n                \"listOne\": [\n                    \"one\",\n                    \"two\",\n                    \"three\"\n                ],\n                \"listTwo\": [\n                    8,\n                    5,\n                    1,\n                    1,\n                    2,\n                    3\n                ]\n            },\n            \"outputs\": {\n                \"contains\": true,\n                \"containsPartial\": false,\n                \"len\": 6,\n                \"list\": [\n                    \"dog\",\n                    \"cat\",\n                    \"chinchilla\"\n                ],\n                \"listInRange\": [\n                    5,\n                    3\n                ],\n                \"reverse\": [\n                    3,\n                    2,\n                    1,\n                    1,\n                    5,\n                    8\n                ],\n                \"sortUnique\": [\n                    1,\n                    2,\n                    3,\n                    5,\n                    8\n                ],\n                \"sublist\": [\n                    1,\n                    2\n                ],\n                \"sum\": 20,\n                \"index_firstItem\": 8,\n                \"index_lastItem\": 3\n            }\n        }\n    ]\n}"}],"_postman_id":"447e325a-78db-495d-b018-36ef4b687e03"},{"name":"Date manipulation","id":"6d30d2df-b9ed-4bdc-bf36-e66d264a1f43","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"url":"https://app.pendo.io/api/v1/aggregation","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Function</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>now()</code></td>\n<td>Returns the current moment (server-side) in milliseconds after the epoch.</td>\n</tr>\n<tr>\n<td><code>date(dateString)</code></td>\n<td>Returns the date in milliseconds after the epoch.<code>dateString</code> must be formatted in one of the following ISO-8601 formats in the subscription timezone:  <br />- <code>2006</code>  <br />- <code>2006-01</code>  <br />- <code>2006-01-02</code>  <br />- <code>2006-01-02T15:04</code>  <br />- <code>2006-01-02T15:04:05</code>  <br />- <code>2006-01-02T15:04:05.999</code></td>\n</tr>\n<tr>\n<td><code>date(year, mon, day, hour, min, sec, nanosec)</code></td>\n<td>Returns the date in milliseconds after the epoch. Any number of trailing date components may be omitted, defaulting to their minimum.</td>\n</tr>\n<tr>\n<td><code>startOfPeriod(period, timestamp)</code></td>\n<td>Rounds <code>timestamp</code> to the beginning of the <code>period</code> containing it.<code>period</code> is a string of one of the following values:  <br />- <code>daily</code>  <br />- <code>weekly</code>  <br />- <code>monthly</code>  <br />  <br /><code>timestamp</code> must either be or evaluate to an integer.  <br />  <br />Examples:<code>startOfPeriod(\"daily\", date(\"2022-01-26T10:30:00\")) == date(\"2022-01-26T00:00:00\")``startOfPeriod(\"monthly\", date(\"2022-01-26T10:30:00\")) == date(\"2022-01-01T00:00:00\")</code></td>\n</tr>\n<tr>\n<td><code>dateAdd(timestamp, num, interval)</code></td>\n<td>Returns the result of adding <code>num</code> units of <code>interval</code> to <code>timestamp</code>. <code>interval</code>is a string of one of the following values  <br />- <code>days</code>  <br />- <code>weeks</code>  <br />- <code>months</code>  <br />- <code>years</code>  <br />  <br />Note: it is best practice to ensure <code>timestamp</code> is aligned to the beginning of the interval used (e.g. using <code>startOfPeriod</code>) to avoid unexpected results. For example, <code>dateAdd(date(\"2022-01-30\"), 1, \"months\")</code>would return the date<code>2022-03-02.</code></td>\n</tr>\n<tr>\n<td><code>formatTime(formatString, timestamp)</code></td>\n<td>Returns a human-readable representation of the <code>timestamp</code>in subscription timezone. <code>formatString</code> must be a string in <a href=\"https://pkg.go.dev/time#pkg-constants\">Golang time format</a>; it cannot be just any date.  <br />  <br />Examples (where <code>t == date(2021,4,7,21,30,0)</code>): <code>formatTime(\"2006-01-02\", t) == \"2021-04-07\"</code> <code>formatTime(\"2006-01-02T15:04\", t) == \"2021-04-07T21:30\"</code> <code>formatTime(\"It's 2006, January 2\", t) == \"It's 2021, April 7\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"1e1f32b5-160b-409c-8a0c-9fbbaab163b8","name":"Examples","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"examples of date manipulation\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"filter\": \"visitorId == `exampleVisitor`\"\n            },\n            {\n                \"select\": {\n                    \"inputs.visitorId\": \"visitorId\",\n                    \"inputs.firstVisit\": \"metadata.auto.firstvisit\"\n                }\n            },\n            {\n                \"eval\": {\n                    \"outputs.now\": \"now()\",\n                    \"outputs.formatTime\": \"formatTime(`2006-01-02T15:04:05.999`, inputs.firstVisit)\",\n                    \"outputs.formatTimeNow\": \"formatTime(`2006-01-02`, now())\",\n                    \"outputs.formatTimeBadInput\": \"formatTime(`2006-01-02`, `invalid entry`)\",\n                    \"outputs.date1\": \"date(`2024-01-01T15:23:33`)\",\n                    \"outputs.date2\": \"date(2023,5,12,18)\",\n                    \"outputs.startOfPeriod\": \"startOfPeriod(`daily`,inputs.firstVisit)`\",\n                    \"outputs.startOfPeriodNow\": \"startOfPeriod(`monthly`, now())\",\n                    \"outputs.dateAdd\": \"dateAdd(inputs.firstVisit, 2, `weeks`)\",\n                    \"outputs.compound\": \"formatTime(`2006-01-02`, dateAdd(startOfPeriod(`daily`, date(2023,5,12,18)), -2, `days`))\"\n                    // This compound example looks at the beginning of the day for May 12, 2023 at 6pm, subtracts 2 days, and then formats the output\n                }\n            }\n        ]\n    }\n}   ","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"inputs\": {\n                \"visitorId\": \"exampleVisitor\",\n                \"firstVisit\": 1680722218840\n            },\n            \"outputs\": {\n                \"now\": 1704403650164,\n                \"formatTime\": \"2023-04-05T15:16:58.84\",\n                \"formatTimeNow\": \"2024-01-04\",\n                \"formatTimeBadInput\": \"0000-12-31\",\n                \"date1\": 1704140613000,\n                \"date2\": 1683928800000,\n                \"startOfPeriod\": 1680667200000,\n                \"startOfPeriodNow\": 1704085200000,\n                \"dateAdd\": 1681931818840,\n                \"compound\": \"2023-05-10\"\n            }\n        }\n    ]\n}"}],"_postman_id":"6d30d2df-b9ed-4bdc-bf36-e66d264a1f43"},{"name":"Pendo-specific expressions","id":"f01b7c47-1de6-45c2-9840-a71b20d9261a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"url":"https://app.pendo.io/api/v1/aggregation","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Function</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>identified(visitorId)</code></td>\n<td>Returns <code>true</code> if the <code>visitorId</code> is identified.</td>\n</tr>\n<tr>\n<td><code>childAccountId(accountId)</code></td>\n<td>Applicable only to subscriptions with Parent Accounts enabled.  <br />  <br />Returns the child accountId for the specified <code>accountId</code>, or null if there is none.</td>\n</tr>\n<tr>\n<td><code>parentAccountId(accountId)</code></td>\n<td>Applicable only to subscriptions with Parent Accounts enabled.  <br />  <br />Returns the parent accountId for the specified <code>accountId</code>, or the <code>accountId</code> itself if there is no parent.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"b45870f4-da73-48c8-b150-c81741bc69b5","name":"Examples","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"examples of pendo-specific functions\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"filter\": \"visitorId == `exampleVisitor` || visitorId == `_PENDO_T_00LU1MtLN0C`\"\n            },\n            {\n                \"select\": {\n                    \"inputs.visitorId\": \"visitorId\",\n                    \"inputs.accountId\": \"metadata.auto.accountid\"\n                }\n            },\n            {\n                \"eval\": {\n                    \"outputs.identified\": \"identified(inputs.visitorId)\",\n                    \"outputs.childAccountId\": \"childAccountId(inputs.accountId)\",\n                    \"outputs.parentAccountId\": \"parentAccountId(inputs.accountId)\"\n                }\n            }\n        ]\n    }\n}   ","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"inputs\": {\n                \"visitorId\": \"_PENDO_T_00LU1MtLN0C\",\n                \"accountId\": \"\"\n            },\n            \"outputs\": {\n                \"identified\": false,\n                \"childAccountId\": null,\n                \"parentAccountId\": \"\"\n            }\n        },\n        {\n            \"inputs\": {\n                \"visitorId\": \"exampleVisitor\",\n                \"accountId\": \"exampleParentAccount::exampleChildAccount\"\n            },\n            \"outputs\": {\n                \"identified\": true,\n                \"childAccountId\": \"exampleChildAccount\",\n                \"parentAccountId\": \"exampleParentAccount\"\n            }\n        }\n    ]\n}"}],"_postman_id":"f01b7c47-1de6-45c2-9840-a71b20d9261a"}],"id":"35f437b5-673a-41d9-bb0a-2bbbcf6e2811","description":"<p>A number of pipeline operators support expressions. Expression operators follow basic C expression syntax. All numeric values are converted to floats for computational purposes, and C order of operation is used. Parentheses may be used for grouping expressions.</p>\n<h2 id=\"basic-operators\"><strong>Basic operators</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Operator</strong></th>\n<th><strong>Symbol</strong></th>\n<th><strong>Applies to</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equals</td>\n<td><code>==</code></td>\n<td>ints, floats, strings, bools, lists</td>\n</tr>\n<tr>\n<td>Not Equals</td>\n<td><code>!=</code></td>\n<td>ints, floats, strings, bools</td>\n</tr>\n<tr>\n<td>Less</td>\n<td><code>&lt;</code></td>\n<td>ints, floats, strings</td>\n</tr>\n<tr>\n<td>Less-than-or-Equal</td>\n<td><code>&lt;=</code></td>\n<td>ints, floats, strings</td>\n</tr>\n<tr>\n<td>Greater</td>\n<td><code>&gt;</code></td>\n<td>ints, floats, strings</td>\n</tr>\n<tr>\n<td>Greater-than-or-Equal</td>\n<td><code>&gt;=</code></td>\n<td>ints, floats, strings</td>\n</tr>\n<tr>\n<td>And</td>\n<td><code>&amp;&amp;</code></td>\n<td>ints, floats, bools</td>\n</tr>\n<tr>\n<td>Or</td>\n<td><code>||</code></td>\n<td>ints, floats, bools</td>\n</tr>\n<tr>\n<td>Not</td>\n<td><code>!</code></td>\n<td>bools</td>\n</tr>\n<tr>\n<td>Plus</td>\n<td><code>+</code></td>\n<td>ints, floats</td>\n</tr>\n<tr>\n<td>Minus</td>\n<td><code>-</code></td>\n<td>ints, floats</td>\n</tr>\n<tr>\n<td>Multiply</td>\n<td><code>*</code></td>\n<td>ints, floats</td>\n</tr>\n<tr>\n<td>Divide</td>\n<td><code>/</code></td>\n<td>ints, floats</td>\n</tr>\n<tr>\n<td>Modulus</td>\n<td><code>%</code></td>\n<td>ints, floats</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Special case:</strong> <strong><code>null</code></strong> <strong>values</strong></p>\n<ul>\n<li>For the <code>||</code> and <code>&amp;&amp;</code> operators, <code>null</code> is treated equivalently to <code>false</code><ul>\n<li>e.g. <code>(true &amp;&amp; null) == false</code></li>\n</ul>\n</li>\n<li>For the <code>==</code> and <code>!=</code> operators, <code>null</code> is treated as a distinct value<ul>\n<li>e.g. <code>null == null</code> , but <code>null != false</code></li>\n</ul>\n</li>\n<li>Any other operator returns <code>null</code> if one input is <code>null</code><ul>\n<li>e.g. <code>1 + null == null</code></li>\n</ul>\n</li>\n</ul>\n","_postman_id":"35f437b5-673a-41d9-bb0a-2bbbcf6e2811","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Operators","item":[{"name":"Basic operators","id":"818f950c-98bc-41d2-902b-a11e5e96259d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>Below are some of the more basic operators used with Pendo aggregations. Examples of each can be found in the Example Request dropdown. Many of these are similar to common SQL operators.</p>\n<h2 id=\"limit\">Limit</h2>\n<p>The <code>limit</code> operator accepts an integer parameter that specifies how many rows will be returned. Limit is a best practice for testing aggregations. To see what fields in the schema exist, limit to 1 row.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"limit\": X\n}\n\n</code></pre>\n<h2 id=\"filter\">Filter</h2>\n<p>The <code>filter</code> operator evaluates an expression and returns only the rows that evaluate true. Please see the Expressions section for available options.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"filter\": \"&lt;expression&gt;\"\n}\n\n</code></pre>\n<h2 id=\"select\">Select</h2>\n<p>The <code>select</code> operator allows you to only keep certain fields from the output row and rename them if you wish. The fieldName is what the new field will be called, and the expression is the data field which you want to select.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"select\": {\n        \"outputFieldName\": \"inputFieldName\"\n    }\n}\n\n</code></pre>\n<h2 id=\"sort\">Sort</h2>\n<p>The <code>sort</code> operator sorts the rows by the specified field list. The order specifies what field it sorts on first, second, etc. in priority order. Prepend a - to the front of a field name to reverse sort by that field.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"sort\": [\"fieldName\"]\n}\n\n</code></pre>\n<h2 id=\"count\">Count</h2>\n<p>The <code>count</code> operator counts the number of rows passed in. It only takes null as a parameter.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"count\": null\n}\n\n</code></pre>\n<h2 id=\"reduce\">Reduce</h2>\n<p>The <code>reduce</code> operator collects all rows, then reduces them to a single row with aggregators. For a list of aggregators, refer to the Field Aggregators section below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"reduce\": {\n        \"outputFieldName\": {\n            \"aggregator\": \"inputFieldName\"\n        }\n    }\n}\n\n</code></pre>\n<h2 id=\"group\">Group</h2>\n<p>The <code>group</code> operator organizes rows into groups, then combines each group into one row. Each unique combination of values for these fields defines a group.</p>\n<p>The <code>group</code> operator supports flexible grouping (similar to GROUP BY in SQL) and simple aggregations of fields. It supports the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>group</code></td>\n<td>List of fields whose unique combination of values will be returned</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>An object containing the fields to aggregate across the group</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"group\": {\n        \"group\": [\n            \"fieldName1\",\n            \"fieldName2\"\n        ],\n        \"fields\": {\n            \"outputFieldName\": {\n                \"aggregator\": \"inputFieldName\"\n            }\n        }\n    }\n}\n\n</code></pre>\n<h2 id=\"eval\">Eval</h2>\n<p>Eval can add or replace one or more fields in your output. Within <code>eval</code>, you can do calculations and use expressions and field aggregators to modify or replace the rows.</p>\n<p>The execution order of the expressions within a single eval is undefined. If you wish to evaluate expressions dependent on a previously-evaluated field, put it in a separate eval.</p>\n<p>Some fields such as <code>day</code> are read-only. Using eval and setting the output field to the same fieldName produces an error. To resolve this, name the output field to something other than the read-only field name.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"reduce\": {\n        \"outputFieldName\": {\n            \"aggregator\": \"inputFieldName\"\n        }\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"31c336e4-e958-49ec-a8b5-b8d28f8c9ae6","name":"limit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return a single result from the events source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"limit\": 1\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700283600000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1702357200000,\n            \"pageId\": \"allevents\",\n            \"numEvents\": 14,\n            \"numMinutes\": 4,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"oBeteGp96cnyLbeA\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"7867bd37-52c6-45bf-86bd-5f512da659d5","name":"filter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return only results for visitor `exampleVisitor` from the events source\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"filter\": \"visitorId == exampleVisitor\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700283600000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1702357200000,\n            \"pageId\": \"allevents\",\n            \"numEvents\": 14,\n            \"numMinutes\": 4,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"oBeteGp96cnyLbeA\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"7a9907ad-78c7-4c91-82a4-2bc0646206e4","name":"select","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return only the visitorIds and number of events generated today\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"number of events\": \"numEvents\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1702098000000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"number of events\": 4\n        },\n        {\n            \"visitorId\": \"d.vader@deathstar.org\",\n            \"number of events\": 3\n        },\n        {\n            \"visitorId\": \"veryBusyVisitor\",\n            \"number of events\": 45\n        }\n    ]\n}"},{"id":"8b616a04-20a0-4cdc-98ec-258949c344f7","name":"sort","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return visitors and number of events, sorted by number of events descending\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"number of events\": \"numEvents\"\n                }\n            },\n            {\n                \"sort\": [\"-number of Events\"]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1702098000000,\n    \"results\": [\n        {\n            \"visitorId\": \"veryBusyVisitor\",\n            \"number of events\": 45\n        },\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"number of events\": 4\n        },\n        {\n            \"visitorId\": \"d.vader@deathstar.org\",\n            \"number of events\": 3\n        }\n    ]\n}"},{"id":"67945f89-cc56-4f91-9c89-292bbed00d25","name":"count","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"count the number of records\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"count\": null\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1702098000000,\n    \"results\": [\n        {\n            \"count\": 3\n        }\n    ]\n}"},{"id":"3ac9d940-a602-4e44-b22d-fd735a790517","name":"reduce","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return the sum of events and count of visitors\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"reduce\": {\n                    \"total events\": {\n                        \"sum\": \"numEvents\"\n                    },\n                    \"visitor count\": {\n                        \"count\": \"visitorId\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1702098000000,\n    \"results\": [\n        {\n            \"total events\": 52,\n            \"visitor count\": 3\n        }\n    ]\n}"},{"id":"f4109c60-5247-43d4-961d-1c98cdb85f8f","name":"group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return the unique visitor/account combinations, their sum of events, and last active day\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\",\n                        \"accountId\"\n                    ],\n                    \"fields\": {\n                        \"totalEvents\": {\n                            \"sum\": \"numEvents\"\n                        },\n                        \"last active day\": {\n                            \"max\": \"day\"\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"accountId\": \"exampleAccount\",\n            \"last active day\": 1702443600000,\n            \"totalEvents\": 8\n        },\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"accountId\": \"exampleVisitor's Second Account\",\n            \"last active day\": 1701320400000,\n            \"totalEvents\": 3\n        },\n        {\n            \"visitorId\": \"d.vader@deathstar.org\",\n            \"accountId\": \"The Empire\",\n            \"last active day\": 1702530000000,\n            \"totalEvents\": 9\n        },\n        {\n            \"visitorId\": \"veryBusyVisitor\",\n            \"accountId\": \"ourTopAccount\",\n            \"last active day\": 1702616400000,\n            \"totalEvents\": 499\n        },\n        {\n            \"visitorId\": \"_PENDO_T_78B6KXOaBcI\",\n            \"accountId\": \"\",\n            \"last active day\": 1701752400000,\n            \"totalEvents\": 2\n        }\n    ]\n}"},{"id":"2653c829-700b-4123-a112-726c2b6493d5","name":"group - simple","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return the unique combinations of visitor and account for the last 30 days\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\",\n                        \"accountId\"\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"accountId\": \"exampleAccount\"\n        },\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"accountId\": \"exampleVisitor's Second Account\"\n        },\n        {\n            \"visitorId\": \"d.vader@deathstar.org\",\n            \"accountId\": \"The Empire\"\n        },\n        {\n            \"visitorId\": \"veryBusyVisitor\",\n            \"accountId\": \"ourTopAccount\"\n        },\n        {\n            \"visitorId\": \"_PENDO_T_78B6KXOaBcI\",\n            \"accountId\": \"\"\n        }\n    ]\n}"},{"id":"d61121af-c220-4ca7-8818-18b81f2cf014","name":"eval","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return the unique combinations of visitor and account for the last 30 days\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"day\": \"day\"\n                }\n            },\n            {\n                \"eval\": {\n                    \"modifiedDay\": \"formatTime(`2006-01-02`, day)\",\n                    \"completelyNewField\": \"`this is a static string to add to all results`\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"day\": \"2023-12-31\",\n            \"completelyNewField\": \"`this is a static string to add to all results`\"\n        },\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"day\": \"2024-01-01\",\n            \"completelyNewField\": \"`this is a static string to add to all results`\"\n        },\n        {\n            \"visitorId\": \"d.vader@deathstar.org\",\n            \"day\": \"2024-01-19\",\n            \"completelyNewField\": \"`this is a static string to add to all results`\"\n        }\n    ]\n}"}],"_postman_id":"818f950c-98bc-41d2-902b-a11e5e96259d"},{"name":"Pendo-specific operators","id":"3a1b2ff7-80a4-4cd0-b36b-f7d825fcdf3b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>Below are operators specific to certain objects within Pendo. Examples of each can be found in the Example Request dropdown.</p>\n<h2 id=\"identified\">Identified</h2>\n<p>Identified is a special case of the <code>filter</code> operator that returns only rows for identified visitors. If you have enabled the capture of anonymous visitor traffic, you can also invert the identified operator with an <code>!</code> to get only anonymous visitors.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"identified\": \"visitorId\n}\n\n</code></pre>\n<h2 id=\"bulkexpand\">BulkExpand</h2>\n<p>The <code>bulkExpand</code> operator is used to add visitor and account metadata to your result by performing a lookup on the visitorId or accountId.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"bulkExpand\": {\n        \"outputField\": {\n            \"visitor\": \"visitorId\"\n        }\n    }\n}\n\n</code></pre>\n<h2 id=\"expand\">Expand</h2>\n<p>The <code>expand</code> operator is used to add page, feature, or trackType metadata to your result by performing a lookup on that object’s ID.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"expand\": {\n        \"outputField\": {\n            \"page\": \"pageId\"\n        }\n    }\n}\n\n</code></pre>\n<h2 id=\"itemseen\">ItemSeen</h2>\n<p>The <code>itemSeen</code> operator is used to add information about a visitor’s interactions with Pages, Features, or trackTypes. It will return the last time the object was used by the visitor and the count of interactions.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \n    \"itemSeen\": {\n        \"outputField\": {\n            \"pageId\": \"enterPageId\"\n        }\n    }\n}\n\n</code></pre>\n<h2 id=\"segment\">Segment</h2>\n<p>Segment is another special case of the <code>filter</code> operator and only returns rows that match the specified segment. A row is passed if the accountId and visitorId in the input row match an item in the segment. Some segments may specify only visitors or accounts; in those cases the segment operator only matches against the appropriate field from the input row.</p>\n<p>The <code>segmentId</code> is found at the end of the URL when viewing details for a specific segment within the app.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \n    \"segment\": {\n        \"id\": \"segmentId\"\n    }\n}\n\n</code></pre>\n<h2 id=\"useragent\">Useragent</h2>\n<p>The useragent operator parses the userAgent provided in the input field and outputs a new key object with the parsed user agent data.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"useragent\": {\n        \"outputField\": \"userAgent\"\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"3d29b7ea-ebe2-41f6-86e0-e3d85d94af35","name":"identified","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return only identified visitors\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor1\"\n        },\n        {\n            \"visitorId\": \"veryBusyVisitor\"\n        },\n        {\n            \"visitorId\": \"exampleVisitor1\"\n        },\n        {\n            \"visitorId\": \"veryBusyVisitor\"\n        },\n        {\n            \"visitorId\": \"d.vader@deathstar.org\"\n        },\n        {\n            \"visitorId\": \"veryBusyVisitor\"\n        },\n        {\n            \"visitorId\": \"veryBusyVisitor\"\n        }\n    ]\n}"},{"id":"a08abcd0-cb46-4360-b1b3-7833255149ab","name":"identified - anonymous only","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return only anonymous visitors\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"identified\": \"!visitorId\"\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"visitorId\": \"_PENDO_T_78B6KXOaBcI\"\n        },\n        {\n            \"visitorId\": \"_PENDO_T_RmxVJ3nXgr8\"\n        },\n        {\n            \"visitorId\": \"_PENDO_T_SdLVfjmfkee\"\n        },\n        {\n            \"visitorId\": \"_PENDO_T_XdNwwlwd8Nz\"\n        },\n        {\n            \"visitorId\": \"_PENDO_T_XstH3dOBHF8\"\n        }\n    ]\n}"},{"id":"037f1695-6cda-4847-a0cf-12a7f6b27313","name":"bulkExpand - visitor","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"add all visitor-level metadata to the events source output\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"bulkExpand\": {\n                    \"accountInfo\": {\n                        \"account\": \"accountId\"\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"accountId\": \"accountId\",\n                    \"name\": \"accountInfo\",\n                    \"numEvents\": \"numEvents\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1701234000000,\n            \"pageId\": \"allevents\",\n            \"numEvents\": 2,\n            \"numMinutes\": 1,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"xQGmVK3ugLjaeKqW\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                }\n            },\n            \"visitorMetadata\": {\n                \"agent\": {\n                    \"boolean\": true,\n                    \"date\": 1679529600000,\n                    \"full_name\": \"Ikora Rey\",\n                    \"language\": \"en_US\",\n                    \"list\": [\n                        \"one\",\n                        \"two\",\n                        \"three\"\n                    ],\n                    \"number\": 201,\n                    \"text\": \"This is the visitor object\"\n                },\n                \"auto\": {\n                    \"accountid\": \"anotherAccount\",\n                    \"accountids\": [\n                        \"anotherAccount\",\n                        \"exampleAccount\"\n                    ],\n                    \"firstvisit\": 1680722218840,\n                    \"id\": \"exampleVisitor\",\n                    \"idhash\": 1571066552,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"111.0.0\",\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastupdated\": 1680722448457,\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1701234000000\n                },\n                \"auto_5739946637131776\": {\n                    \"firstvisit\": 1646946262147,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"112.0.0\",\n                    \"lastmetadataupdate_agent\": 1683557367905,\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1683560865301\n                },\n                \"auto__323232\": {\n                    \"firstvisit\": 1680722218840,\n                    \"lastbrowsername\": \"Chrome\",\n                    \"lastbrowserversion\": \"111.0.0\",\n                    \"lastmetadataupdate_agent\": 1680722447455,\n                    \"lastoperatingsystem\": \"Mac OS X\",\n                    \"lastservername\": \"localhost:8080\",\n                    \"lastuseragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\",\n                    \"lastvisit\": 1701234000000\n                },\n                \"custom\": {\n                    \"epochdate\": 1649185237504,\n                    \"favoriteColor\": \"purple\"\n                }\n            }\n        }\n    ]\n}"},{"id":"1112b912-7b24-4f0e-b613-d6723567ca57","name":"bulkExpand - account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return account, number of events, and any custom metadata to the events source output\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -10\n                    }\n                }\n            },\n            {\n                \"bulkExpand\": {\n                    \"accountInfo\": {\n                        \"account\": \"accountId\"\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"accountId\": \"accountId\",\n                    \"custom metadata\": \"accountInfo.custom\",\n                    \"numEvents\": \"numEvents\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1702098000000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"numEvents\": 4,\n            \"custom metadata\": {\n                \"technicalAccountManager\": \"Sloane\"\n            }\n        },\n                {\n            \"accountId\": \"anotherAccount\",\n            \"numEvents\": 42,\n            \"custom metadata\": {\n                \"technicalAccountManager\": \"Hawthorne\"\n            }\n        }\n    ]\n}"},{"id":"20a06df3-5724-4ca5-82db-b5131d646876","name":"expand - pages","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"add all page-level metadata to the pageEvents source output\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pageEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"expand\": {\n                    \"pageMetadata\": {\n                        \"page\": \"pageId\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1702616400000,\n            \"pageId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n            \"numEvents\": 1,\n            \"numMinutes\": 1,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"dLSq33WKoXgcy04Z\",\n            \"pageMetadata\": {\n                \"appId\": -323232,\n                \"color\": \"\",\n                \"createdAt\": 1670346921152,\n                \"createdByUser\": {\n                    \"id\": \"5692633674809344\",\n                    \"username\": \"z.avala@pendo.io\",\n                    \"first\": \"Zack\",\n                    \"last\": \"Avala\",\n                    \"role\": 8,\n                    \"userType\": \"normal\",\n                    \"hasLoggedIn\": true,\n                    \"lastLogin\": 1680528459457,\n                    \"visitorIds\": [\n                        \"exampleVisitor\",\n                        \"2abde58cf04d71c1109d9de43c295b1c\"\n                    ]\n                },\n                \"dailyMergeFirst\": 0,\n                \"dailyRollupFirst\": 0,\n                \"dirty\": false,\n                \"group\": {\n                    \"color\": \"\",\n                    \"description\": \"\",\n                    \"id\": \"\",\n                    \"items\": null,\n                    \"length\": 0,\n                    \"name\": \"\",\n                    \"type\": \"\"\n                },\n                \"id\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n                \"isCoreEvent\": false,\n                \"isSuggested\": false,\n                \"kind\": \"Page\",\n                \"lastUpdatedAt\": 1670347013487,\n                \"lastUpdatedByUser\": {\n                    \"id\": \"5692633674809344\",\n                    \"username\": \"i.kora@pendo.io\",\n                    \"first\": \"Imelda\",\n                    \"last\": \"Kora\",\n                    \"role\": 8,\n                    \"userType\": \"normal\",\n                    \"hasLoggedIn\": true,\n                    \"lastLogin\": 1680528459457,\n                    \"visitorIds\": [\n                        \"exampleVisitor2\",\n                        \"8f7fd4456b256576eb05f3ddba26b651\"\n                    ]\n                },\n                \"name\": \"Frames - ALL containing frame\",\n                \"rootVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\",\n                \"rules\": [\n                    {\n                        \"rule\": \"//*/~contains:Frame\",\n                        \"parsedRule\": \"^https?://[^/]*/[^/#?;]*Frame[^/#?;]*/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\"\n                    }\n                ],\n                \"rulesjson\": \"\",\n                \"stableVersionId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ-20221206171653.509391098\",\n                \"suggestedName\": \"Page of Frames\",\n                \"validThrough\": 1696615200000\n            }\n        }\n    ]\n}"},{"id":"dc666b9b-a04b-475a-a52d-d7af9afbf2b7","name":"expand - features","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"add feature name to the featureEvents source output\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"featureEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"expand\": {\n                    \"featureData\": {\n                        \"feature\": \"featureId\"\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"day\": \"day\",\n                    \"featureId\": \"featureId\",\n                    \"featureRules\": \"featureData.elementPathRules\",\n                    \"eventCount\": \"numEvents\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"eventCount\": 1,\n            \"visitorId\": \"_PENDO_T_XstH3dOBHF8\",\n            \"day\": 1701752400000,\n            \"featureId\": \"6sfqyrTV9y760u9OnYD6E9L2X4E\",\n            \"featureRules\": [\n                \"#elementId\"\n            ]\n        },\n        {\n            \"eventCount\": 1,\n            \"visitorId\": \"exampleVisitor\",\n            \"day\": 1701752400000,\n            \"featureId\": \"ckpmWo-RTjXLJVVrN3Ejz_IzVyE\",\n            \"featureRules\": [\n                \".className\"\n            ]\n        },\n        {\n            \"eventCount\": 1,\n            \"visitorId\": \"exampleVisitor\",\n            \"day\": 1701752400000,\n            \"featureId\": \"nVPobbKgUGeaCQTDhzivdDDDwrw\",\n            \"featureRules\": [\n                \".btn\"\n            ]\n        }\n    ]\n}"},{"id":"5f37ae5c-f9f1-4eec-93cd-36f5d3f78f0f","name":"expand - track events","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"add track event name to the trackEvent source output\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"trackEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            {\n                \"expand\": {\n                    \"trackEventInfo\": {\n                        \"trackType\": \"trackTypeId\"\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"day\": \"day\",\n                    \"trackEventId\": \"trackTypeId\",\n                    \"trackEventName\": \"trackEventInfo.name\",\n                    \"eventCount\": \"numEvents\",\n                    \"properties\": \"properties\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700283600000,\n    \"results\": [\n        {\n            \"day\": 1701320400000,\n            \"trackEventId\": \"YhTQ-PsK16B0zZW2WJpAa9Sa-s0\",\n            \"trackEventName\": \"Server-side Track Event\",\n            \"eventCount\": 1,\n            \"visitorId\": \"exampleVisitor\",\n            \"properties\": {\n                \"propertyName\": \"This is an example of a server-side track event\"\n            }\n        },\n        {\n            \"day\": 1701234000000,\n            \"trackEventId\": \"rKgWi9Yyftug3TxddoPyeue40AE\",\n            \"trackEventName\": \"Client-side Track Event\",\n            \"eventCount\": 2,\n            \"visitorId\": \"exampleVisitor\",\n            \"properties\": {\n                \"__sg__\": {\n                    \"visitormetadata\": {\n                        \"full_name\": \"Ikora Rey\"\n                    }\n                },\n                \"propertyName\": \"This is a client-side track event.\"\n            }\n        }\n    ]\n}"},{"id":"fe496339-1d26-4449-93ab-478c286b2440","name":"itemSeen - pages","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return all visitors who have seen page X at least once\",\n        \"pipeline\": [\n            { // begin with the visitors source\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            { // use itemSeen to pull all-time page counts\n                \"itemSeen\": {\n                    \"pageABCdata\": {\n                        \"pageId\": \"HfX7LQShylAeZM2AEfMsHFjYIMQ\"\n                    }\n                }\n            },\n            { // narrow fields down to just visitor and the page data\n                \"select\": {\n                    \"visitor\": \"visitorId\",\n                    \"pageABCdata\": \"pageABCdata\"\n                }\n            },\n            { // find only counts higher than zero\n                \"filter\": \"pageABCdata.count > 0\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"visitor\": \"exampleVisitor\",\n            \"pageABCdata\": {\n                \"lastUsed\": 1698421407539,\n                \"count\": 161\n            }\n        },\n        {\n            \"visitor\": \"anotherVisitor\",\n            \"pageABCdata\": {\n                \"lastUsed\": 1686333279784,\n                \"count\": 613\n            }\n        },\n        {\n            \"visitor\": \"thisOtherVisitor\",\n            \"pageABCdata\": {\n                \"lastUsed\": 1690381052418,\n                \"count\": 169\n            }\n        }\n    ]\n}"},{"id":"6d332ade-37f7-41c0-b1cc-db711956731a","name":"itemSeen - features","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return all visitors with events today and the last time they used feature X\",\n        \"pipeline\": [\n            { // begin with the events source to get all of today's event data\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            { // use itemSeen to pull all-time feature counts\n                \"itemSeen\": {\n                    \"featureCounts\": {\n                        \"featureId\": \"6sfqyrTV9y760u9OnYD6E9L2X4E\"\n                    }\n                }\n            },\n            { // narrow fields down to just the fields we want\n                \"select\": {\n                    \"visitor\": \"visitorId\",\n                    \"eventsToday\": \"numEvents\",\n                    \"featureLastUsed\": \"featureCounts.lastUsed\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"visitor\": \"_PENDO_T_XstH3dOBHF8\",\n            \"eventsToday\": 2,\n            \"featureLastUsed\": 1701790094851\n        },\n        {\n            \"visitor\": \"testVisitor1701790085000\",\n            \"eventsToday\": 54,\n            \"featureLastUsed\": 0\n        }\n    ]\n}"},{"id":"402f61be-6b7a-4aa7-8841-722e79fcf9f7","name":"segment - visitor","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return all visitors in a segment with ONLY visitor-level references\",\n        \"pipeline\": [\n            { // begin with the visitors source\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            { // you can obtain the segmentId from the URL in the app\n                \"segment\": {\n                    \"id\": \"ON7URriuLnGej--hAJnwLavU1nw\"\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor1\"\n        },\n        {\n            \"visitorId\": \"d.vader@deathstar.org\"\n        }\n    ]\n}"},{"id":"1b477ae8-612a-4ce9-93fb-5921eb35b665","name":"segment - account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return all accounts in a segment with ONLY account-level references\",\n        \"pipeline\": [\n            { // begin with the accounts source\n                \"source\": {\n                    \"accounts\": null\n                }\n            },\n            { // you can obtain the segmentId from the URL in the app\n                \"segment\": {\n                    \"id\": \"ON7URriuLnGej--hAJnwLavU1nw\"\n                }\n            },\n            {\n                \"select\": {\n                    \"accountId\": \"accountId\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\"\n        }\n    ]\n}"},{"id":"d47d6cf2-98bf-4a62-8f2f-a08c7eb638b0","name":"segment - complex","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return all visitors and accounts in a segment with both visitor and account-level references\",\n        \"pipeline\": [\n            { // begin with the accounts source\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            { // use eval to simplify the accounts array\n                \"eval\": {\n                    \"accountId\": \"metadata.auto.accountids\"\n                }\n            },\n            { // use unwind to expand the accounts array into individual visitor and account combinations\n                \"unwind\": {\n                    \"field\": \"accountId\",\n                    \"keepEmpty\": true\n                }\n            },\n            { // if any account-level metadata is referenced in the segment, use bulkExpand to retrieve that\n                \"bulkExpand\": {\n                    \"account\": {\n                        \"account\": \"accountId\"\n                    }\n                }\n            },\n            { // you can obtain the segmentId from the URL in the app\n                \"segment\": {\n                    \"id\": \"ON7URriuLnGej--hAJnwLavU1nw\"\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"accountId\": \"accountId\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700370000000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"accountId\": \"exampleAccount\"\n        }\n    ]\n}"},{"id":"7861d8b9-c41d-4da9-901a-f0b3bc74bbc2","name":"userAgent","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"expand the userAgent information into its individual parts\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"useragent\": {\n                    \"parsedUserAgent\": \"userAgent\"\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"parsedUserAgent\": \"parsedUserAgent\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1702789200000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"parsedUserAgent\": {\n                \"deviceType\": \"Desktop\",\n                \"name\": \"Chrome\",\n                \"os\": \"Mac OS X\",\n                \"renderVersion\": \"\",\n                \"type\": \"Browser\",\n                \"version\": \"120.0.0\"\n            }\n        },\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"parsedUserAgent\": {\n                \"deviceType\": \"Desktop\",\n                \"name\": \"Chrome\",\n                \"os\": \"Windows\",\n                \"renderVersion\": \"\",\n                \"type\": \"Browser\",\n                \"version\": \"119.0.0\"\n            }\n        },\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"parsedUserAgent\": {\n                \"deviceType\": \"Mobile\",\n                \"name\": \"Safari\",\n                \"os\": \"iOS\",\n                \"renderVersion\": \"\",\n                \"type\": \"Browser\",\n                \"version\": \"13.0.3\"\n            }\n        },\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"parsedUserAgent\": {\n                \"deviceType\": \"Desktop\",\n                \"name\": \"Firefox\",\n                \"os\": \"Mac OS X\",\n                \"renderVersion\": \"\",\n                \"type\": \"Browser\",\n                \"version\": \"113.0.0\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3a1b2ff7-80a4-4cd0-b36b-f7d825fcdf3b"},{"name":"Advanced operators","id":"4c158a71-9b87-4ac9-bf28-eb8b012c9ffd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>Advanced operators are written syntactically the same as basic operators, but do more complex calculations or open more sources and combine them in different ways. These operators may impact the performance of your aggregations if used improperly or to request too much information.</p>\n<p>Find examples of each operator in the Example Request dropdown.</p>\n<h2 id=\"unwind\">Unwind</h2>\n<p>The <code>unwind</code> operator expands a list of items into separate rows. All other items are preserved and an index may optionally be added. If the list to unwind is empty then no rows are emitted unless <code>{\"keepEmpty\" : true}</code> is specified, in which case the original row is preserved.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>field</code></td>\n<td>the name of the input field to unwind</td>\n</tr>\n<tr>\n<td><code>index</code></td>\n<td>Sets an index to the named field. (optional)</td>\n</tr>\n<tr>\n<td><code>keepEmpty</code></td>\n<td>Set to true to retain rows where the input field is empty (optional)</td>\n</tr>\n<tr>\n<td><code>prefix</code></td>\n<td>Set to true to return a running list (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"unwind\": {\n        \"field\": \"inputFieldName\",\n        \"keepEmpty\": true,\n        \"index\": \"indexFieldName\"\n    }\n}\n\n</code></pre>\n<h2 id=\"switch\">Switch</h2>\n<p>The switch operation allows a field to checked against any number of conditions, and have a new field set based on which condition it matches.</p>\n<p>For each row the <code>inputField</code> will be checked to see which set of conditions its value matches.</p>\n<p>It must match all of the conditions for <code>outputField</code> to be set to the value indicated. If no conditions match, or if <code>inputField</code> is not set at all, the row is skipped.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"switch\": {\n        \"outputField\": {\n            \"inputField\": [{\n                    \"value\": \"small\",\n                    \"&lt;\": 10\n                },\n                {\n                    \"value\": \"medium\",\n                    \"&gt;=\": 10,\n                    \"&lt;\": 20\n                },\n                {\n                    \"value\": \"large\",\n                    \"&gt;=\": 20,\n                    \"&lt;\": 50\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>\n<h2 id=\"fork\">Fork</h2>\n<p>The <code>fork</code> operator allows data to be sent into multiple pipelines, with each of the child pipelines receiving all of the rows for that step and performing different operations on them. The same row is sent to all of the child pipelines; it is not a copy of the row. Any changes to the row made in one pipeline is visible in all pipelines.</p>\n<p>Forks are often combined with the <code>join</code> operator below</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"fork\": [\n        [\n            {\n                &lt;operator1&gt;\n            }\n        ],\n        [\n            {\n                &lt;operator2&gt;\n            }\n        ]\n    ]\n}\n\n</code></pre>\n<h2 id=\"spawn\">Spawn</h2>\n<p>The <code>spawn</code> operator runs multiple pipelines, each producing a set of rows, and combines the results into a single set of rows with no particular ordering to be processed by the remainder of the main pipeline. Each spawn “inner pipeline” must have its own source.</p>\n<p>Spawns are often combined with the <code>join</code> operator below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"spawn\": [\n        [\n            {\n                \"source\": {\n                    \"sourceName1\": null\n                },\n                \"timeSeries\": {...}\n            }\n        ],\n        [\n            {\n                \"source\": {\n                    \"sourceName2\": null\n                },\n                \"timeSeries\": {...}\n            }\n        }\n    ]\n}\n\n</code></pre>\n<h2 id=\"join\">Join</h2>\n<p>The <code>join</code> operator merges multiple rows together based on a list of one or more keys.</p>\n<p>The optional width argument allows the user to define how many rows are expected to make up the final result. Once that many rows with the same join key have been seen, the merged row is passed to the next operation in the pipeline. If more rows are later seen with that join key, they are treated as a new join operation.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"join\": {\n        \"fields\": [\n            \"fieldToJoinOn1\",\n            \"fieldToJoinOn2\"\n        ],\n        \"width\": 3\n    }\n}\n\n</code></pre>\n<h2 id=\"merge\">Merge</h2>\n<p>The <code>merge</code> operator runs a second aggregation pipeline and joins these new rows to the main pipeline based on defined <code>fields</code> to match on and a list of <code>mappings</code> to determine what data to merge.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>fields</code></td>\n<td>A list of fields to use to match rows between the two pipelines</td>\n</tr>\n<tr>\n<td><code>mappings</code></td>\n<td>An object containing the data from the inner pipeline to merge to the main pipeline</td>\n</tr>\n<tr>\n<td><code>pipeline</code></td>\n<td>The second aggregation to merge into the main pipeline</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"considerations-with-merge\">Considerations with Merge</h3>\n<p>If there are duplicate/non-unique keys in the main pipeline with a match in the merged pipeline, all rows receive the data from the merged pipeline.</p>\n<p>If there are duplicate/non-unique keys in the <code>merge</code> pipeline, there are no guarantees which merge row’s data will be matched and returned. This undefined behavior can be avoided by ensuring that the merge pipeline produces rows with unique keys, e.g. by utilizing the <code>group</code> operator.</p>\n<p>If <code>mappings</code> is given an empty object (e.g. \"mappings\": {}), no fields from the merge pipeline are copied over.</p>\n<p>However, if the <code>mappings</code> field is omitted entirely (e.g. <code>\"merge\": { \"fields\": [], \"pipeline\": [] }</code>), all fields from the merge pipeline are copied over using their names from the merge pipeline.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"51471cb0-b891-4e6f-a551-e08550cbf4d0","name":"unwind","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return all values in metadata field `list` and return each in its own object\",\n        \"pipeline\": [\n            { \n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            { // assume the list value is [\"one\",\"two\",\"three\"]\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"list\": \"metadata.agent.list\"\n                }\n            }, \n            {\n                \"unwind\": {\n                    \"field\": \"list\",\n                    \"index\": \"listIndex\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"// assuming exampleVisitor's list is [\"one\",\"two\",\"three\"]\n// and anotherVisitor's list is empty, \n// the response would be as follows.  \n// anotherVisitor is not included as it had no list value\n{\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"list\": \"one\",\n            \"listIndex\": 0\n        },\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"list\": \"two\",\n            \"listIndex\": 1\n        },\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"list\": \"three\",\n            \"listIndex\": 2\n        }\n    ]\n}"},{"id":"d704218a-f67a-4a1b-98e9-d673a4bca80f","name":"unwind - keepEmpty","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return all values in metadata field `list` and return each in its own object\",\n        \"pipeline\": [\n            { \n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"list\": \"metadata.agent.list\"\n                }\n            }, \n            {\n                \"unwind\": {\n                    \"field\": \"list\",\n                    \"keepEmpty\": true\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"// assuming exampleVisitor's list is [\"one\",\"two\",\"three\"]\n// and anotherVisitor's list is empty, \n// the response would be as follows.  \n// anotherVisitor is not included as it had no list value\n{\n    \"results\": [\n        {\n            \"visitorId\": \"anotherVisitor\",\n            \"list\": null\n        },\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"list\": \"one\"\n        },\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"list\": \"two\"\n        },\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"list\": \"three\"\n        }\n    ]\n}"},{"id":"5fe25f1e-7d8f-4983-bc02-fe6742395ae6","name":"switch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            { // begin with the events source to get all of today's event data\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            { // using eval to supply an example field with the value of 8\n                \"eval\": {\n                    \"inputField\": \"8\"\n                }\n            },\n            { // using switch, creating a new outputField based on the value of the inputField\n                \"switch\": {\n                    \"outputField\": {\n                        \"inputField\": [\n                            {\n                                \"value\": \"small\",\n                                \"<\": 10\n                            },\n                            {\n                                \"value\": \"medium\",\n                                \">=\": 10,\n                                \"<\": 20\n                            },\n                            {\n                                \"value\": \"large\",\n                                \">=\": 20,\n                                \"<\": 50\n                            }\n                        ]\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"inputField\": \"inputField\",\n                    \"outputField\": \"outputField\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1704949200000,\n    \"results\": [\n        {\n            \"inputField\": 8,\n            \"outputField\": \"small\"\n        }\n    ]\n}"},{"id":"c52abd14-158a-4d60-9857-c4d51bf42959","name":"fork","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"return events with a total count and a count by visitor\",\n        \"pipeline\": [\n            { // begin with the events source to get all of today's event data\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            {\n                \"fork\": [\n                    [\n                        {\n                            \"group\": {\n                                \"group\": [\n                                    \"visitorId\"\n                                ],\n                                \"fields\": [\n                                    {\n                                        \"totalEventsByVisitor\": {\n                                            \"sum\": \"numEvents\"\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    [\n                        {\n                            \"reduce\": {\n                                \"totalEvents\": {\n                                    \"sum\": \"numEvents\"\n                                }\n                            }\n                        }\n                    ]\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700456400000,\n    \"results\": [\n        {\n            \"totalEvents\": 52\n        },\n        {\n            \"visitorId\": \"anotherVisitor\",\n            \"totalEventsByVisitor\": 3\n        },\n        {\n            \"visitorId\": \"d.vader@deathstar.org\",\n            \"totalEventsByVisitor\": 4\n        },\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"totalEventsByVisitor\": 45\n        }\n    ]\n}"},{"id":"2eabdacc-a3cd-4ba5-8de5-8fb4b215264a","name":"spawn","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"spawn\": [\n                    [ // the first spawn source gets all visitors and their events by day\n                        {\n                            \"source\": {\n                                \"events\": {\n                                    \"appId\": -323232\n                                },\n                                \"timeSeries\": {\n                                    \"period\": \"dayRange\",\n                                    \"first\": \"now()\",\n                                    \"count\": -2\n                                }\n                            }\n                        },\n                        {\n                            \"identified\": \"visitorId\"\n                        },\n                        {\n                            \"select\": {\n                                \"spawn1VisitorId\": \"visitorId\",\n                                \"numEvents\": \"numEvents\",\n                                \"day\": \"day\"\n                            }\n                        }\n                    ],\n                    [// the second gets all visitors and the sum of events over the whole timeframe\n                        {\n                            \"source\": {\n                                \"events\": {\n                                    \"appId\": -323232\n                                },\n                                \"timeSeries\": {\n                                    \"period\": \"dayRange\",\n                                    \"first\": \"now()\",\n                                    \"count\": -2\n                                }\n                            }\n                        },\n                        {\n                            \"identified\": \"visitorId\"\n                        },\n                        {\n                            \"group\": {\n                                \"group\": [\"visitorId\"],\n                                \"fields\": {\n                                    \"sumOfEvents\": {\n                                        \"sum\": \"numEvents\"\n                                    }\n                                }\n                            }\n                        },\n                        {\n                            \"select\": {\n                                \"spawn2Visitor\": \"visitorId\",\n                                \"sumOfEvents\": \"sumOfEvents\"\n                            }\n                        }\n                    ]\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"numEvents\": 8,\n            \"day\": 1704949200000,\n            \"spawn1VisitorId\": \"exampleVisitor\"\n        },\n        {\n            \"numEvents\": 3,\n            \"day\": 1704430800000,\n            \"spawn1VisitorId\": \"exampleVisitor1\"\n        },\n        {\n            \"numEvents\": 12,\n            \"day\": 1704344400000,\n            \"spawn1VisitorId\": \"exampleVisitor\"\n        },\n        {\n            \"numEvents\": 4,\n            \"day\": 1704258000000,\n            \"spawn1VisitorId\": \"anotherVisitor\"\n        },\n        {\n            \"spawn2Visitor\": \"anotherVisitor\",\n            \"sumOfEvents\": 4\n        },\n        {\n            \"spawn2Visitor\": \"exampleVisitor1\",\n            \"sumOfEvents\": 3\n        },\n        {\n            \"spawn2Visitor\": \"exampleVisitor\",\n            \"sumOfEvents\": 20\n        }\n    ]\n}"},{"id":"7f24c453-3f41-432a-84d5-a89d61fabf7e","name":"join","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"response\": {\n\t\t\"mimeType\": \"application/json\"\n\t},\n\t\"request\": {\n\t\t\"name\": \"Combine NPS qualitative and quantitative responses together by visitor\",\n\t\t\"pipeline\": [\n\t\t\t{\n\t\t\t\t\"spawn\": [\n\t\t\t\t\t[ // the first spawn source retrieves the results of the NPS's numeric poll\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"source\": {\n\t\t\t\t\t\t\t\t\"pollsSeenEver\": {\n\t\t\t\t\t\t\t\t\t\"guideId\": \"yourGuideId\",\n\t\t\t\t\t\t\t\t\t\"pollId\": \"pollId1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"identified\": \"visitorId\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ // uniquely name the poll response and time fields so the output makes sense\n\t\t\t\t\t\t\t\"select\": {\n\t\t\t\t\t\t\t\t\"visitorId\": \"visitorId\",\n\t\t\t\t\t\t\t\t\"accountId\": \"accountId\",\n\t\t\t\t\t\t\t\t\"quantitativeTime\": \"time\",\n\t\t\t\t\t\t\t\t\"quantitativeResponse\": \"response\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t[// this source retrieves the results of the NPS's free text poll\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"source\": {\n\t\t\t\t\t\t\t\t\"pollsSeenEver\": {\n\t\t\t\t\t\t\t\t\t\"guideId\": \"yourGuideId\",\n\t\t\t\t\t\t\t\t\t\"pollId\": \"pollId2\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"identified\": \"visitorId\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ // uniquely name the poll response and time fields so the output makes sense\n\t\t\t\t\t\t\t\"select\": {\n\t\t\t\t\t\t\t\t\"visitorId\": \"visitorId\",\n\t\t\t\t\t\t\t\t\"accountId\": \"accountId\",\n\t\t\t\t\t\t\t\t\"qualitativeTime\": \"time\",\n\t\t\t\t\t\t\t\t\"qualitativeResponse\": \"response\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t]\n\t\t\t},\n\t\t\t{ // the results of the two sources below are joined on visitorId\n\t\t\t\t\"join\": {\n\t\t\t\t\t\"fields\": [\n\t\t\t\t\t\t\"visitorId\"\n\t\t\t\t\t],\n\t\t\t\t\t\"width\": 2\n\t\t\t\t}\n\t\t\t},\n\t\t\t{ // this returns only the fields we're interested in\n\t\t\t\t\"select\": {\n\t\t\t\t\t\"visitorId\": \"visitorId\",\n\t\t\t\t\t\"accountId\": \"accountId\",\n\t\t\t\t\t\"qualitativeResponse\": \"qualitativeResponse\",\n\t\t\t\t\t\"qualitativeTime\": \"qualitativeTime\",\n\t\t\t\t\t\"quantitativeResponse\": \"quantitativeResponse\",\n\t\t\t\t\t\"quantitativeTime\": \"quantitativeTime\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"quantitativeResponse\": 7,\n            \"quantitativeTime\": 1698937072013,\n            \"visitorId\": \"exampleVisitor\",\n            \"accountId\": \"exampleAccount\",\n            \"qualitativeResponse\": \"it's ok, but it could be better\",\n            \"qualitativeTime\": 1698937072013\n        },\n        {\n            \"quantitativeResponse\": 10,\n            \"quantitativeTime\": 1677609413800,\n            \"visitorId\": \"enthusiasticVisitor\",\n            \"accountId\": \"exampleAccount\",\n            \"qualitativeResponse\": \"this is the greatest software i've ever used!!!!!!!\",\n            \"qualitativeTime\": 1665409839818\n        }\n    ]\n}"},{"id":"a460e2c0-b262-417c-9369-0553b3df8912","name":"merge","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-pendo-integration-key","value":"<PENDO_INTEGRATION_KEY>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Add guide name to guidesSeen results\",\n        \"pipeline\": [\n            {\n                \"source\": { // first retrieve all guideSeen results from desired timeframe\n                    \"guidesSeen\": null,\n                    \"timeSeries\": {\n                        \"first\": \"now()\",\n                        \"count\": -1,\n                        \"period\": \"dayRange\"\n                    }\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\"guideId\"],\n                    \"fields\": {\n                        \"lastSeen\": {\n                            \"max\": \"lastSeenAt\"\n                        },\n                        \"timesSeen\": {\n                            \"sum\": \"seenCount\"\n                        }\n                    }\n                }\n            },\n            {\n                \"merge\": {\n                    \"fields\": [ // this is the field that will match between the main and merged pipelines\n                        \"guideId\"\n                    ],\n                    \"mappings\": { // select which fields you want from the merged pipeline\n                        \"guideName\": \"name\"\n                    },\n                    \"pipeline\": [ \n                        {\n                            \"source\": {\n                                \"guides\": null\n                            }\n                        },\n                        { // output of the merged pipeline must match the fields and mappings\n                            \"select\": {\n                                \"guideId\": \"id\",\n                                \"name\": \"name\"\n                            }\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1700802000000,\n    \"results\": [\n        {\n            \"guideId\": \"AbAR6rxWF0gn549SkbpHe9R6zOE\",\n            \"lastSeen\": 1703024081999,\n            \"timesSeen\": 15,\n            \"guideName\": \"Walkthrough\"\n        },\n        {\n            \"guideId\": \"Z-3O9jIOlMC0QcwVwOOoqtlIwJg\",\n            \"lastSeen\": 1705006625919,\n            \"timesSeen\": 31,\n            \"guideName\": \"New NPS Survey\"\n        },\n        {\n            \"guideId\": \"dWyXxx50o-giNC6d2jBvhDVL6os\",\n            \"lastSeen\": 1701795402809,\n            \"timesSeen\": 59,\n            \"guideName\": \"Resource Cente\"\n        },\n        {\n            \"guideId\": \"sjI54479uXwzESt6CXZxNp94CMs\",\n            \"lastSeen\": 1704340625987,\n            \"timesSeen\": 32,\n            \"guideName\": \"Translated guide\"\n        }\n    ]\n}"}],"_postman_id":"4c158a71-9b87-4ac9-bf28-eb8b012c9ffd"}],"id":"020d38da-3a7f-4ee8-aa7a-1f574f50d22a","description":"<p>Operators transform incoming data from the sources into new data. Operators consume the rows passed in and produce new rows by modifying the data itself, dropping rows, combining rows, or splitting rows, depending on the kind of operator.</p>\n<p>Because operators take the data passed from above, order matters. For example, if you use a limit operator before a filter operator, the rows returned by the limit may not include the item you’re filtering on even if that object does exist in the original source.</p>\n","_postman_id":"020d38da-3a7f-4ee8-aa7a-1f574f50d22a","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Field aggregators","item":[],"id":"7a731c03-b86b-4699-a4cd-c65edb66d1cc","description":"<p>The following aggregators are commonly used in <code>group</code> and <code>reduce</code> operators.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Aggregator</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>avg</code></td>\n<td>Returns the average of the values in the specified field or expression</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>With <code>null</code>, count returns the number of output rows. With a specified field, count returns the unique values of that field</td>\n</tr>\n<tr>\n<td><code>countIf</code></td>\n<td>CountIf extends count to count certain fields only if they fit a certain filter expression in the “if”</td>\n</tr>\n<tr>\n<td><code>first</code></td>\n<td>Returns the first non-null value for the specified field</td>\n</tr>\n<tr>\n<td><code>list</code></td>\n<td>Returns a list of all values from the specified field</td>\n</tr>\n<tr>\n<td><code>median</code></td>\n<td>Returns the median of the values from the specified field</td>\n</tr>\n<tr>\n<td><code>max</code></td>\n<td>Returns the maximum value of the specified field</td>\n</tr>\n<tr>\n<td><code>mean</code></td>\n<td>Returns the mean of the values from the specified field</td>\n</tr>\n<tr>\n<td><code>min</code></td>\n<td>Returns the minimum value of the specified field</td>\n</tr>\n<tr>\n<td><code>sum</code></td>\n<td>Returns the sum of the values from the specified field</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7a731c03-b86b-4699-a4cd-c65edb66d1cc","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"PES","item":[{"name":"PES","id":"c40641b0-b601-4968-87a0-268edf076387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"PES\",\n        \"pipeline\": [\n            {\n                \"pes\": {\n                    \"appId\": {{appId}},\n                    \"account\": \"{{accountId}}\",\n                    \"firstDay\": \"date(\\\"2022-04-01\\\")\",\n                    \"lastDay\": \"date(\\\"2022-04-30\\\")\",\n                    \"groupBy\": \"account\",\n                    \"identified\": \"visitorId\",\n                    \"blacklist\": \"apply\",\n                    \"segment\": {\n                        \"id\": \"{{segmentId}}\"\n                    },\n                    \"config\": {\n                        \"stickiness\": {\n                            \"userBase\": \"visitors\",\n                            \"numerator\": \"daily\",\n                            \"denominator\": \"monthly\",\n                            \"excludeWeekends\": true\n                        },\n                        \"adoption\": {\n                            \"userBase\": \"visitors\",\n                            \"productAreaIds\": [\n                                \"{{productAreaId}}\"\n                            ],\n                            \"events\": [\n                                {\n                                    \"kind\": \"feature\",\n                                    \"id\": \"{{featureId}}\"\n                                },\n                                {\n                                    \"kind\": \"trackEvent\",\n                                    \"id\": \"{{trackEventId}}\"\n                                },\n                                {\n                                    \"kind\": \"page\",\n                                    \"id\": \"{{pageId}}\"\n                                }\n                            ]\n                        },\n                        \"growth\": {\n                            \"userBase\": \"visitors\"\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c40641b0-b601-4968-87a0-268edf076387"},{"name":"PES Minimal","id":"3643189c-d39a-46b1-8654-a95bbd9d14ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"PES\",\n        \"pipeline\": [\n            {\n                \"pes\": {\n                    \"appId\": {{appId}},\n                    \"firstDay\": \"now()\",\n                    \"dayCount\": -30\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3643189c-d39a-46b1-8654-a95bbd9d14ce"},{"name":"Adoption","id":"a4a06406-7fda-45f3-be17-e2be909be6bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Adoption\",\n        \"pipeline\": [\n            {\n                \"adoption\": {\n                    \"appId\": {{appId}},\n                    \"account\": \"{{accountId}}\",\n                    \"firstDay\": \"date(\\\"2022-04-01\\\")\",\n                    \"lastDay\": \"date(\\\"2022-04-30\\\")\",\n                    \"groupBy\": \"account\",\n                    \"identified\": \"visitorId\",\n                    \"blacklist\": \"apply\",\n                    \"segment\": {\n                        \"id\": \"{{segmentId}}\"\n                    },\n                    \"config\": {\n                        \"userBase\": \"visitors\",\n                        \"productAreaIds\": [\n                            \"{{productAreaId}}\"\n                        ],\n                        \"events\": [\n                            {\n                                \"kind\": \"feature\",\n                                \"id\": \"{{featureId}}\"\n                            },\n                            {\n                                \"kind\": \"trackEvent\",\n                                \"id\": \"{{trackEventId}}\"\n                            },\n                            {\n                                \"kind\": \"page\",\n                                \"id\": \"{{pageId}}\"\n                            }\n                        ]\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4a06406-7fda-45f3-be17-e2be909be6bf"},{"name":"Adoption Minimal","id":"17a5deba-2abc-4d31-acc9-43e3760ac989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Adoption\",\n        \"pipeline\": [\n            {\n                \"adoption\": {\n                    \"appId\": {{appId}},\n                    \"firstDay\": \"now()\",\n                    \"dayCount\": -30\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"17a5deba-2abc-4d31-acc9-43e3760ac989"},{"name":"Growth","id":"fdecba77-d7da-433a-8b82-c4dc28a96d9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Growth\",\n        \"pipeline\": [\n            {\n                \"growth\": {\n                    \"appId\": {{appId}},\n                    \"account\": \"{{accountId}}\",\n                    \"firstDay\": \"date(\\\"2022-04-01\\\")\",\n                    \"lastDay\": \"date(\\\"2022-04-30\\\")\",\n                    \"groupBy\": \"account\",\n                    \"identified\": \"visitorId\",\n                    \"blacklist\": \"apply\",\n                    \"segment\": {\n                        \"id\": \"{{segmentId}}\"\n                    },\n                    \"config\": {\n                        \"userBase\": \"visitors\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdecba77-d7da-433a-8b82-c4dc28a96d9a"},{"name":"Growth Minimal","id":"b6d56d5c-8334-4b95-bbd9-2a67ad2eb5a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Growth\",\n        \"pipeline\": [\n            {\n                \"growth\": {\n                    \"appId\": {{appId}},\n                    \"firstDay\": \"now()\",\n                    \"dayCount\": -30\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6d56d5c-8334-4b95-bbd9-2a67ad2eb5a6"},{"name":"Stickiness","id":"7a87f18d-c66d-4e20-8ac0-1c3b0b04f5bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Stickiness\",\n        \"pipeline\": [\n            {\n                \"stickiness\": {\n                    \"appId\": {{appId}},\n                    \"account\": \"{{accountId}}\",\n                    \"firstDay\": \"date(\\\"2022-04-01\\\")\",\n                    \"lastDay\": \"date(\\\"2022-04-30\\\")\",\n                    \"groupBy\": \"account\",\n                    \"identified\": \"visitorId\",\n                    \"blacklist\": \"apply\",\n                    \"segment\": {\n                        \"id\": \"{{segmentId}}\"\n                    },\n                    \"config\": {\n                        \"userBase\": \"visitors\",\n                        \"numerator\": \"daily\",\n                        \"denominator\": \"monthly\",\n                        \"excludeWeekends\": true\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a87f18d-c66d-4e20-8ac0-1c3b0b04f5bc"},{"name":"Stickiness Minimal","id":"1feee3f6-7064-4b90-968e-5a377d2c2855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Stickiness\",\n        \"pipeline\": [\n            {\n                \"stickiness\": {\n                    \"appId\": {{appId}},\n                    \"firstDay\": \"now()\",\n                    \"dayCount\": -30\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1feee3f6-7064-4b90-968e-5a377d2c2855"}],"id":"8947f2bd-b0e8-4f1e-87f9-e0e0c6b23dd8","_postman_id":"8947f2bd-b0e8-4f1e-87f9-e0e0c6b23dd8","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}},{"name":"Common aggregations","item":[{"name":"visitors by segmentId","id":"0dfc3467-aa17-4c32-a1ba-782ac9e38761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            { // include the identified operator to only return identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // include the eval, unwind, and bulkExpand if your segment contains both visitor and account-level references\n                \"eval\": {\n                    \"accountId\": \"metadata.auto.accountids\"\n                }\n            },\n            {\n                \"unwind\": {\n                    \"field\": \"accountId\",\n                    \"keepEmpty\": true\n                }\n            },\n            {\n                \"bulkExpand\": {\n                    \"account\": {\n                        \"account\": \"accountId\"\n                    }\n                }\n            },\n            {\n                \"segment\": {\n                    \"id\": \"INSERT SEGMENT ID HERE\"\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"accountId\": \"accountId\"\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"2fce9bdb-2c3d-405b-9778-d5b47f2a7b25","name":"visitors by segmentId","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"visitors\": null\n                }\n            },\n            { // include the identified operator to only return identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // include the eval, unwind, and bulkExpand if your segment contains account-level references\n                \"eval\": {\n                    \"accountId\": \"metadata.auto.accountids\"\n                }\n            },\n            {\n                \"unwind\": {\n                    \"field\": \"accountId\",\n                    \"keepEmpty\": true\n                }\n            },\n            {\n                \"bulkExpand\": {\n                    \"account\": {\n                        \"account\": \"accountId\"\n                    }\n                }\n            },\n            {\n                \"segment\": {\n                    \"id\": \"segment12345\"\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"accountId\": \"accountId\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"accountId\": \"exampleAccount\"\n        },\n        {\n            \"visitorId\": \"exampleVisitor2\",\n            \"accountId\": \"exampleAccount\"\n        },\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"accountId\": \"exampleAccount2\"\n        },\n        {\n            \"visitorId\": \"exampleVisitor3\",\n            \"accountId\": null\n        }\n    ]\n}"}],"_postman_id":"0dfc3467-aa17-4c32-a1ba-782ac9e38761"},{"name":"Active visitors per hour","id":"19d5597f-579a-4b2c-a9bb-68d378d8e767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": { // adjust as needed but period must remain as hourRange\n                        \"period\": \"hourRange\",\n                        \"first\": \"now()\",\n                        \"count\": -24 \n                    }\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"hour\"\n                    ],\n                    \"fields\": {\n                        \"count\": {\n                            \"count\": \"visitorId\"\n                        }\n                    }\n                }\n            },\n            {\n                \"sort\": [\n                    \"hour\"\n                ]\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"76a7c710-c66c-4b0f-8143-887e7ae6e5cb","name":"Active visitors per hour","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": { // adjust as needed but period must remain as hourRange\n                        \"period\": \"hourRange\",\n                        \"first\": \"now()\",\n                        \"count\": -3\n                    }\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"hour\"\n                    ],\n                    \"fields\": {\n                        \"count\": {\n                            \"count\": \"visitorId\"\n                        }\n                    }\n                }\n            },\n            {\n                \"sort\": [\n                    \"hour\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1712336400000,\n    \"results\": [\n        {\n            \"hour\": 1712239200000,\n            \"count\": 600\n        },\n        {\n            \"hour\": 1712340000000,\n            \"count\": 859\n        },\n        {\n            \"hour\": 1712343600000,\n            \"count\": 765\n        }\n    ]\n}"}],"_postman_id":"19d5597f-579a-4b2c-a9bb-68d378d8e767"},{"name":"events by visitor","id":"ab895ddc-7743-4e03-947f-943d078cd71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Number of events associated with visitor X\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter if you want to look at a specific visitor\n                \"filter\": \"visitorId == `exampleVisitor`\"\n            },\n            { // use reduce to find a sum of all the events \n                \"reduce\": [\n                    {\n                        \"totalEvents\": {\n                            \"sum\": \"numEvents\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<h3 id=\"find-the-following-examples-in-the-example-request-dropdown\">Find the following examples in the Example Request dropdown:</h3>\n<ul>\n<li><p>Number of visitors with events</p>\n</li>\n<li><p>Number of events for a specific visitor</p>\n</li>\n<li><p>Total events grouped by visitor</p>\n</li>\n<li><p>Average time per day for a specific visitor</p>\n</li>\n<li><p>Average time per day grouped by visitor</p>\n</li>\n<li><p>Top 10 visitors by number of active days</p>\n</li>\n<li><p>Top 10 visitors by time on site</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"30ef2cda-ec9f-4dc5-8bdd-fbde89efe7f6","name":"Number of visitors with events","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Number of visitors with events today\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": { // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"reduce\": [\n                    {\n                        \"count\": {\n                            \"count\": \"visitorId\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:28:15 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"408","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1690171200000,\n    \"results\": [\n        {\n            \"count\": 19\n        }\n    ]\n}"},{"id":"63b0c21b-d465-403b-9931-d8322f1268c5","name":"Number of events for a specific visitor","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Number of events today associated with visitor X\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": { // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter to return a specific visitor\n                \"filter\": \"visitorId == `exampleVisitor`\"\n            },\n            { // use reduce to find a sum of all the events \n                \"reduce\": [\n                    {\n                        \"totalEvents\": {\n                            \"sum\": \"numEvents\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:34:11 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"351","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1690171200000,\n    \"results\": [\n        {\n            \"totalEvents\": 6\n        }\n    ]\n}"},{"id":"12a34ecb-276f-490e-b3b0-8c96e201cc32","name":"Number of events grouped by visitor","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Number of events yesterday, grouped by visitor\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {  // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\"\n                    ],\n                    \"fields\": {\n                        \"events\": {\n                            \"sum\": \"numEvents\"\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Tue, 25 Jul 2023 13:21:24 GMT","enabled":true},{"key":"Content-Length","value":"139","enabled":true},{"key":"x-envoy-upstream-service-time","value":"286","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1690171200000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"events\": 4\n        },\n        {\n            \"visitorId\": \"exampleVisitor2\",\n            \"events\": 13\n        }\n    ]\n}"},{"id":"f473103c-2dc0-4af0-a622-de8f9b70858c","name":"Average time per day for a specific visitor","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Average time per day for visitor X\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": { // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter to return a specific visitor\n                \"filter\": \"visitorId == `exampleVisitor`\"\n            },\n            { // use reduce to calculate the number of days and total minutes\n                \"reduce\": [\n                    {\n                        \"daysActive\": {\n                            \"count\": \"day\"\n                        }\n                    },\n                    {\n                        \"totalTimeInMin\": {\n                            \"sum\": \"numMinutes\"\n                        }\n                    }\n                ]\n            },\n            { // use eval to calculate the time from the reduced values above\n                \"eval\": {\n                    \"avgTimePerDay\": \"totalTimeInMin/daysActive\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1727150400000,\n    \"results\": [\n        {\n            \"daysActive\": 12,\n            \"totalTimeInMin\": 58,\n            \"avgTimePerDay\": 4.833333333333333\n        }\n    ]\n}"},{"id":"3221de7c-1e87-4f02-8aa4-1f274990f600","name":"Average time per day grouped by visitor","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Average time per day for all visitors\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": { // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\"visitorId\"],\n                    \"fields\": [\n                        {\n                            \"daysActive\": {\n                                \"count\": \"day\"\n                            }\n                        },\n                        {\n                            \"totalTimeInMin\": {\n                                \"sum\": \"numMinutes\"\n                            }\n                        }\n                    ]\n                }\n            },\n            { // use eval to calculate the time from the reduced values above\n                \"eval\": {\n                    \"avgTimePerDay\": \"totalTimeInMin/daysActive\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1727150400000,\n    \"results\": [\n        {\n            \"visitorId\": \"anotherVisitor\",\n            \"daysActive\": 5,\n            \"totalTimeInMin\": 77,\n            \"avgTimePerDay\": 15.4\n        },\n        {\n            \"visitorId\": \"exampleVisitor\",\n            \"daysActive\": 12,\n            \"totalTimeInMin\": 58,\n            \"avgTimePerDay\": 4.833333333333333\n        }\n    ]\n}"},{"id":"4b490c7e-9858-4b23-8fd2-e6cf9e272a49","name":"Top 10 visitors by time on site","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"top 10 visitors by time on site in the last 30 days\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"totalTime\": {\n                                \"sum\": \"numMinutes\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"sort\": [\n                    \"-totalTime\"\n                ]\n            },\n            {\n                \"limit\": 10\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Tue, 25 Jul 2023 13:21:24 GMT","enabled":true},{"key":"Content-Length","value":"139","enabled":true},{"key":"x-envoy-upstream-service-time","value":"286","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1701838800000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"totalTime\": 9576\n        },\n        {\n            \"visitorId\": \"exampleVisitor2\",\n            \"totalTime\": 7456\n        },\n        {\n            \"visitorId\": \"exampleVisitor3\",\n            \"totalTime\": 7209\n        },\n        {\n            \"visitorId\": \"exampleVisitor4\",\n            \"totalTime\": 7012\n        },\n        {\n            \"visitorId\": \"exampleVisitor5\",\n            \"totalTime\": 6800\n        },\n        {\n            \"visitorId\": \"exampleVisitor6\",\n            \"totalTime\": 6453\n        },\n        {\n            \"visitorId\": \"exampleVisitor7\",\n            \"totalTime\": 5113\n        },\n        {\n            \"visitorId\": \"exampleVisitor8\",\n            \"totalTime\": 5112\n        },\n        {\n            \"visitorId\": \"exampleVisitor9\",\n            \"totalTime\": 4789\n        },\n        {\n            \"visitorId\": \"exampleVisitor10\",\n            \"totalTime\": 1234\n        }\n    ]\n}"},{"id":"aa2be3be-5759-4fea-84c0-b8af80f83a87","name":"Top 10 visitors by number of active days","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"top 10 visitors by number of active days in the last 30 days\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"daysActive\": {\n                                \"count\": \"day\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"sort\": [\n                    \"-daysActive\"\n                ]\n            },\n            {\n                \"limit\": 10\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Tue, 25 Jul 2023 13:21:24 GMT","enabled":true},{"key":"Content-Length","value":"139","enabled":true},{"key":"x-envoy-upstream-service-time","value":"286","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1701838800000,\n    \"results\": [\n        {\n            \"visitorId\": \"exampleVisitor1\",\n            \"daysActive\": 28\n        },\n        {\n            \"visitorId\": \"exampleVisitor2\",\n            \"daysActive\": 28\n        },\n        {\n            \"visitorId\": \"exampleVisitor3\",\n            \"daysActive\": 28\n        },\n        {\n            \"visitorId\": \"exampleVisitor4\",\n            \"daysActive\": 25\n        },\n        {\n            \"visitorId\": \"exampleVisitor5\",\n            \"daysActive\": 25\n        },\n        {\n            \"visitorId\": \"exampleVisitor6\",\n            \"daysActive\": 24\n        },\n        {\n            \"visitorId\": \"exampleVisitor7\",\n            \"daysActive\": 23\n        },\n        {\n            \"visitorId\": \"exampleVisitor8\",\n            \"daysActive\": 23\n        },\n        {\n            \"visitorId\": \"exampleVisitor9\",\n            \"daysActive\": 23\n        },\n        {\n            \"visitorId\": \"exampleVisitor10\",\n            \"daysActive\": 17\n        }\n    ]\n}"}],"_postman_id":"ab895ddc-7743-4e03-947f-943d078cd71f"},{"name":"events by account","id":"73f122fb-3758-4fb3-ba64-2d25468eb248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Number of events associated with accountId X\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter if you want to look at a specific account\n                \"filter\": \"accountId == `exampleAccount`\"\n            },\n            { // use reduce to find a sum of all the events \n                \"reduce\": [\n                    {\n                        \"totalEvents\": {\n                            \"sum\": \"numEvents\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<h3 id=\"find-the-following-examples-in-the-example-request-dropdown\">Find the following examples in the Example Request dropdown:</h3>\n<ul>\n<li><p>Number of accounts with events</p>\n</li>\n<li><p>Number of events for a specific account</p>\n</li>\n<li><p>Number of events grouped by account</p>\n</li>\n<li><p>Top 10 accounts by number of active days</p>\n</li>\n<li><p>Top 10 accounts by time on site</p>\n</li>\n<li><p>Time on app for a specific account</p>\n</li>\n<li><p>Time on app grouped by account</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"87522259-c8eb-480e-9371-667c8d138dd4","name":"Number of accounts with events","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Number of accounts with events today\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": { // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"reduce\": [\n                    {\n                        \"count\": {\n                            \"count\": \"accountId\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:28:15 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"408","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1690171200000,\n    \"results\": [\n        {\n            \"count\": 19\n        }\n    ]\n}"},{"id":"4b2de695-4363-4263-8f2d-6fc875d67721","name":"Number of events for a specific account","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Number of events today associated with accountId X\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": { // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter to return a specific account\n                \"filter\": \"accountId == `exampleAccount`\"\n            },\n            { // use reduce to find a sum of all the events \n                \"reduce\": [\n                    {\n                        \"totalEvents\": {\n                            \"sum\": \"numEvents\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:34:11 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"351","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1690171200000,\n    \"results\": [\n        {\n            \"totalEvents\": 6\n        }\n    ]\n}"},{"id":"eee71591-1d81-41b2-8a8e-3009b3944e8d","name":"Number of events grouped by account","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Number of events yesterday, grouped by account\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {  // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"accountId\"\n                    ],\n                    \"fields\": {\n                        \"events\": {\n                            \"sum\": \"numEvents\"\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Tue, 25 Jul 2023 13:21:24 GMT","enabled":true},{"key":"Content-Length","value":"139","enabled":true},{"key":"x-envoy-upstream-service-time","value":"286","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1690171200000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"events\": 4\n        },\n        {\n            \"accountId\": \"exampleAccount2\",\n            \"events\": 13\n        }\n    ]\n}"},{"id":"eb2595aa-818f-47a1-817e-fd7b5ee3dd59","name":"Time on app for a specific account","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Time on app associated with accountId X\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": { // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": 1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter to return a specific account\n                \"filter\": \"accountId == `exampleAccount`\"\n            },\n            { // use reduce to find a sum of all the events \n                \"reduce\": [\n                    {\n                        \"timeInMinutes\": {\n                            \"sum\": \"numMinutes\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false"},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-max-age","value":"3600"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 24 Jul 2023 20:34:11 GMT"},{"key":"Content-Length","value":"51"},{"key":"x-envoy-upstream-service-time","value":"351"},{"key":"server","value":"istio-envoy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1690171200000,\n    \"results\": [\n        {\n            \"timeInMinutes\": 66\n        }\n    ]\n}"},{"id":"0e8cf624-bdee-457c-bd4e-0a6c7f2621ba","name":"Time on app grouped by account","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Time on app yesterday, grouped by account\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {  // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"accountId\"\n                    ],\n                    \"fields\": {\n                        \"timeInMinutes\": {\n                            \"sum\": \"numMinutes\"\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false"},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type"},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-max-age","value":"3600"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Tue, 25 Jul 2023 13:21:24 GMT"},{"key":"Content-Length","value":"139"},{"key":"x-envoy-upstream-service-time","value":"286"},{"key":"server","value":"istio-envoy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1690171200000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"timeInMinutes\": 42\n        },\n        {\n            \"accountId\": \"exampleAccount2\",\n            \"timeInMinutes\": 135\n        }\n    ]\n}"},{"id":"2f530d80-425d-4266-a4f4-6d80e4f008e3","name":"Top 10 accounts by number of active days","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"top 10 accounts by number of active days in the last 30 days\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"accountId\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"daysActive\": {\n                                \"count\": \"day\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"sort\": [\n                    \"-daysActive\"\n                ]\n            },\n            {\n                \"limit\": 10\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Tue, 25 Jul 2023 13:21:24 GMT","enabled":true},{"key":"Content-Length","value":"139","enabled":true},{"key":"x-envoy-upstream-service-time","value":"286","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1701838800000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount1\",\n            \"daysActive\": 28\n        },\n        {\n            \"accountId\": \"exampleAccount2\",\n            \"daysActive\": 28\n        },\n        {\n            \"accountId\": \"exampleAccount3\",\n            \"daysActive\": 28\n        },\n        {\n            \"accountId\": \"exampleAccount4\",\n            \"daysActive\": 25\n        },\n        {\n            \"accountId\": \"exampleAccount5\",\n            \"daysActive\": 25\n        },\n        {\n            \"accountId\": \"exampleAccount6\",\n            \"daysActive\": 24\n        },\n        {\n            \"accountId\": \"exampleAccount7\",\n            \"daysActive\": 23\n        },\n        {\n            \"accountId\": \"exampleAccount8\",\n            \"daysActive\": 23\n        },\n        {\n            \"accountId\": \"exampleAccount9\",\n            \"daysActive\": 23\n        },\n        {\n            \"accountId\": \"exampleAccount10\",\n            \"daysActive\": 17\n        }\n    ]\n}"},{"id":"4ed74e78-8f27-4227-941d-7d81ce07c3b4","name":"Top 10 accounts by time on site","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"top 10 accounts by time on site in the last 30 days\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"accountId\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"totalTime\": {\n                                \"sum\": \"numMinutes\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"sort\": [\n                    \"-totalTime\"\n                ]\n            },\n            {\n                \"limit\": 10\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Tue, 25 Jul 2023 13:21:24 GMT","enabled":true},{"key":"Content-Length","value":"139","enabled":true},{"key":"x-envoy-upstream-service-time","value":"286","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1701838800000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount1\",\n            \"totalTime\": 9576\n        },\n        {\n            \"accountId\": \"exampleAccount2\",\n            \"totalTime\": 7456\n        },\n        {\n            \"accountId\": \"exampleAccount3\",\n            \"totalTime\": 7209\n        },\n        {\n            \"accountId\": \"exampleAccount4\",\n            \"totalTime\": 7012\n        },\n        {\n            \"accountId\": \"exampleAccount5\",\n            \"totalTime\": 6800\n        },\n        {\n            \"accountId\": \"exampleAccount6\",\n            \"totalTime\": 6453\n        },\n        {\n            \"accountId\": \"exampleAccount7\",\n            \"totalTime\": 5113\n        },\n        {\n            \"accountId\": \"exampleAccount8\",\n            \"totalTime\": 5112\n        },\n        {\n            \"accountId\": \"exampleAccount9\",\n            \"totalTime\": 4789\n        },\n        {\n            \"accountId\": \"exampleAccount10\",\n            \"totalTime\": 1234\n        }\n    ]\n}"}],"_postman_id":"73f122fb-3758-4fb3-ba64-2d25468eb248"},{"name":"events by device/OS/browser","id":"3e137834-e86f-4604-a1e7-57e039d3eb47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Usage by browser\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {  // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // these are the only two data points we need for our output, \n              // so select is used here to trim the amount of information \n              // being passed into the rest of the pipeline \n                \"select\": {\n                    \"userAgent\": \"userAgent\",\n                    \"visitorId\": \"visitorId\"\n                }\n            },\n            { // this parses the userAgent data into its individual data points\n                \"useragent\": {\n                    \"userAgent\": \"userAgent\"\n                }\n            },\n            { // use select again to pare down the amount of data to process\n                \"select\": {\n                    \"name\": \"if(userAgent.name==\\\"\\\",\\\"unknown\\\",userAgent.name)\",\n                    \"version\": \"userAgent.version\",\n                    \"visitorId\": \"visitorId\"\n                }\n            },\n            { // use group to get the count of visitors for each unique combination of browser and version\n                \"group\": {\n                    \"group\": [\n                        \"name\",\n                        \"version\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"count\": {\n                                \"count\": \"visitorId\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"sort\": [\n                    \"-count\"\n                ]\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<h3 id=\"find-the-following-examples-in-the-example-request-dropdown\">Find the following examples in the Example Request dropdown:</h3>\n<ul>\n<li><p>Usage by browser</p>\n</li>\n<li><p>Usage by device</p>\n</li>\n<li><p>Usage by OS</p>\n</li>\n<li><p>Web vs Mobile Usage</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"32f9164d-3ee9-4318-83c0-93233813f185","name":"Usage by browser","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Usage by browser\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {  // change the timeframe as needed\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // these are the only two data points we need for our output, \n              // so select is used here to trim the amount of information \n              // being passed into the rest of the pipeline \n                \"select\": {\n                    \"userAgent\": \"userAgent\",\n                    \"visitorId\": \"visitorId\"\n                }\n            },\n            { // this parses the userAgent data into its individual data points\n                \"useragent\": {\n                    \"userAgent\": \"userAgent\"\n                }\n            },\n            { // use select again to pare down the amount of data to process\n                \"select\": {\n                    \"name\": \"if(userAgent.name==\\\"\\\",\\\"unknown\\\",userAgent.name)\",\n                    \"version\": \"userAgent.version\",\n                    \"visitorId\": \"visitorId\"\n                }\n            },\n            { // use group to get the count of visitors for each unique combination of browser and version\n                \"group\": {\n                    \"group\": [\n                        \"name\",\n                        \"version\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"count\": {\n                                \"count\": \"visitorId\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"sort\": [\n                    \"-count\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:28:15 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"408","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1678510800000,\n    \"results\": [\n        {\n            \"name\": \"Chrome\",\n            \"version\": \"119.0.0\",\n            \"count\": 1100\n        },\n        {\n            \"name\": \"Firefox\",\n            \"version\": \"119.0.0\",\n            \"count\": 506\n        },\n        {\n            \"name\": \"Safari\",\n            \"version\": \"16.5.1\",\n            \"count\": 360\n        },\n        {\n            \"name\": \"Chrome\",\n            \"version\": \"119.0.6045\",\n            \"count\": 155\n        },\n        {\n            \"name\": \"unknown\",\n            \"version\": \"unknown\",\n            \"count\": 10\n        },\n        {\n            \"name\": \"Edge\",\n            \"version\": \"115.0.1901\",\n            \"count\": 1\n        }\n    ]\n}"},{"id":"49437717-7c32-453f-ae45-d1458692f5e2","name":"Usage by device","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Usage by device\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\",\n                        \"userAgent\"\n                    ]\n                }\n            },\n            {\n                \"useragent\": {\n                    \"userAgent\": \"userAgent\"\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"userAgent.deviceType\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"count\": {\n                                \"count\": null\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"select\": {\n                    \"count\": \"count\",\n                    \"device\": \"userAgent.deviceType\"\n                }\n            },\n            {\n                \"sort\": [\n                    \"-count\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:34:11 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"351","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1678510800000,\n    \"results\": [\n        {\n            \"count\": 184,\n            \"device\": \"Desktop\"\n        },\n        {\n            \"count\": 13,\n            \"device\": \"unknown\"\n        },\n        {\n            \"count\": 1,\n            \"device\": \"Mobile\"\n        }\n    ]\n}"},{"id":"471f60d7-ec8c-4d3d-a5eb-dc63391414d0","name":"Usage by OS","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Usage by OS\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"events\": {\n                        \"eventClass\": [\n                            \"web\",\n                            \"ios\"\n                        ]\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\",\n                        \"userAgent\"\n                    ]\n                }\n            },\n            {\n                \"useragent\": {\n                    \"userAgent\": \"userAgent\"\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"userAgent.os\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"count\": {\n                                \"count\": null\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"select\": {\n                    \"count\": \"count\",\n                    \"os\": \"userAgent.os\"\n                }\n            },\n            {\n                \"sort\": [\n                    \"-count\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Tue, 25 Jul 2023 13:21:24 GMT","enabled":true},{"key":"Content-Length","value":"139","enabled":true},{"key":"x-envoy-upstream-service-time","value":"286","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1678510800000,\n    \"results\": [\n        {\n            \"count\": 155,\n            \"os\": \"Mac OS X\"\n        },\n        {\n            \"count\": 29,\n            \"os\": \"Windows\"\n        },\n        {\n            \"count\": 1,\n            \"os\": \"iOS\"\n        }\n    ]\n}"},{"id":"26355e61-a3f9-406d-8228-90bbc20e6d05","name":"Web vs Mobile Usage","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Amount of time on web apps vs. mobile apps\",\n        \"pipeline\": [\n            {\n                \"spawn\": [\n                    [\n                        {\n                            \"source\": {\n                                \"events\": {\n                                    \"appId\": \"expandAppIds(`mobile`)\"\n                                },\n                                \"timeSeries\": {\n                                    \"period\": \"dayRange\",\n                                    \"first\": \"now()\",\n                                    \"count\": -30\n                                }\n                            }\n                        },\n                        {\n                            \"identified\": \"visitorId\"\n                        },\n                        {\n                            \"reduce\": [\n                                {\n                                    \"All Mobile Apps\": {\n                                        \"sum\": \"numMinutes\"\n                                    }\n                                }\n                            ]\n                        }\n                    ],\n                    [\n                        {\n                            \"source\": {\n                                \"events\": {\n                                    \"appId\": \"expandAppIds(`web`)\"\n                                },\n                                \"timeSeries\": {\n                                    \"period\": \"dayRange\",\n                                    \"first\": \"now()\",\n                                    \"count\": -30\n                                }\n                            }\n                        },\n                        {\n                            \"identified\": \"visitorId\"\n                        },\n                        {\n                            \"reduce\": [\n                                {\n                                    \"Web app\": {\n                                        \"sum\": \"numMinutes\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Tue, 25 Jul 2023 13:21:24 GMT","enabled":true},{"key":"Content-Length","value":"139","enabled":true},{"key":"x-envoy-upstream-service-time","value":"286","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1678510800000,\n    \"results\": [\n        {\n            \"Web App\": 155\n        },\n        {\n            \"All Mobile Apps\": 29\n        }\n    ]\n}"}],"_postman_id":"3e137834-e86f-4604-a1e7-57e039d3eb47"},{"name":"pageEvents with parameters","id":"eab9865e-084c-43c2-bdce-51e1910140c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Return all pageEvents with parameters\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pageEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter to return only results with a parameter\n                \"filter\": \"!isNull(parameters.parameter) && parameters.parameter != \\\"\\\"\"\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<h3 id=\"find-the-following-examples-in-the-example-request-dropdown\">Find the following examples in the Example Request dropdown:</h3>\n<ul>\n<li>Return all pageEvents with parameters</li>\n<li>Unique parameters for page X</li>\n<li>Search by page parameter</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"9b51ee03-acfd-4524-b855-0fdca94ed33a","name":"Return all pageEvents with parameters","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Return all unique parameters for page X and count of each\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pageEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter to return only results with a parameter\n                \"filter\": \"!isNull(parameters.parameter) && parameters.parameter != \\\"\\\"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:28:15 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"408","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1704949200000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1704949200000,\n            \"pageId\": \"YuFVu8aC2SEbV4S1wcBdtKN7sIg\",\n            \"numEvents\": 2,\n            \"numMinutes\": 2,\n            \"lastTime\": 1705006625922,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"UymstUuHa5kp2gVe\",\n            \"recordingSessionId\": \"UymstUuHa5kp2gVe!\",\n            \"parameters\": {\n                \"parameter\": \"cats\"\n            }\n        },\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1704949200000,\n            \"pageId\": \"YuFVu8aC2SEbV4S1wcBdtKN7sIg\",\n            \"numEvents\": 2,\n            \"numMinutes\": 2,\n            \"lastTime\": 1705006625922,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"UymstUuHa5kp2gVe\",\n            \"recordingSessionId\": \"UymstUuHa5kp2gVe!\",\n            \"parameters\": {\n                \"parameter\": \"purple\"\n            }\n        }\n    ]\n}"},{"id":"223ed9e9-73e3-41c8-9ad0-ada43fa69a77","name":"Unique parameters for page X","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Return all unique parameters for page X and count of each\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pageEvents\": { // enter the pageId as a source parameter or later in the pipeline as a filter\n                        \"pageId\": \"YuFVu8aC2SEbV4S1wcBdtKN7sIg\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter to return only results with a parameter\n                \"filter\": \"!isNil(parameters)\"\n            },\n            { // use group to return all unique parameters and a count of each\n                \"group\": {\n                    \"group\": [\"parameters.parameter\"],\n                    \"fields\": {\n                        \"count\": {\n                            \"count\": null\n                        }\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"parameter\": \"parameters.parameter\",\n                    \"count\": \"count\"\n                }\n            },\n            {\n                \"sort\": [\"-count\"]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:28:15 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"408","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1696392000000,\n    \"results\": [\n        {\n            \"parameter\": \"cats\",\n            \"count\": 22\n        },\n        {\n            \"parameter\": \"purple\",\n            \"count\": 15\n        },\n        {\n            \"parameter\": \"popcorn\",\n            \"count\": 13\n        }\n    ]\n}"},{"id":"a6a960b6-1364-480d-9e83-07aaa13ea95c","name":"Search by page parameter","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Return all unique parameters for page X and count of each\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pageEvents\": { // enter the pageId as a source parameter or later in the pipeline as a filter\n                        \"pageId\": \"YuFVu8aC2SEbV4S1wcBdtKN7sIg\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            { // use identified to return only identified visitors\n                \"identified\": \"visitorId\"\n            },\n            { // use filter to return only results with a parameter\n                \"filter\": \"parameters.parameter == `cats`\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:34:11 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"351","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1704949200000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"day\": 1704949200000,\n            \"pageId\": \"YuFVu8aC2SEbV4S1wcBdtKN7sIg\",\n            \"numEvents\": 2,\n            \"numMinutes\": 2,\n            \"lastTime\": 1705006625922,\n            \"remoteIp\": \"162.238.210.39\",\n            \"server\": \"localhost:8080\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"tabId\": \"UymstUuHa5kp2gVe\",\n            \"recordingSessionId\": \"UymstUuHa5kp2gVe!\",\n            \"parameters\": {\n                \"parameter\": \"cats\"\n            }\n        }\n    ]\n}"}],"_postman_id":"eab9865e-084c-43c2-bdce-51e1910140c0"},{"name":"guideEvents and guide categories","id":"26a77c0b-bd7c-4a95-8e29-06ae6b214318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Add guide categories to guideEvents\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guideEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"merge\": {\n                    \"fields\": [ // this is the field that will match between the main and merged pipelines\n                        \"guideId\"\n                    ],\n                    \"mappings\": { // select which fields you want from the merged pipeline\n                        \"guideCategory\": \"guideCategory\"\n                    },\n                    \"pipeline\": [ \n                        { // query the groups source for guide categories\n                            \"source\": {\n                                \"groups\": {\n                                    \"groupType\": \"guideCategory\",\n                                    \"items\": true\n                                }\n                            }\n                        },\n                        { // guides for each category are held in a list called items\n                            \"unwind\": {\n                                \"field\": \"items\"\n                            }\n                        },\n                        {\n                            \"select\": {\n                                \"guideCategory\": \"name\",\n                                \"guideId\": \"items.itemId\"\n                            }\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<h3 id=\"find-the-following-examples-in-the-example-request-dropdown\">Find the following examples in the Example Request dropdown:</h3>\n<ul>\n<li>Add guide category to guideEvents</li>\n<li>Return count of guide events by category</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"484231d7-ce2c-46cc-9a64-d5c6ab52b769","name":"Add guide category to guideEvents","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Add guide categories to guideEvents\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guideEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -1\n                    }\n                }\n            },\n            {\n                \"merge\": {\n                    \"fields\": [ // this is the field that will match between the main and merged pipelines\n                        \"guideId\"\n                    ],\n                    \"mappings\": { // select which fields you want from the merged pipeline\n                        \"guideCategory\": \"guideCategory\"\n                    },\n                    \"pipeline\": [ \n                        { // query the groups source for guide categories\n                            \"source\": {\n                                \"groups\": {\n                                    \"groupType\": \"guideCategory\",\n                                    \"items\": true\n                                }\n                            }\n                        },\n                        { // guides for each category are held in a list called items\n                            \"unwind\": {\n                                \"field\": \"items\"\n                            }\n                        },\n                        {\n                            \"select\": {\n                                \"guideCategory\": \"name\",\n                                \"guideId\": \"items.itemId\"\n                            }\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:28:15 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"408","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1702443600000,\n    \"results\": [\n        {\n            \"accountIds\": [\n                \"exampleAccount\"\n            ],\n            \"browserTime\": 1704401625775,\n            \"country\": \"US\",\n            \"elementPath\": \"BODY\",\n            \"eventId\": \"\",\n            \"type\": \"guideSeen\",\n            \"guideId\": \"Z-3O9jIOlMC0QcwVwOOoqtlIwJg\",\n            \"guideSeenReason\": \"auto\",\n            \"guideStepId\": \"XrHe4huxuobVTkxinL4uPUy7MlU\",\n            \"guideStepPollTypes\": [\n                \"NPSRating\",\n                \"NPSReason\"\n            ],\n            \"guideTimestamp\": 1704401625775,\n            \"language\": \"en-US\",\n            \"latitude\": 35.77959,\n            \"loadTime\": 0,\n            \"longitude\": -78.638179,\n            \"oldVisitorId\": \"lang:en-US reason:auto\",\n            \"region\": \"nc\",\n            \"remoteIp\": \"162.238.210.39\",\n            \"serverName\": \"localhost:8080\",\n            \"tabId\": \"4yTQZA7H9vTL9dPF\",\n            \"title\": \"xxxxxxxxxxx\",\n            \"url\": \"http://localhost:8080/index.html\",\n            \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\",\n            \"visitorId\": \"exampleVisitor\",\n            \"appId\": -323232,\n            \"accountId\": \"exampleAccount\",\n            \"guideCategory\": \"NPS\"\n        }\n    ]\n}"},{"id":"1419e30e-2a1b-45d4-8f61-9eb7627a617e","name":"Return count of guide events by category","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Count of all guideSeen events by category\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guideEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"filter\": \"type == `guideSeen`\"\n            },\n            {\n                \"merge\": {\n                    \"fields\": [ // this is the field that will match between the main and merged pipelines\n                        \"guideId\"\n                    ],\n                    \"mappings\": { // select which fields you want from the merged pipeline\n                        \"guideCategory\": \"guideCategory\"\n                    },\n                    \"pipeline\": [ \n                        {\n                            \"source\": {\n                                \"groups\": {\n                                    \"groupType\": \"guideCategory\",\n                                    \"items\": true\n                                }\n                            }\n                        },\n                        {\n                            \"unwind\": {\n                                \"field\": \"items\"\n                            }\n                        },\n                        {\n                            \"select\": {\n                                \"guideCategory\": \"name\",\n                                \"guideId\": \"items.itemId\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\"guideCategory\"],\n                    \"fields\": {\n                        \"count\": {\n                            \"count\": null\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"false","enabled":true},{"key":"access-control-allow-headers","value":"X-Pendo-Integration-Key,Content-Type","enabled":true},{"key":"access-control-allow-methods","value":"GET,POST,PUT,DELETE","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-max-age","value":"3600","enabled":true},{"key":"content-type","value":"application/json; charset=utf-8","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"date","value":"Mon, 24 Jul 2023 20:28:15 GMT","enabled":true},{"key":"Content-Length","value":"51","enabled":true},{"key":"x-envoy-upstream-service-time","value":"408","enabled":true},{"key":"server","value":"istio-envoy","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"clear","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1702443600000,\n    \"results\": [\n        {\n            \"count\": 29,\n            \"guideCategory\": null\n        },\n        {\n            \"count\": 3,\n            \"guideCategory\": \"NPS\"\n        },\n        {\n            \"count\": 16,\n            \"guideCategory\": \"Poll\"\n        }\n    ]\n}"}],"_postman_id":"26a77c0b-bd7c-4a95-8e29-06ae6b214318"},{"name":"Guide elements metrics","id":"1b636b9b-e650-4620-add6-7f37cd175ef8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Retrieve guide interaction metrics\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guideEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -7\n                    }\n                }\n            },\n            { // this type contains all guide interactions\n                \"filter\": \"type == `guideActivity`\"\n            },\n            { // these are the relevant fields for activity\n              // see other example for rolled-up metrics\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"guideId\": \"guideId\",\n                    \"uiElementId\": \"uiElementId\",\n                    \"uiElementType\": \"uiElementType\",\n                    \"uiElementText\": \"uiElementText\",\n                    \"uiElementActions\": \"uiElementActions\",\n                    \"browserTime\": \"browserTime\"\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>You can easily see metrics for Guide elements via the UI in Pendo as described <a href=\"https://support.pendo.io/hc/en-us/articles/360031864592-Guide-Details-Metrics-Visual-Designer-#GuideElements\">here</a>. To receive comparable information via the API, look for <code>guideEvents</code> with <code>\"type\": \"guideActivity\".</code> </p>\n<h3 id=\"find-the-following-examples-in-the-example-request-dropdown\">Find the following examples in the Example Request dropdown:</h3>\n<ul>\n<li><p>Guide elements (relevant fields)</p>\n</li>\n<li><p>Guide elements metrics</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"6b7b00ef-6ec4-4aea-b008-7b80802ea98d","name":"Guide elements","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Retrieve guide interaction metrics\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guideEvents\": null,\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -7\n                    }\n                }\n            },\n            { // this type contains all guide interactions\n                \"filter\": \"type == `guideActivity`\"\n            },\n            { // these are the relevant fields for activity\n              // see other example for rolled-up metrics\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"guideId\": \"guideId\",\n                    \"uiElementId\": \"uiElementId\",\n                    \"uiElementType\": \"uiElementType\",\n                    \"uiElementText\": \"uiElementText\",\n                    \"uiElementActions\": \"uiElementActions\",\n                    \"browserTime\": \"browserTime\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1710129600000,\n    \"results\": [\n        {\n            \"uiElementType\": \"BUTTON\",\n            \"uiElementText\": \"Tell us what you think!\",\n            \"uiElementActions\": \"[{\\\"action\\\":\\\"submitPoll\\\"}]\",\n            \"browserTime\": 1711478008668,\n            \"visitorId\": \"exampleVisitor\",\n            \"guideId\": \"RcY4GFvdGhy_THowrfwtjS5d9MI\",\n            \"uiElementId\": \"pendo-button-c25341db\"\n        },\n        {\n            \"uiElementType\": \"BUTTON\",\n            \"uiElementText\": \"×\",\n            \"uiElementActions\": \"[{\\\"action\\\":\\\"dismissGuide\\\"}]\",\n            \"browserTime\": 1712324908544,\n            \"visitorId\": \"anotherVisitor\",\n            \"guideId\": \"YEZMa1PFzdUNU_iwpXhEuMBvZQo\",\n            \"uiElementId\": \"pendo-close-guide-a4d88e4b\"\n        }\n    ]\n}"},{"id":"aa85cd7c-b569-4900-8186-e8a4dcee448d","name":"Guide elements metrics","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"guideEvents\": {\n                        \"blacklist\": \"ignore\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            { // this type contains all guide interactions\n                \"filter\": \"type == `guideActivity`\"\n            },\n            { // use group with count to return the number of \n              // interactions on each element\n                \"group\": {\n                    \"group\": [\n                        \"guideId\",\n                        \"uiElementId\",\n                        \"uiElementText\"\n                    ],\n                    \"fields\": {\n                        \"count\": {\n                            \"count\": null\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1710129600000,\n    \"results\": [\n        {\n            \"guideId\": \"40iBtP7j-c0euk40TvlSf-nV3zs\",\n            \"uiElementId\": \"pendo-close-guide-e39b21a3\",\n            \"uiElementText\": \"×\",\n            \"count\": 20\n        },\n        {\n            \"guideId\": \"40iBtP7j-c0euk40TvlSf-nV3zs\",\n            \"uiElementId\": \"pendo-button-bf2ff8ea\",\n            \"uiElementText\": \"Go to Next Step\",\n            \"count\": 55\n        },\n        {\n            \"guideId\": \"JIgCzib1ncJKOD-VcqARuA2RMcE\",\n            \"uiElementId\": \"pendo-button-8f3e13c0\",\n            \"uiElementText\": \"Submit\",\n            \"count\": 33\n        },\n        {\n            \"guideId\": \"JIgCzib1ncJKOD-VcqARuA2RMcE\",\n            \"uiElementId\": \"pendo-close-guide-82f81410\",\n            \"uiElementText\": \"×\",\n            \"count\": 12\n        },\n        {\n            \"guideId\": \"PBENiDuTriIba--J6w0DV61auwk\",\n            \"uiElementId\": \"pendo-button-7634131c\",\n            \"uiElementText\": \"Yes\",\n            \"count\": 1\n        },\n        {\n            \"guideId\": \"PBENiDuTriIba--J6w0DV61auwk\",\n            \"uiElementId\": \"pendo-button-15366d2\",\n            \"uiElementText\": \"No\",\n            \"count\": 1\n        }\n    ]\n}"}],"_postman_id":"1b636b9b-e650-4620-add6-7f37cd175ef8"},{"name":"Guide goals","id":"11498fb0-9ec7-4aa2-9701-a0f282e90734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Return number of guide goal conversions\",\n        \"pipeline\": [\n            {\n                \"source\": { // focus on a single guide (and optionally step)\n                    \"guideEvents\": {\n                        \"guideId\": \"insertGuideId\",\n                        \"guideStepId\": \"insertStepId\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"date(2024,1,1)\",\n                        \"last\": \"now()\"\n                    }\n                }\n            },\n            {\n                \"filter\": \"type == \\\"guideSeen\\\"\"\n            },\n            { // use itemSeen to find object usages (page, feature, or track)\n                \"itemSeen\": {\n                    \"itemSeenInfo\": { // uncomment below depending on the type of object \n                        // \"trackTypeId\": \"xxxxxxx\"\n                        // \"pageId\": \"xxxxx\" \n                        // \"featureId\": \"xxxxx\n                    }\n                }\n            },\n            { // filter only to those who used the page/feature/track event AFTER the guide was seen\n                \"filter\": \"itemSeenInfo.lastUsed >= browserTime\"\n            },\n            { // return a count\n                \"reduce\": {\n                    \"converted\": {\n                        \"count\": \"visitorId\"\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<p>You can easily see metrics for Guide Goals via the UI in Pendo as described <a href=\"https://support.pendo.io/hc/en-us/articles/4403525623323-Set-guide-goals\">here</a>. To receive comparable information via the API, use one of the examples below.</p>\n<h3 id=\"find-the-following-examples-in-the-example-request-dropdown\">Find the following examples in the Example Request dropdown:</h3>\n<ul>\n<li><p>Guide goals - track event conversion</p>\n</li>\n<li><p>Guide goals - page conversion</p>\n</li>\n<li><p>Guide goals - feature conversion</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"e687fec1-bf4b-4a51-82ff-52c82a834b73","name":"Guide goals - track event conversion","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Return number of guide goal conversions\",\n        \"pipeline\": [\n            {\n                \"source\": { // focus on a single guide (and optionally step)\n                    \"guideEvents\": {\n                        \"guideId\": \"rvozsETfGWNRjhCnb7BR4iuMK-Y\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"date(2024,1,1)\",\n                        \"last\": \"now()\"\n                    }\n                }\n            },\n            {\n                \"filter\": \"type == \\\"guideSeen\\\"\"\n            },\n            { // use itemSeen to find object usages (page, feature, or track)\n                \"itemSeen\": {\n                    \"itemSeenInfo\": { // uncomment below depending on the type of object \n                        \"trackTypeId\": \"1meRF60aFJzd9px-2nLTMRuA6ys\"\n                        // \"pageId\": \"xxxxx\" \n                        // \"featureId\": \"xxxxx\n                    }\n                }\n            },\n            { // filter only to those who used the page/feature/track event AFTER the guide was seen\n                \"filter\": \"itemSeenInfo.lastUsed >= browserTime\"\n            },\n            { // return a count\n                \"reduce\": {\n                    \"converted\": {\n                        \"count\": \"visitorId\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1641013200000,\n    \"results\": [\n        {\n            \"converted\": 24\n        }\n    ]\n}"},{"id":"4c519b7f-704b-4d84-8f07-41ab9231d12a","name":"Guide goals - page conversion","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Return number of guide goal conversions\",\n        \"pipeline\": [\n            {\n                \"source\": { // focus on a single guide (and optionally step)\n                    \"guideEvents\": {\n                        \"guideId\": \"rvozsETfGWNRjhCnb7BR4iuMK-Y\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"date(2024,1,1)\",\n                        \"last\": \"now()\"\n                    }\n                }\n            },\n            {\n                \"filter\": \"type == \\\"guideSeen\\\"\"\n            },\n            { // use itemSeen to find object usages (page, feature, or track)\n                \"itemSeen\": {\n                    \"itemSeenInfo\": { // uncomment below depending on the type of object \n                        //\"trackTypeId\": \"xxxxx\"\n                        \"pageId\": \"1meRF60aFJzd9px-2nLTMRuA6ys\" \n                        // \"featureId\": \"xxxxx\n                    }\n                }\n            },\n            { // filter only to those who used the page/feature/track event AFTER the guide was seen\n                \"filter\": \"itemSeenInfo.lastUsed >= browserTime\"\n            },\n            { // return a count\n                \"reduce\": {\n                    \"converted\": {\n                        \"count\": \"visitorId\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1641013200000,\n    \"results\": [\n        {\n            \"converted\": 97\n        }\n    ]\n}"},{"id":"2a269bc3-be6c-49fc-b555-445e1d67ccb5","name":"Guide goals - feature conversion","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Return number of guide goal conversions\",\n        \"pipeline\": [\n            {\n                \"source\": { // focus on a single guide (and optionally step)\n                    \"guideEvents\": {\n                        \"guideId\": \"rvozsETfGWNRjhCnb7BR4iuMK-Y\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"date(2024,1,1)\",\n                        \"last\": \"now()\"\n                    }\n                }\n            },\n            {\n                \"filter\": \"type == \\\"guideSeen\\\"\"\n            },\n            { // use itemSeen to find object usages (page, feature, or track)\n                \"itemSeen\": {\n                    \"itemSeenInfo\": { // uncomment below depending on the type of object \n                        //\"trackTypeId\": \"xxxxx\"\n                        // \"pageId\": \"xxxxx\" \n                        \"featureId\": \"1meRF60aFJzd9px-2nLTMRuA6ys\"\n                    }\n                }\n            },\n            { // filter only to those who used the page/feature/track event AFTER the guide was seen\n                \"filter\": \"itemSeenInfo.lastUsed >= browserTime\"\n            },\n            { // return a count\n                \"reduce\": {\n                    \"converted\": {\n                        \"count\": \"visitorId\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1641013200000,\n    \"results\": [\n        {\n            \"converted\": 77\n        }\n    ]\n}"}],"_postman_id":"11498fb0-9ec7-4aa2-9701-a0f282e90734"},{"name":"NPS","id":"f203b92f-9a66-4d97-9784-7c8fb93f410e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"nps-metadata-table\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pollsSeen\": {\n                        \"guideId\": \"{guideId}\",\n                        \"pollId\": \"{pollId}\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            {\n                \"eval\": {\n                    \"responseDay\": \"startOfPeriod(\\\"dayRange\\\", time)\"\n                }\n            },\n            {\n                \"bulkExpand\": {\n                    \"account\": {\n                        \"account\": \"accountId\"\n                    }\n                }\n            },\n            {\n                \"eval\": {\n                    \"metadataField\": \"account.auto.id\"\n                }\n            },\n            {\n                \"filter\": \"!isNil(metadataField) && metadataField != \\\"\\\"\"\n            },\n            {\n                \"eval\": {\n                    \"isPromoter\": \"if(response >= 9, 1, 0)\",\n                    \"isDetractor\": \"if(response < 7, 1, 0)\",\n                    \"isPassive\": \"if(response >= 7 && response < 9, 1, 0)\"\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"metadataField\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"numPromoters\": {\n                                \"sum\": \"isPromoter\"\n                            }\n                        },\n                        {\n                            \"numDetractors\": {\n                                \"sum\": \"isDetractor\"\n                            }\n                        },\n                        {\n                            \"numPassives\": {\n                                \"sum\": \"isPassive\"\n                            }\n                        },\n                        {\n                            \"numResponses\": {\n                                \"count\": null\n                            }\n                        },\n                        {\n                            \"summedResponses\": {\n                                \"sum\": \"response\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"eval\": {\n                    \"avgScore\": \"summedResponses/numResponses\",\n                    \"npsScore\": \"(numPromoters/numResponses) - (numDetractors/numResponses)\"\n                }\n            },\n            {\n                \"sort\": [\n                    \"-numResponses\"\n                ]\n            }\n        ],\n        \"requestId\": \"nps-metadata-table\"\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","description":"<h3 id=\"find-the-following-examples-in-the-example-request-dropdown\">Find the following examples in the Example Request dropdown:</h3>\n<ul>\n<li><p>NPS score last 30 days</p>\n</li>\n<li><p>NPS score by account</p>\n</li>\n<li><p>NPS score and follow-up responses</p>\n</li>\n<li><p>All-time NPS scores by guide</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"a2438823-b954-4ac4-b64c-ec95d4d2a6e2","name":"NPS score - last 30 days","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"NPS score last 30 days\",\n        \"pipeline\": [\n            { //.enter the guideId and pollId from your NPS \n                \"source\": {\n                    \"pollEvents\": {\n                        \"guideId\": \"yourGuideId\",\n                        \"pollId\": \"yourQuantitativePollId\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"filter\": \"excluded != true\"\n            },\n            {\n                \"identified\": \"visitorId\"\n            },\n            { // assign labels to the scores\n                \"eval\": {\n                    \"detractors\": \"if(pollResponse < 7, 1, 0)\",\n                    \"passive\": \"if(pollResponse >= 7 && pollResponse < 9, 1, 0)\",\n                    \"promoters\": \"if(pollResponse >= 9, 1, 0)\"\n                }\n            },\n            { // find the total count of each label\n                \"reduce\": [\n                    {\n                        \"detractors\": {\n                            \"sum\": \"detractors\"\n                        }\n                    },\n                    {\n                        \"passive\": {\n                            \"sum\": \"passive\"\n                        }\n                    },\n                    {\n                        \"promoters\": {\n                            \"sum\": \"promoters\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"eval\": {\n                    \"total\": \"detractors + passive + promoters\"\n                }\n            },\n            { // determine the score\n                \"eval\": {\n                    \"score\": \"if(total > 0, (promoters - detractors)/total, 0)\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1667707200000,\n    \"results\": [\n        {\n            \"detractors\": 27,\n            \"passive\": 68,\n            \"promoters\": 144,\n            \"total\": 239,\n            \"score\": 0.4895397489539749\n        }\n    ]\n}"},{"id":"f82cd22a-8d2d-43a6-a38d-aa5b4b2f1906","name":"NPS score by account","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"NPS by accountId - last 30 days\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pollEvents\": {\n                        \"guideId\": \"yourGuideId\",\n                        \"pollId\": \"yourQuantitativePollId\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"filter\": \"excluded != true\"\n            },\n            {\n                \"eval\": {\n                    \"responseDay\": \"startOfPeriod(\\\"dayRange\\\", browserTime)\"\n                }\n            },\n            {\n                \"eval\": {\n                    \"isPromoter\": \"if(pollResponse >= 9, 1, 0)\",\n                    \"isDetractor\": \"if(pollResponse < 7, 1, 0)\",\n                    \"isPassive\": \"if(pollResponse >= 7 && pollResponse < 9, 1, 0)\"\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"accountId\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"numPromoters\": {\n                                \"sum\": \"isPromoter\"\n                            }\n                        },\n                        {\n                            \"numDetractors\": {\n                                \"sum\": \"isDetractor\"\n                            }\n                        },\n                        {\n                            \"numPassives\": {\n                                \"sum\": \"isPassive\"\n                            }\n                        },\n                        {\n                            \"numResponses\": {\n                                \"count\": null\n                            }\n                        },\n                        {\n                            \"summedResponses\": {\n                                \"sum\": \"pollResponse\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"eval\": {\n                    \"avgScore\": \"summedResponses/numResponses\",\n                    \"npsScore\": \"((numPromoters - numDetractors) / numResponses) * 100\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1621483200000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"numDetractors\": 2,\n            \"numPassives\": 1,\n            \"numPromoters\": 1,\n            \"numResponses\": 4,\n            \"summedResponses\": 25,\n            \"avgScore\": 6.25,\n            \"npsScore\": -25\n        },\n        {\n            \"accountId\": \"anotherAccount\",\n            \"numDetractors\": 0,\n            \"numPassives\": 0,\n            \"numPromoters\": 1,\n            \"numResponses\": 1,\n            \"summedResponses\": 10,\n            \"avgScore\": 10,\n            \"npsScore\": 100\n        }\n    ]\n}"},{"id":"a37e0b39-1847-4f8a-adda-e49f4789883f","name":"NPS score and follow-up responses","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"NPS Ratings and Responses last 30 days\",\n        \"pipeline\": [\n            {\n                \"source\": {\n                    \"pollEvents\": {\n                        \"guideId\": \"yourGuideId\",\n                        \"pollId\": \"yourQuantitativePollId\"\n                    },\n                    \"timeSeries\": {\n                        \"period\": \"dayRange\",\n                        \"first\": \"now()\",\n                        \"count\": -30\n                    }\n                }\n            },\n            {\n                \"filter\": \"excluded != true\"\n            },\n            {\n                \"merge\": {\n                    \"fields\": [\n                        \"visitorId\",\n                        \"accountId\"\n                    ],\n                    \"mappings\": {\n                        \"followUpResponses\": \"responses\"\n                    },\n                    \"pipeline\": [\n                        {\n                            \"source\": {\n                                \"pollEvents\": {\n                                    \"guideId\": \"yourGuideId\",\n                                    \"pollId\": \"yourQualitativePollId\"\n                                },\n                                \"timeSeries\": {\n                                    \"period\": \"dayRange\",\n                                    \"first\": \"now()\",\n                                    \"count\": -30\n                                }\n                            }\n                        },\n                        {\n                            \"sort\": [\n                                \"browserTime\"\n                            ]\n                        },\n                        {\n                            \"eval\": {\n                                \"responseObj.pollResponse\": \"pollResponse\",\n                                \"responseObj.browserTime\": \"browserTime\"\n                            }\n                        },\n                        {\n                            \"group\": {\n                                \"group\": [\n                                    \"visitorId\",\n                                    \"accountId\"\n                                ],\n                                \"fields\": [\n                                    {\n                                        \"responses\": {\n                                            \"list\": \"responseObj\"\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"unwind\": {\n                    \"field\": \"followUpResponses\",\n                    \"keepEmpty\": true\n                }\n            },\n            {\n                \"eval\": {\n                    \"followUpResponse\": \"if (followUpResponses.browserTime >= (browserTime - 500) && followUpResponses.browserTime < (browserTime + 500), followUpResponses.pollResponse, null)\"\n                }\n            },\n            {\n                \"group\": {\n                    \"group\": [\n                        \"visitorId\",\n                        \"accountId\",\n                        \"parentAccountId\",\n                        \"pollResponse\",\n                        \"browserTime\",\n                        \"type\",\n                        \"excluded\"\n                    ],\n                    \"fields\": [\n                        {\n                            \"followUpResponse\": {\n                                \"first\": \"followUpResponse\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"switch\": {\n                    \"channel\": {\n                        \"type\": [\n                            {\n                                \"==\": \"ui:web:pollResponse\",\n                                \"value\": \"In-app\"\n                            },\n                            {\n                                \"==\": \"ui:mobile:pollResponse\",\n                                \"value\": \"In-app\"\n                            },\n                            {\n                                \"==\": \"ui:email:pollResponse\",\n                                \"value\": \"Email\"\n                            }\n                        ]\n                    }\n                }\n            },\n            {\n                \"switch\": {\n                    \"responseGroup\": {\n                        \"pollResponse\": [\n                            {\n                                \"value\": \"Detractor\",\n                                \"<\": 7\n                            },\n                            {\n                                \"value\": \"Passive\",\n                                \">=\": 7,\n                                \"<\": 9\n                            },\n                            {\n                                \"value\": \"Promoter\",\n                                \">=\": 9\n                            }\n                        ]\n                    }\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"browserTime\": \"browserTime\",\n                    \"pollResponse\": \"pollResponse\",\n                    \"responseGroup\": \"responseGroup\",\n                    \"followUpResponse\": \"followUpResponse\",\n                    \"type\": \"channel\",\n                    \"accountId\": \"accountId\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1621483200000,\n    \"results\": [\n        {\n            \"accountId\": \"exampleAccount\",\n            \"visitorId\": \"exampleVisitor\",\n            \"browserTime\": 1693322201049,\n            \"pollResponse\": 8,\n            \"responseGroup\": \"Passive\",\n            \"followUpResponse\": null,\n            \"type\": \"Email\"\n        },\n        {\n            \"accountId\": \"exampleAccount\",\n            \"visitorId\": \"reallyHappyVisitor\",\n            \"browserTime\": 1698937048655,\n            \"pollResponse\": 10,\n            \"responseGroup\": \"Promoter\",\n            \"followUpResponse\": \"This is the best product I've ever used! <3\",\n            \"type\": \"In-app\"\n        },\n        {\n            \"accountId\": \"thisOtherAccount\",\n            \"visitorId\": \"notAHappyCamper\",\n            \"browserTime\": 1698937059102,\n            \"pollResponse\": 5,\n            \"responseGroup\": \"Detractor\",\n            \"followUpResponse\": \"It's not the worst thing, but I wouldn't recommend it.\",\n            \"type\": \"In-app\"\n        }\n    ]\n}"},{"id":"7da94bbe-d83c-48ae-8d10-198a967f89b6","name":"All-time NPS scores by guide","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Get scores for all NPS guides over the last 30 days\",\n        \"pipeline\": [\n            { // start with a list of guides\n                \"source\": {\n                    \"guides\": null\n                }\n            },\n            { // break the poll lists into individual rows\n                \"unwind\": {\n                    \"field\": \"polls\"\n                }\n            },\n            { // find only those polls with the NPS numerical rating type\n                \"filter\": \"polls.attributes.type==\\\"NPSRating\\\"\"\n            },\n            { // break the step list into individual rows\n                \"unwind\": {\n                    \"field\": \"steps\"\n                }\n            },\n            { // for each step, break its poll object into individual rows\n                \"unwind\": {\n                    \"field\": \"steps.pollIds\"\n                }\n            },\n            { // rename the guide source fields to feed into the rest of the pipeline\n                \"eval\": {\n                    \"guideId\": \"id\",\n                    \"pollId\": \"polls.id\",\n                    \"guideStepId\": \"steps.id\",\n                    \"stepPollId\": \"steps.pollIds\"\n                }\n            },\n            { // return only the rows where the poll assigned to the step is an NPSRating poll\n                \"filter\": \"pollId == stepPollId\"\n            },\n            { // from guideEvents, find the number of views in the last 30 days\n                \"merge\": {\n                    \"fields\": [\n                        \"guideId\",\n                        \"guideStepId\"\n                    ],\n                    \"mappings\": {\n                        \"numViews\": \"numViews\"\n                    },\n                    \"pipeline\": [\n                        {\n                            \"source\": {\n                                \"guideEvents\": null,\n                                \"timeSeries\": {\n                                    \"period\": \"dayRange\",\n                                    \"first\": \"now()\",\n                                    \"count\": -30\n                                }\n                            }\n                        },\n                        {\n                            \"identified\": \"visitorId\"\n                        },\n                        {\n                            \"filter\": \"type==\\\"guideSeen\\\"\"\n                        },\n                        {\n                            \"group\": {\n                                \"group\": [\n                                    \"guideId\",\n                                    \"guideStepId\"\n                                ],\n                                \"fields\": [\n                                    {\n                                        \"numViews\": {\n                                            \"count\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                }\n            },\n            { // from the pollEvents source, find the poll responses from the last 30 days and calculate NPS\n                \"merge\": {\n                    \"fields\": [\n                        \"guideId\",\n                        \"pollId\"\n                    ],\n                    \"mappings\": {\n                        \"npsScore\": \"npsScore\",\n                        \"numResponses\": \"numResponses\"\n                    },\n                    \"pipeline\": [\n                        {\n                            \"source\": {\n                                \"pollEvents\": {},\n                                \"timeSeries\": {\n                                    \"period\": \"dayRange\",\n                                    \"first\": \"now()\",\n                                    \"count\": -30\n                                }\n                            }\n                        },\n                        {\n                            \"identified\": \"visitorId\"\n                        },\n                        {\n                            \"filter\": \"isNumber(pollResponse)\"\n                        },\n                        {\n                            \"eval\": {\n                                \"isPromoter\": \"if(pollResponse >= 9, 1, 0)\",\n                                \"isNeutral\": \"if(pollResponse >= 7 && pollResponse < 9, 1, 0)\",\n                                \"isDetractor\": \"if(pollResponse < 7, 1, 0)\"\n                            }\n                        },\n                        {\n                            \"group\": {\n                                \"group\": [\n                                    \"guideId\",\n                                    \"pollId\"\n                                ],\n                                \"fields\": [\n                                    {\n                                        \"numPromoters\": {\n                                            \"sum\": \"isPromoter\"\n                                        }\n                                    },\n                                    {\n                                        \"numNeutral\": {\n                                            \"sum\": \"isNeutral\"\n                                        }\n                                    },\n                                    {\n                                        \"numDetractors\": {\n                                            \"sum\": \"isDetractor\"\n                                        }\n                                    },\n                                    {\n                                        \"numResponses\": {\n                                            \"count\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"eval\": {\n                                \"npsScore\": \"if(numResponses == 0 || isNull(numResponses), 0, ((numPromoters / numResponses) - (numDetractors / numResponses)) * 100)\"\n                            }\n                        }\n                    ]\n                }\n            },\n            { // filter out any guides with no responses\n                \"filter\": \"!isNil(numResponses)\"\n            },\n            { // return only the following fields\n                \"select\": {\n                    \"guideId\": \"id\",\n                    \"name\": \"name\",\n                    \"guideStepId\": \"guideStepId\",\n                    \"pollId\": \"pollId\",\n                    \"numViews\": \"if(isNil(numViews),0,numViews)\",\n                    \"npsScore\": \"npsScore\",\n                    \"numResponses\": \"numResponses\",\n                    \"state\": \"state\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"npsScore\": -25,\n            \"numResponses\": 4,\n            \"state\": \"staged\",\n            \"id\": \"Z-3O9jIOlMC0QcwVwOOoqtlIwJg\",\n            \"name\": \"Old NPS Survey\",\n            \"guideStepId\": \"XrHe4huxuobVTkxinL4uPUy7MlU\",\n            \"pollId\": \"53duzu7xvk5\",\n            \"numViews\": 80\n        },\n        {\n            \"npsScore\": 30,\n            \"numResponses\": 66,\n            \"state\": \"public\",\n            \"id\": \"kFIAbuCoW0lQJleOzUAN0vFaL8U\",\n            \"name\": \"Main NPS Survey\",\n            \"guideStepId\": \"qX_FWcweZtClCdhlSrRChhdmk7c\",\n            \"pollId\": \"1v9plza8mqz\",\n            \"numViews\": 94\n        }\n    ]\n}"}],"_postman_id":"f203b92f-9a66-4d97-9784-7c8fb93f410e"},{"name":"Add product area to responses","id":"11e008cb-8099-464e-826a-e06974b0b8c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Add product area (group) to another source's output\",\n        \"pipeline\": [\n            { // applicable to most sources if that source's primary ID can be associated with product areas\n                \"source\": {\n                    \"pages\": null\n                }\n            },\n            { // make the ID field explicit in what it references\n                \"eval\": {\n                    \"pageId\": \"id\"\n                }\n            },\n            {\n                \"merge\": {\n                    \"fields\": [ // this is the field that will match between the main and merged pipelines\n                        \"pageId\"\n                    ],\n                    \"mappings\": { // select which fields you want from the merged pipeline\n                        \"productArea\": \"productArea\"\n                    },\n                    \"pipeline\": [\n                        {\n                            \"source\": {\n                                \"groups\": {\n                                    \"groupType\": \"group\",\n                                    \"items\": true\n                                }\n                            }\n                        },\n                        {\n                            \"unwind\": {\n                                \"field\": \"items\"\n                            }\n                        },\n                        { // we are only concerned with page objects\n                            \"filter\": \"items.itemType == `Page`\"\n                        },\n                        { // as we've filtered by Page, we call the itemID as pageId to match the primary pipeline\n                            \"select\": {\n                                \"productArea\": \"name\",\n                                \"pageId\": \"items.itemId\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"select\": {\n                    \"pageId\": \"pageId\",\n                    \"pageName\": \"name\",\n                    \"productArea\": \"productArea\",\n                    \"rules\": \"rules\"\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"cf9fa8e4-68ea-46ef-8ea8-dcc636adce29","name":"Add product area to responses","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Add product area (group) to another source's output\",\n        \"pipeline\": [\n            { // applicable to most sources if that source's primary ID can be associated with product areas\n                \"source\": {\n                    \"pages\": null\n                }\n            },\n            { // make the ID field explicit in what it references\n                \"eval\": {\n                    \"pageId\": \"id\"\n                }\n            },\n            {\n                \"merge\": {\n                    \"fields\": [ // this is the field that will match between the main and merged pipelines\n                        \"pageId\"\n                    ],\n                    \"mappings\": { // select which fields you want from the merged pipeline\n                        \"productArea\": \"productArea\"\n                    },\n                    \"pipeline\": [\n                        { // merge against the groups source for product area information \n                            \"source\": {\n                                \"groups\": { // groupType of \"group\" is the backend designation for a product area\n                                    \"groupType\": \"group\",\n                                    \"items\": true\n                                }\n                            }\n                        },\n                        {\n                            \"unwind\": {\n                                \"field\": \"items\"\n                            }\n                        },\n                        { // in this example, we are only concerned with page objects\n                            \"filter\": \"items.itemType == `Page`\"\n                        },\n                        { // as we've filtered by Page, we call the itemID as pageId to match the primary pipeline\n                            \"select\": {\n                                \"productArea\": \"name\",\n                                \"pageId\": \"items.itemId\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"select\": {\n                    \"pageId\": \"pageId\",\n                    \"pageName\": \"name\",\n                    \"productArea\": \"productArea\",\n                    \"rules\": \"rules\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"rules\": [\n                {\n                    \"designerHint\": \"http://localhost:8080/index.html\",\n                    \"parsedRule\": \"^https?://[^/]*/index\\\\.html/?(?:;[^#]*)?(?:\\\\?)(?:[^#]*&)$\",\n                    \"rule\": \"//*/index.html\"\n                }\n            ],\n            \"pageId\": \"NGTCf0u40Hh8ynZx1noCyTpZK1E\",\n            \"pageName\": \"Home\",\n            \"productArea\": null\n        },\n        {\n            \"rules\": [\n                {\n                    \"designerHint\": \"http://localhost:8080/training.html\",\n                    \"parsedRule\": \"^https?://[^/]*/training\\\\.html/?(?:;[^#]*)?(?:\\\\?[^#]*)?(?:#.*)?$\",\n                    \"rule\": \"//*/training.html\"\n                }\n            ],\n            \"pageId\": \"h5VZUuXZ1JVEB0VfpPaIAzcZL1E\",\n            \"pageName\": \"Intro to Things\",\n            \"productArea\": \"Onboarding\"\n        }\n    ]\n}"}],"_postman_id":"11e008cb-8099-464e-826a-e06974b0b8c8"},{"name":"Add app name to responses","id":"ee88a0c9-7a69-4089-a8b8-bd7d6b5a37d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Add application name to another source's output\",\n        \"pipeline\": [\n            { // applicable to event sources and object sources with appId included\n                \"source\": {\n                    \"featureEvents\": {\n                        \"appId\": \"expandAppIds(\\\"*\\\")\"\n                    },\n                    \"timeSeries\": {\n                        \"count\": -7,\n                        \"first\": \"now()\",\n                        \"period\": \"dayRange\"\n                    }\n                }\n            },\n            {\n                \"merge\": {\n                    \"fields\": [\n                        \"appId\"\n                    ],\n                    \"mappings\": {\n                        \"appId\": \"id\",\n                        \"appName\": \"name\"\n                    },\n                    \"pipeline\": [\n                        {\n                            \"source\": {\n                                \"apps\": null\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"select\": {\n                    \"visitorId\": \"visitorId\",\n                    \"accountId\": \"accountId\",\n                    \"appId\": \"appId\",\n                    \"appName\": \"appName\",\n                    \"numEvents\": \"numEvents\",\n                    \"featureId\": \"featureId\"\n                }\n            }\n        ]\n    }\n}"},"url":"https://app.pendo.io/api/v1/aggregation","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}},"urlObject":{"path":["api","v1","aggregation"],"host":["https://app.pendo.io"],"query":[],"variable":[]}},"response":[{"id":"637dd118-f33f-428f-9d85-6c6be9361fff","name":"Add app name to responses","originalRequest":{"method":"POST","header":[{"key":"X-Pendo-Integration-Key","value":"<PENDO_INTEGRATION_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"response\": {\n        \"mimeType\": \"application/json\"\n    },\n    \"request\": {\n        \"name\": \"Add application name to another source's output\",\n        \"pipeline\": [\n            { // applicable to event sources and object sources with appId included\n                \"source\": {\n                    \"pageEvents\": {\n                        \"appId\": \"expandAppIds(\\\"*\\\")\"\n                    },\n                    \"timeSeries\": {\n                        \"count\": -7,\n                        \"first\": \"now()\",\n                        \"period\": \"dayRange\"\n                    }\n                }\n            },\n            {\n                \"merge\": {\n                    \"fields\": [\n                        \"appId\"\n                    ],\n                    \"mappings\": {\n                        \"appId\": \"id\",\n                        \"appName\": \"name\"\n                    },\n                    \"pipeline\": [\n                        {\n                            \"source\": {\n                                \"apps\": null\n                            }\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pendo.io/api/v1/aggregation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"startTime\": 1704862800000,\n    \"results\": [\n        {\n            \"numEvents\": 24,\n            \"featureId\": \"20NvBEOok6JcV8iuz_36uSZYSOs\",\n            \"visitorId\": \"exampleVisitor\",\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"appName\": \"Web_Application\"\n        },\n        {\n            \"numEvents\": 66,\n            \"featureId\": \"ckpmWo-RTjXLJVVrN3Ejz_IzVyE\",\n            \"visitorId\": \"exampleVisitor\",\n            \"accountId\": \"exampleAccount\",\n            \"appId\": -323232,\n            \"appName\": \"Web_Application\"\n        },\n        {\n            \"numEvents\": 51,\n            \"featureId\": \"nVPobbKgUGeaCQTDhzivdDDDwrw\",\n            \"visitorId\": \"exampleVisitor\",\n            \"accountId\": \"someOtherAccountId\",\n            \"appId\": 1234567890123456,\n            \"appName\": \"MobileApp\"\n        }\n    ]\n}"}],"_postman_id":"ee88a0c9-7a69-4089-a8b8-bd7d6b5a37d2"}],"id":"83fc67b3-6d9c-4499-ba1f-7c40cf93b5c0","_postman_id":"83fc67b3-6d9c-4499-ba1f-7c40cf93b5c0","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}}],"id":"7c8479b8-3843-403c-94a9-04cbdf542db9","description":"<p>Aggregations are a Pendo-developed query language for accessing and processing Pendo data. They take sources of Pendo data and apply operators to do computations. These aggregations are extremely powerful and are used to compute almost all analytics found in the Pendo UI.</p>\n<p>Note: This aggregations endpoint is NOT intended to be a bulk export feature. Breaking up aggregations by smaller time ranges may be necessary if you encounter size or timeout limits. For more information on our data sync offerings for bulk data exports, see <a href=\"https://support.pendo.io/hc/en-us/articles/14617105854875-Data-Sync-export-handling\">Data Sync export handling</a>.</p>\n<h2 id=\"limitations\"><strong>Limitations</strong></h2>\n<p>Pendo aggregations are limited to:</p>\n<ul>\n<li>5 minute runtime or</li>\n<li>4 gb of output</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"7e41c105-cdc4-45d4-b273-a6cc2187ad03","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ddfb61c0-ddb5-4898-b763-3662f2584460","type":"text/javascript","exec":[""]}}],"_postman_id":"7c8479b8-3843-403c-94a9-04cbdf542db9","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","id":"ded8d9bb-679b-41df-a93f-7ecf3acf2acf","name":"Pendo API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"a66a44f2-075e-4c34-bf95-a14314601aad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7877d651-dd0f-4818-b55d-54ea82348892","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://app.pendo.io"}]}