Deltek Vantagepoint 5.0 API

Number of APIs: 411

API Reference

NOTE: This documentation is subject to change without prior notice. For the API documentation of the latest version of Deltek Vantagepoint, see Deltek Vantagepoint 5.5 API.

REST API

The RESTful Service for Deltek Vantagepoint empowers customers and vetted partners and third parties to build custom applications that interact with Vantagepoint. The Vantagepoint API provides broad coverage of the Vantagepoint solution, including access to information stored in configuration, the hubs, and access to transaction-related functions.

The reference documentation does not cover all scenarios or roles. Permission and client data will differ based on modules and integrations that interact with Vantagepoint. Mock examples complete with requests, responses, and parameters are provided for general understanding. For advanced assistance, please talk to your Deltek Consultant.

For robust information about the concepts, terminology, and business logic mentioned in Vantagepoint, refer to the Deltek Vantagepoint Help.

General and Configuration API

Use the General and Configuration API to set up the following:

  • Custom Fields
  • Organizations
  • Labor Codes
  • Lists (Code Tables)
  • Login
  • Security
  • Settings
  • Utilities

Use the Organizations API to read organization data from Vantagepoint.

My Stuff API

Use the My Stuff API to create a personalized view of your business world. For example, this is where you fill out or approve expense reports.

Hubs API

Use the Hubs API to create, read, update, and delete data in the following Vantagepoint hubs:

  • Activities
  • Boilerplates
  • Contacts
  • Employees
  • Firms
  • Marketing Campaigns
  • Projects
  • User-Defined

Billing API

Use the Billing API to create, process, approve, print, and email billing invoices to your clients. For example, this is where you attach supporting documents to billing invoices in Interactive Billing.

Accounting Transactions API

Use the Accounting Transactions API to inject data and process transactions within Vantagepoint, and to extract accounting and transactional information for use outside of Vantagepoint.

This API allows you to add transaction entries and to retrieve all or part of posted transactions for the following transaction types:

  • AP Vouchers
  • Cash Disbursements
  • Cash Receipts
  • AP Disbursements
  • Employee Repayments
  • Employee Expenses
  • Invoices
  • Journal Entries
  • Labor Adjustments
  • Miscellaneous Expenses
  • Prints and Reproductions
  • Timesheets
  • Units
  • Units by Project

In addition, this API allows you to manage the approval of AP invoices.

Consuming the API

There are two high level ways to integrate with the Vantagepoint API.

  • Call the Vantagepoint API directly from your web application.
  • Build your own middleware or work with Deltek to build middleware for your instance of Vantagepoint.
  1. Hubs-Firms - Firm Employees GET {{base_url}}/firm/:ClientID/employee

  2. Hubs-Activities - Employees and Contacts (Activities) GET {{base_url}}/activity/:ActivityID/employeeContacts

  3. Hubs-Activities - Custom Table Data (Activities) GET {{base_url}}/activity/:ActivityID/customTable/:CustomTable

  4. Hubs-Activities - Activity Links GET {{base_url}}/activity/:ActivityID/links

  5. General and Configuration-Lists - Update an Item in a List PUT {{base_url}}/codeTable/:codeTable/:code

  6. Hubs-Firms - Firm Addresses GET {{base_url}}/firm/:ClientID/address

  7. Hubs-Firms - Upload a Firm Supporting Document POST {{base_url}}/firm/fw_files

  8. Hubs-Firms - Create Address for a Firm POST {{base_url}}/firm/:ClientID/address

  9. General and Configuration-Organizations - Organization Metadata GET {{base_url}}/metadata/organization

  10. General and Configuration-Organizations - Organizations GET {{base_url}}/organization