{"info":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"34649711","collectionId":"3f88051c-11af-44ad-9411-025cb6dbb1df","publishedId":"2sB2qUo5Gc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-14T20:12:15.000Z"},"item":[{"name":"Overview","item":[],"id":"bdd5eb82-eb4c-4e4a-b647-a6e0e7232fdf","description":"<p>Documoto's BI Data Extracts provide secure, automated access to customer-specific data from your Documoto environment(s). Data extracts are generated once daily and made available as CSV files, enabling you to integrate Documoto data with your organization’s business intelligence, reporting, and analytics solutions.</p>\n<p>BI Data Extracts provide structured access to operational, usage, and transactional data, helping you gain insights into:</p>\n<ul>\n<li><p>Content and media performance</p>\n</li>\n<li><p>User behavior and engagement</p>\n</li>\n<li><p>Search and application usage trends</p>\n</li>\n<li><p>Order and quote activity</p>\n</li>\n<li><p>Platform adoption and utilization</p>\n</li>\n<li><p>Metadata and content relationships</p>\n</li>\n</ul>\n<p>The extracted data can be imported into analytics platforms that support CSV data sources, including:</p>\n<ul>\n<li><p>Microsoft Power BI</p>\n</li>\n<li><p>Tableau</p>\n</li>\n<li><p>Looker</p>\n</li>\n<li><p>Qlik Sense</p>\n</li>\n<li><p>Domo</p>\n</li>\n<li><p>Sisense</p>\n</li>\n<li><p>ThoughtSpot</p>\n</li>\n<li><p>IBM Cognos Analytics</p>\n</li>\n</ul>\n<p>Data extracts are generated daily at <strong>00:10:00 UTC</strong>, securely stored in Amazon S3, and available for download using the BI Data Extracts REST APIs documented in this collection.</p>\n","_postman_id":"bdd5eb82-eb4c-4e4a-b647-a6e0e7232fdf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Process for Retrieving and Downloading Extract Files via API","item":[],"id":"819241df-1859-4bf6-bbd7-405fbac33e99","description":"<p>Retrieve BI Data Extract files using the following three-step process:</p>\n<h4 id=\"step-1---retrieve-available-extract-files\">Step #1 - Retrieve Available Extract Files</h4>\n<ul>\n<li><p>Make a <code>GET</code> request to the endpoint (e.g., <code>/list-files?environment={int or prod}</code>) to obtain a list of files.</p>\n</li>\n<li><p>Parse the API response, returned in JSON, extracting details to identify the file you want.</p>\n</li>\n</ul>\n<h4 id=\"step-2---generate-download-link\">Step #2 - Generate Download Link</h4>\n<ul>\n<li><p>Make another API call to an endpoint (e.g., <code>/generate-link?filename={filename}</code>) to generate a temporary download URL.</p>\n<ul>\n<li>Optionally, call <code>/latest-daily-link?environment={int or prod}</code> to generate a download link for all daily exports in a single zip.</li>\n</ul>\n</li>\n<li><p>The response will include a secure URL valid for downloading the requested file.</p>\n</li>\n</ul>\n<h4 id=\"step-3---download-the-extract-files\">Step #3 - Download the Extract Files</h4>\n<ul>\n<li><p>Use the provided download link to issue an HTTPS <code>GET</code> request.</p>\n</li>\n<li><p>This requires the same API Key header as prior requests.</p>\n</li>\n<li><p>Save the downloaded file locally or process it as required.</p>\n</li>\n</ul>\n","_postman_id":"819241df-1859-4bf6-bbd7-405fbac33e99","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"APIs for Retrieving and Downloading Extract Files","item":[{"name":"List Files","id":"feac26ef-d9bd-4b47-ac9c-52d6eaa62a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://TENANT-KEY-HERE.app.documoto.com/download-reports/list-files?environment=prod&daily=true","description":"<p>Lists all extracts that can be downloaded</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}},"urlObject":{"host":["https://TENANT-KEY-HERE.app.documoto.com/download-reports/list-files"],"query":[{"description":{"content":"<p>Documoto environment exports generated against.</p>\n","type":"text/plain"},"key":"environment","value":"prod"},{"description":{"content":"<p>(Optional) Only returns daily zips containing all exports.</p>\n","type":"text/plain"},"key":"daily","value":"true"}],"variable":[]}},"response":[{"id":"727dd85e-d9a2-4db8-a406-522e074469c4","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://TENANT-KEY-HERE.app.documoto.com/download-reports/list-files?environment=prod","host":["https://TENANT-KEY-HERE.app.documoto.com/download-reports/list-files"],"query":[{"key":"environment","value":"prod"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 18:11:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2688"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": \"DOCUMOTO\",\n    \"environment\": \"int\",\n    \"folder\": null,\n    \"start_date\": null,\n    \"end_date\": null,\n    \"files\": [\n        \"int/AccessControls/AccessControls-2025_04_15.csv.gz\",\n        \"int/AccessControls/AccessControls-2025_04_16.csv.gz\",\n        \"int/AccessControls/AccessControls-2025_04_18.csv.gz\",\n        \"int/AccessControls/AccessControls-2025_04_23.csv.gz\",\n        \"int/AccessControls/AccessControls-2025_04_24.csv.gz\",\n        \"int/AccessControls/AccessControls-2025_04_25.csv.gz\",\n        \"int/AccessControls/AccessControls-2025_05_01.csv.gz\",\n        \"int/LoginLog/LoginLog-2025_04_15.csv.gz\",\n        \"int/LoginLog/LoginLog-2025_04_16.csv.gz\",\n        \"int/LoginLog/LoginLog-2025_04_18.csv.gz\",\n        \"int/LoginLog/LoginLog-2025_04_23.csv.gz\",\n        \"int/LoginLog/LoginLog-2025_04_24.csv.gz\",\n        \"int/LoginLog/LoginLog-2025_04_25.csv.gz\",\n        \"int/LoginLog/LoginLog-2025_05_01.csv.gz\",\n        \"int/MediaTags/MediaTags-2025_04_15.csv.gz\",\n        \"int/MediaTags/MediaTags-2025_04_16.csv.gz\",\n        \"int/MediaTags/MediaTags-2025_04_18.csv.gz\",\n        \"int/MediaTags/MediaTags-2025_04_23.csv.gz\",\n        \"int/MediaTags/MediaTags-2025_04_24.csv.gz\",\n        \"int/MediaTags/MediaTags-2025_04_25.csv.gz\",\n        \"int/MediaTags/MediaTags-2025_05_01.csv.gz\",\n        \"int/PagePartTags/PagePartTags-2025_04_15.csv.gz\",\n        \"int/PagePartTags/PagePartTags-2025_04_16.csv.gz\",\n        \"int/PagePartTags/PagePartTags-2025_04_18.csv.gz\",\n        \"int/PagePartTags/PagePartTags-2025_04_23.csv.gz\",\n        \"int/PagePartTags/PagePartTags-2025_04_24.csv.gz\",\n        \"int/PagePartTags/PagePartTags-2025_04_25.csv.gz\",\n        \"int/PagePartTags/PagePartTags-2025_05_01.csv.gz\",\n        \"int/PageTags/PageTags-2025_04_15.csv.gz\",\n        \"int/PageTags/PageTags-2025_04_16.csv.gz\",\n        \"int/PageTags/PageTags-2025_04_18.csv.gz\",\n        \"int/PageTags/PageTags-2025_04_23.csv.gz\",\n        \"int/PageTags/PageTags-2025_04_24.csv.gz\",\n        \"int/PageTags/PageTags-2025_04_25.csv.gz\",\n        \"int/PageTags/PageTags-2025_05_01.csv.gz\",\n        \"int/PartTags/PartTags-2025_04_15.csv.gz\",\n        \"int/PartTags/PartTags-2025_04_16.csv.gz\",\n        \"int/PartTags/PartTags-2025_04_18.csv.gz\",\n        \"int/PartTags/PartTags-2025_04_23.csv.gz\",\n        \"int/PartTags/PartTags-2025_04_24.csv.gz\",\n        \"int/PartTags/PartTags-2025_04_25.csv.gz\",\n        \"int/PartTags/PartTags-2025_05_01.csv.gz\",\n        \"int/SearchLog/SearchLog-2025_04_15.csv.gz\",\n        \"int/SearchLog/SearchLog-2025_04_16.csv.gz\",\n        \"int/SearchLog/SearchLog-2025_04_18.csv.gz\",\n        \"int/SearchLog/SearchLog-2025_04_23.csv.gz\",\n        \"int/SearchLog/SearchLog-2025_04_24.csv.gz\",\n        \"int/SearchLog/SearchLog-2025_04_25.csv.gz\",\n        \"int/SearchLog/SearchLog-2025_05_01.csv.gz\",\n        \"int/UserActionLog/UserActionLog-2025_04_15.csv.gz\",\n        \"int/UserActionLog/UserActionLog-2025_04_16.csv.gz\",\n        \"int/UserActionLog/UserActionLog-2025_04_18.csv.gz\",\n        \"int/UserActionLog/UserActionLog-2025_04_23.csv.gz\",\n        \"int/UserActionLog/UserActionLog-2025_04_24.csv.gz\",\n        \"int/UserActionLog/UserActionLog-2025_04_25.csv.gz\",\n        \"int/UserActionLog/UserActionLog-2025_05_01.csv.gz\"\n    ]\n}"}],"_postman_id":"feac26ef-d9bd-4b47-ac9c-52d6eaa62a4f"},{"name":"Generate Download Link","id":"f4fe6229-3373-4edf-9d7d-135098462930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://TENANT-KEY-HERE.app.documoto.com/download-reports/generate-link?filename=prod/AccessControls/AccessControls-2025_04_15.csv.gz","description":"<p>Generate a download link for a specific extract</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}},"urlObject":{"host":["https://TENANT-KEY-HERE.app.documoto.com/download-reports/generate-link"],"query":[{"description":{"content":"<p>Name of the file to download with full path</p>\n","type":"text/plain"},"key":"filename","value":"prod/AccessControls/AccessControls-2025_04_15.csv.gz"}],"variable":[]}},"response":[{"id":"18d4dbc5-0413-4e22-82c7-43f987d9c7f7","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://TENANT-KEY-HERE.app.documoto.com/download-reports/generate-link?filename=prod/AccessControls/AccessControls-2025_04_15.csv.gz","host":["https://TENANT-KEY-HERE.app.documoto.com/download-reports/generate-link"],"query":[{"key":"filename","value":"prod/AccessControls/AccessControls-2025_04_15.csv.gz"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 18:12:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"}],"cookie":[],"responseTime":null,"body":"{\n    \"link\": \"https://documoto.qa1.documoto.com/download-reports/file/c4e7ecdada23\"\n}"}],"_postman_id":"f4fe6229-3373-4edf-9d7d-135098462930"},{"name":"Latest Daily Link","id":"f3c4f892-754d-4ddd-9c1f-393767604262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://TENANT-KEY-HERE.app.documoto.com/download-reports/latest-daily-link?environment=prod","description":"<p>Generates a download link of all extracts for a given day</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}},"urlObject":{"host":["https://TENANT-KEY-HERE.app.documoto.com/download-reports/latest-daily-link"],"query":[{"description":{"content":"<p>Documoto environment exports generated against.</p>\n","type":"text/plain"},"key":"environment","value":"prod"}],"variable":[]}},"response":[{"id":"67ee9091-2551-4f0f-9573-3466e5d3fb7e","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://TENANT-KEY-HERE.qa1.documoto.com/download-reports/latest-daily-link?environment=prod","protocol":"https","host":["TENANT-KEY-HERE","qa1","documoto","com"],"path":["download-reports","latest-daily-link"],"query":[{"key":"environment","value":"prod"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 18:12:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"}],"cookie":[],"responseTime":null,"body":"{\n    \"link\": \"https://documoto.qa1.documoto.com/download-reports/file/c4e7ecdada23\"\n}"}],"_postman_id":"f3c4f892-754d-4ddd-9c1f-393767604262"}],"id":"3cc8a7c4-cae3-4e25-bcee-70db47efdd5c","_postman_id":"3cc8a7c4-cae3-4e25-bcee-70db47efdd5c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"BI Data Extracts","item":[{"name":"Access Controls Extract","item":[],"id":"d0b6143e-603f-4eea-9f7f-d9a860b0eda0","description":"<h4 id=\"purpose\"><strong>Purpose</strong></h4>\n<p>Exports media object details and their assgined organizations and media categories to support access control auditing and content management.</p>\n<h4 id=\"columns\"><strong>Columns</strong></h4>\n<ul>\n<li><p><strong>Media ID</strong> – Internal ID of the media record</p>\n</li>\n<li><p><strong>Type</strong> – Type of media (e.g. Book, Document, Image, Video, etc.)</p>\n</li>\n<li><p><strong>Media Created</strong> - Date and time the media was created</p>\n</li>\n<li><p><strong>Media Updated</strong> - Data and time the media was last updated</p>\n</li>\n<li><p><strong>Template?</strong> – True/False indicating if the media is a template</p>\n</li>\n<li><p><strong>Identifier</strong> – Unique identifier for the media record</p>\n</li>\n<li><p><strong>Language Name</strong> – Name of the language for the media translation</p>\n</li>\n<li><p><strong>Language Code 4</strong> – Four‑character locale code for the media translation</p>\n</li>\n<li><p><strong>Media Name</strong> – Display name of the media</p>\n</li>\n<li><p><strong>Organization Name</strong> – Name of the organization the media is assigned to</p>\n</li>\n<li><p><strong>Media Category Language Name (\"MC Lang Name\") -</strong> Name of the language for the assigned media category</p>\n</li>\n<li><p><strong>Media Category Locale (\"MC Locale\") -</strong> Four‑character locale code for the assigned media category</p>\n</li>\n<li><p><strong>Media Category Name (\"MC Name\") -</strong> Display name of the assigned media category</p>\n</li>\n</ul>\n","_postman_id":"d0b6143e-603f-4eea-9f7f-d9a860b0eda0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"BOM By Page Extract","item":[],"id":"a0cd3864-e183-4dc3-a9f9-cc3cc9c57c9d","description":"<h4 id=\"purpose\"><strong>Purpose</strong></h4>\n<p>Exports the bill of materials (BOM) for every parts page, including associated parts and quantities, to analyze page-level part relationships.</p>\n<h4 id=\"columns\"><strong>Columns</strong></h4>\n<ul>\n<li><p><strong>Page ID</strong> - Internal ID for the page that contains the part</p>\n</li>\n<li><p><strong>Part ID</strong> – Internal ID for the part on the page</p>\n</li>\n<li><p><strong>Part Number</strong> - Part number or part code asosicated with the part</p>\n</li>\n<li><p><strong>Quantity</strong> - Quantity of the part on the page</p>\n</li>\n</ul>\n","_postman_id":"a0cd3864-e183-4dc3-a9f9-cc3cc9c57c9d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Login Log Extract","item":[],"id":"34f8386e-2a98-4e14-a646-dc4e56445acc","description":"<h4 id=\"purpose\"><strong>Purpose</strong></h4>\n<p>Exports user sign-in activity, including session details and authentication information, to support security auditing and usage reporting.</p>\n<h4 id=\"columns\">Columns</h4>\n<ul>\n<li><p><strong>Session ID</strong> - Unique identifer for the user session</p>\n</li>\n<li><p><strong>Organization Name</strong> - Name of organization associated with the user</p>\n</li>\n<li><p><strong>Username</strong> - Username or API Key associated with the session</p>\n</li>\n<li><p><strong>IP Address</strong> - IP address from which the session orginiated.</p>\n</li>\n<li><p><strong>Country -</strong> Country derived from the IP address</p>\n</li>\n<li><p><strong>Login Type</strong> - Method used to authenticate (e.g. Login Page, Direct URL, or SSO)</p>\n</li>\n<li><p><strong>Browser or Agent</strong> - Browser or client application used during the session</p>\n</li>\n<li><p><strong>Login Date</strong> - Date and time the session began</p>\n</li>\n<li><p><strong>Logout Date</strong> - Date and time the session ended</p>\n</li>\n<li><p><strong>Timeout Date</strong> - Date and time the session expired</p>\n</li>\n</ul>\n","_postman_id":"34f8386e-2a98-4e14-a646-dc4e56445acc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Media Tags Extract","item":[],"id":"4eaa1e7e-7386-4c60-9f0f-441c597bb598","description":"<h4 id=\"purpose\"><strong>Purpose</strong></h4>\n<p>Exports media and their associated tags to support metadata analysis and content management.</p>\n<h4 id=\"extract-columns\">Extract Columns</h4>\n<ul>\n<li><p><strong>Media ID</strong> - Internal ID of the media record</p>\n</li>\n<li><p><strong>Media Identifier</strong> – Unique identifier assigned to the media record</p>\n</li>\n<li><p><strong>File or URL</strong> – Filename or external URL associated with the media</p>\n</li>\n<li><p><strong>Media Type</strong> – Type of media (e.g. book, document, external, image, microsite, video, etc.)</p>\n</li>\n<li><p><strong>Media Created</strong> – Date and time the media was creaed</p>\n</li>\n<li><p><strong>Media Updated</strong> - Date and time the media was last updated</p>\n</li>\n<li><p><strong>Locale</strong> – Locale code or language associated with the media translation</p>\n</li>\n<li><p><strong>Media Name</strong> – Display name of the media (first available translation)</p>\n</li>\n<li><p><strong>Media Description</strong> – Description of the media</p>\n</li>\n<li><p><strong>Tag Name</strong> – Name of the tag applied to the media</p>\n</li>\n<li><p><strong>Tag Value</strong> – Value of the tag (single value or composed from prefix/lower/upper/suffix) applied to the media</p>\n</li>\n</ul>\n","_postman_id":"4eaa1e7e-7386-4c60-9f0f-441c597bb598","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Orders & Quotes Log Extract","item":[],"id":"8973dfd4-2af5-4ebb-8cf0-0788e336333f","description":"<h4 id=\"purpose\">Purpose</h4>\n<p>Exports purchase order and request for quote (RFQ) activity, including ordered parts and pricing information, to support order analysis and reporting.</p>\n<h4 id=\"columns\">Columns</h4>\n<ul>\n<li><p><strong>Created Date</strong> – Date and time the order or quote was created</p>\n</li>\n<li><p><strong>Order ID</strong> – Unique idenitfier for the order or quote</p>\n</li>\n<li><p><strong>Type</strong> – Order type; PO for Purchase Order, RFQ for Request for Quote</p>\n</li>\n<li><p><strong>Username</strong> – Username who created the order or quote</p>\n</li>\n<li><p><strong>Organization Name</strong> – Name of the organization assigned to the ordering user</p>\n</li>\n<li><p><strong>Part Number</strong> – Part number associated with the ordered part</p>\n</li>\n<li><p><strong>Supplier Key</strong> – Supplier key associated with the ordered part</p>\n</li>\n<li><p><strong>Part Name</strong> – Name of the ordered part (resolved from translations).</p>\n</li>\n<li><p><strong>Quantity</strong> – Quantity associated with the ordered part</p>\n</li>\n<li><p><strong>Retail Price</strong> – Retail price assocaited with the ordered part, per line item.</p>\n</li>\n<li><p><strong>Discounted Price</strong> – Discounted price assocaited with the ordered part, per line item.</p>\n</li>\n<li><p><strong>Wholesale Price</strong> – Wholesale price assocaited with the ordered part, per line item.</p>\n</li>\n</ul>\n","_postman_id":"8973dfd4-2af5-4ebb-8cf0-0788e336333f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Organizations Extract","item":[],"id":"4ddb738c-060f-4e58-83aa-5d4bf5684bad","description":"<h4 id=\"purpose\">Purpose</h4>\n<p>List of organizations, including parent organization name, number of users, number of assigned media, and any organization tag values</p>\n<h4 id=\"columns\">Columns</h4>\n<ul>\n<li><p><strong>Organization Name -</strong> Name of the organization</p>\n</li>\n<li><p><strong>Parent Organization Name</strong> - Name of the organization's parent organization (if applicable)</p>\n</li>\n<li><p><strong>Organization Tag Name</strong> - Name of the tag applied to the organization</p>\n</li>\n<li><p><strong>Orgnaization Tag Value</strong> - Value of the tag applied to the organization</p>\n</li>\n<li><p><strong>Number of Users -</strong> Count of users in the organization</p>\n</li>\n<li><p><strong>Number of Assigned Media</strong> - Count of media objects assigned to the organization via access controls</p>\n</li>\n</ul>\n","_postman_id":"4ddb738c-060f-4e58-83aa-5d4bf5684bad","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Page Part Tags Extract","item":[],"id":"259b4e49-1d5e-4c4f-b71c-e42e1c2fceb9","description":"<h4 id=\"purpose\">Purpose</h4>\n<p>Exports page-part relationships and their associated tags to support metadata analysis and page-level part reporting.</p>\n<h4 id=\"columns\"><strong>Columns</strong></h4>\n<ul>\n<li><p><strong>Part ID</strong> – Internal ID of the part used on the page</p>\n</li>\n<li><p><strong>Part Number</strong> – Part number or part code asosicated with the part</p>\n</li>\n<li><p><strong>Part Name</strong> – Display name of the part (first available translation)</p>\n</li>\n<li><p><strong>Page ID</strong> – Internal ID of the page where the part apepars</p>\n</li>\n<li><p><strong>Page Filename</strong> – File name of the page where the part appears</p>\n</li>\n<li><p><strong>Page Name</strong> – Display name of the page (first available translation)</p>\n</li>\n<li><p><strong>Supplier Key</strong> – Supplier key associated with the part</p>\n</li>\n<li><p><strong>Part Quantity</strong> – Quantity of the part on the page</p>\n</li>\n<li><p><strong>Tag Name</strong> – Name of the tag for the page‑part relationship</p>\n</li>\n<li><p><strong>Tag Value</strong> – Value of the tag for the page‑part relationship (single value or composed from prefix/lower/upper/suffix)</p>\n</li>\n</ul>\n","_postman_id":"259b4e49-1d5e-4c4f-b71c-e42e1c2fceb9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Page Tag Extract","item":[],"id":"f86279b1-eead-44cd-b175-b88df7faf8ee","description":"<h4 id=\"purpose\">Purpose</h4>\n<p>Exports pages and their associated tags to support metadata analysis and content management.</p>\n<h4 id=\"columns\"><strong>Columns</strong></h4>\n<ul>\n<li><p><strong>ID</strong> – Internal ID of the page record</p>\n</li>\n<li><p><strong>Page File</strong> – Filename of the page record</p>\n</li>\n<li><p><strong>Type</strong> – File type or extension of the page record (e.g. SVG, PDF, JPG, etc.)</p>\n</li>\n<li><p><strong>Page Created</strong> – Date and time the page was created</p>\n</li>\n<li><p><strong>Page Updated</strong> - Date and time the page was last updated</p>\n</li>\n<li><p><strong>Language Name</strong> – Display name of the language</p>\n</li>\n<li><p><strong>Language Code</strong> – Two-character language code (e.g. en)</p>\n</li>\n<li><p><strong>Language Code 4</strong> – Four‑character language code (e.g. en_US)</p>\n</li>\n<li><p><strong>Page Name</strong> – Display name of the page</p>\n</li>\n<li><p><strong>Page Description</strong> – Description of the page</p>\n</li>\n<li><p><strong>Tag Name</strong> – Name of the tag applied to the page</p>\n</li>\n<li><p><strong>Tag Value</strong> – Value of the tag (single value or composed from prefix/lower/upper/suffix) applied to the page</p>\n</li>\n</ul>\n","_postman_id":"f86279b1-eead-44cd-b175-b88df7faf8ee","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Page Where Used Extract","item":[],"id":"8baae7ec-f626-4032-938a-36c386891d0e","description":"<h4 id=\"purpose\"><strong>Purpose</strong></h4>\n<p>Exports page-to-media relationships to identify which books contain each page.</p>\n<h4 id=\"columns\"><strong>Columns</strong></h4>\n<ul>\n<li><p><strong>Page ID</strong> – Internal ID for the page record</p>\n</li>\n<li><p><strong>Page File</strong> – File name of the page</p>\n</li>\n<li><p><strong>Media ID</strong> – Internal ID of the media that includes the page</p>\n</li>\n<li><p><strong>Media Identifier</strong> – Unique identifier of the media that includes the page</p>\n</li>\n</ul>\n","_postman_id":"8baae7ec-f626-4032-938a-36c386891d0e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Part Tag Extract","item":[],"id":"ed1b98f8-f348-42e8-9f93-e2042658471d","description":"<p><strong>Purpose</strong></p>\n<p>Exports parts and their associated tags to support metadata analysis and part management.</p>\n<p><strong>Columns</strong></p>\n<ul>\n<li><p><strong>Part ID</strong> – Internal ID for the part</p>\n</li>\n<li><p><strong>Part Number</strong> – Part number or part code asosicated with the part</p>\n</li>\n<li><p><strong>Supplier</strong> – Supplier key for the part</p>\n</li>\n<li><p><strong>UOM</strong> – Unit of measure for the part</p>\n</li>\n<li><p><strong>Visible</strong> – Whether the part number is visible to end users in the Documoto Library</p>\n</li>\n<li><p><strong>Part Created</strong> – Date and time the part was created</p>\n</li>\n<li><p><strong>Part Updated</strong> – Date and time the part was last updated</p>\n</li>\n<li><p><strong>Orderable</strong> – Whether the part is orderable (True/False)</p>\n</li>\n<li><p><strong>Language Name</strong> – Name of the language for the part translation</p>\n</li>\n<li><p><strong>Language Code 4</strong> – Four‑character locale code</p>\n</li>\n<li><p><strong>Part Name</strong> – Display name of the part</p>\n</li>\n<li><p><strong>Part Description</strong> – Description of the part</p>\n</li>\n<li><p><strong>Tag Name</strong> – Name of the tag applied to the part</p>\n</li>\n<li><p><strong>Tag Value</strong> – Value of the tag (single value or composed from prefix/lower/upper/suffix) applied to the part</p>\n</li>\n</ul>\n","_postman_id":"ed1b98f8-f348-42e8-9f93-e2042658471d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Search Log Extract","item":[],"id":"e2a99e14-74c8-407b-bf0b-08c71f6514f5","description":"<h4 id=\"purpose\"><strong>Purpose</strong></h4>\n<p>Capture every in-application search event, filters applied, click-through rates, and content targeted for search-performance analysis.</p>\n<h4 id=\"columns\"><strong>Columns</strong></h4>\n<ul>\n<li><p><strong>Timestamp</strong> – Date and time the search was performed</p>\n</li>\n<li><p><strong>Username</strong> – Username or API Key that performed the search</p>\n</li>\n<li><p><strong>Organization Name</strong> – Organization associated with the username or API Key</p>\n</li>\n<li><p><strong>Search Term</strong> – Search text entered by the username or API Key</p>\n</li>\n<li><p><strong>Search Filters</strong> – Filters applied to the search</p>\n</li>\n<li><p><strong>Results Count</strong> – Number of results returned by the search</p>\n</li>\n<li><p><strong>Searched From</strong> – Application area where the search was initiated (e.g. Contextual Search Bar, Browse Flow, etc.)</p>\n</li>\n<li><p><strong>Clicked Through?</strong> – Indicates whether the user selected a search result</p>\n</li>\n<li><p><strong>Content Type</strong> – Type of content (e.g. Part, Page, Book, Document, External, Microsite, Video, Image, etc.) returned by the search</p>\n</li>\n<li><p><strong>Content Identifier</strong> – Unique identifier for the content object (e.g. Part Number, Page Filename, or Media Identifier) returned by the search</p>\n</li>\n<li><p><strong>Content Name</strong> – Display name for the content object returned by the search</p>\n</li>\n</ul>\n","_postman_id":"e2a99e14-74c8-407b-bf0b-08c71f6514f5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"User Action Log Extract","item":[],"id":"038cf3be-6189-4fe4-86f2-7b87662af443","description":"<h4 id=\"purpose\"><strong>Purpose</strong></h4>\n<p>Track user interactions (views of media, pages, chapters, parts, news items) to build engagement analytics and user-journey reports.</p>\n<h4 id=\"columns\"><strong>Columns</strong></h4>\n<ul>\n<li><p><strong>ID</strong> – Internal ID of the user action record</p>\n</li>\n<li><p><strong>Session ID</strong> – Session identifier tied to the user action record</p>\n</li>\n<li><p><strong>Created Date</strong> – Date and time the user action occurred</p>\n</li>\n<li><p><strong>Username</strong> – Username or API Key that performed the action</p>\n</li>\n<li><p><strong>Organization</strong> – Organization of the username or API Key that performed the action</p>\n</li>\n<li><p><strong>Action</strong> – Type of user action that was preformed (e.g. View Media, View Page, VIew Chapter, View Part, View News Item, etc.).</p>\n</li>\n<li><p><strong>News Item</strong> – Name of the News Item the user viewed (if applicable)</p>\n</li>\n<li><p><strong>Media Type</strong> – Type of media associated with the user action (if applicable)</p>\n</li>\n<li><p><strong>Identifier</strong> – Unique media identifier the user viewed (if applicable)</p>\n</li>\n<li><p><strong>Media Name</strong> – Name of the media the user viewed (if applicable) (first available translation)</p>\n</li>\n<li><p><strong>Chapter Name</strong> – Name of the chapter the user viewed (if applicable) (first available translation)</p>\n</li>\n<li><p><strong>Page File</strong> – The filename of the page viewed (if applicable)</p>\n</li>\n<li><p><strong>Page Name</strong> – Display name of the page (if applicable) (first available translation)</p>\n</li>\n<li><p><strong>Part Number</strong> – Part number or part code associated with the part the user viewed (if applicable)</p>\n</li>\n<li><p><strong>Part Name</strong> – Display name associated with the part the user viewed (if applicable) (first available translation)</p>\n</li>\n</ul>\n","_postman_id":"038cf3be-6189-4fe4-86f2-7b87662af443","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}},{"name":"Users Extract","item":[],"id":"e103f1f5-a063-441a-81ab-f7db0c30a866","description":"<h4 id=\"purpose\"><strong>Purpose</strong></h4>\n<p>Exports all users and their respective Organization/User Group(s).</p>\n<h4 id=\"columns\"><strong>Columns</strong></h4>\n<ul>\n<li><p><strong>User ID</strong> – Internal ID of the user.</p>\n</li>\n<li><p><strong>Username</strong> – Username of the user</p>\n</li>\n<li><p><strong>First Name</strong> – First name of the user</p>\n</li>\n<li><p><strong>Last Name</strong> – Last name of the user</p>\n</li>\n<li><p><strong>User Groups</strong> – Pipe seperated list of user group(s) the user is assigned to</p>\n</li>\n<li><p><strong>Organization</strong> – Name of the organization the user belongs to</p>\n</li>\n<li><p><strong>Created Date</strong> – Date and time the user was created</p>\n</li>\n<li><p><strong>Last Login Date</strong> – Date and time user last logged in</p>\n</li>\n<li><p><strong>Enabled/Disabled</strong> – True/False value denoting if user is enabled or disabled</p>\n</li>\n<li><p><strong>Expired</strong> – True/False value denoting if a user is expired</p>\n</li>\n<li><p><strong>User Tag Name</strong> – Name of the tag applied to the user</p>\n</li>\n<li><p><strong>User Tag Value</strong> – Value of the tag applied to the user</p>\n</li>\n</ul>\n","_postman_id":"e103f1f5-a063-441a-81ab-f7db0c30a866","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}}],"id":"d6b4bd3e-eab1-414e-8524-96b63fe84912","_postman_id":"d6b4bd3e-eab1-414e-8524-96b63fe84912","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3f88051c-11af-44ad-9411-025cb6dbb1df","id":"3f88051c-11af-44ad-9411-025cb6dbb1df","name":"Documoto BI Data Extracts","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"36fec6e1-b1e0-4dbe-95bd-f77536500d3b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"9f735973-b591-4f58-a5f3-7e1feccb53ca","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://TENANT-KEY-HERE.app.documoto.com/download-reports/"},{"key":"bearerToken","value":"123456"}]}