LogoLogo
Veeva Vault Edition - 25.1
Veeva Vault Edition - 25.1
  • dqMan Veeva Vault Edition Overview
  • Legal Notice
  • Release Notes
  • Licensing
  • Connecting to Veeva Vault
  • Vault Navigator
    • Documents
    • Objects
    • Handling Picklists
    • Favorites Panel
    • Local tables
    • Object Navigator
  • Session Window: VQL, MDL, API, API Script
    • VQL View
    • API View
    • API Script View
    • MDL View
    • dqMan Proprietary Statements
  • VQL Execution History
  • Favorites
  • Dumping Objects
  • Search Function
  • View Textfiles
  • Import Data to dqMan
  • Compare Data
    • Comparison Tool
    • The Object Compare List
  • Customize dqMan Veeva Vault Edition
  • Third Party Open Source Libraries
Powered by GitBook
On this page
  • Structure of the API Window
  • API Collection Panel
  • API Request Panel
  • API Response Panel
  • Request History Panel
  • Status Bar

Was this helpful?

Export as PDF
  1. Session Window: VQL, MDL, API, API Script

API View

Last updated 3 months ago

Was this helpful?

The API window in dqMan allows users to execute and test API calls to Veeva Vault. It provides a visual interface for managing requests and responses, making it easier to test and debug API calls.

Structure of the API Window

API Collection Panel

  • Displays a list of available API endpoints, either from the standard Veeva Vault collection or the user’s custom collection.

  • Allows organizing and managing API requests, including creating groups of customized requests.

In the User's API Collection, using the context menu, you can load, delete, or rename the selected API and generate an API script.

API Request Panel

  • HTTP Method: (GET, POST, PUT, DELETE) – used to specify the type of request.

  • API URL: allows entering the API endpoint to be accessed.

  • Parameters, Headers, and Body:

    • Enables adding necessary parameters for proper request execution.

    • Supports session variables such as {{sessionId}} for authentication.

The Variables panel enables users to store reusable values that can be referenced in API requests, making it easier to work with dynamic data and reducing manual input errors.

In this panel you can find the option to save the selected and optionally edited API to the user’s collection using the Save button. You also have the option to generate an API script based on the API data entered in the panel by clicking the Generate Script button.

API Response Panel

  • "Raw" Tab: displays the API response in raw format (JSON, XML, etc.).

  • "Table" Tab: allows viewing the response in a tabular format, if available.

  • HTTP Response Codes: (e.g., 200 OK, 400 Bad Request, 401 Unauthorized, etc.) for quick diagnostics.

  • In the Raw tab, you can save the received API response as a JSON file using the Save button.

  • In the Table tab, you can export the API response in CSV or Excel format using the available export buttons.

Request History Panel

  • Allows users to access and re-run previous API requests.

  • Displays the endpoints and status of each request.

Status Bar

  • Indicates the success or failure of API requests.

  • Displays the available API request limit (e.g., "Burst Limit: 1999 out of 2000").

The API View