Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Authentication can be done in several ways using:

  • Basic authentication (with basic you can call every request if you include the correct headers and this is only to be used if you’re running HTTPS)

  • LDAP

  • 2Factor

See further information on Authentication in Postman

Button macro
buttonTextPostman
isButtonShadowOntrue
emoji{}
buttonColor#ff8224ff
buttonBorderColor#ff8224ff
buttonBorderHoverColor#ff8224ff
buttonNewTabtrue
buttonFontColor#ffffffff
buttonSizemedium
buttonIconColor#ffffffff
buttonWidthDetection46
buttonHoverColor#ffffffff
buttonFontHoverColor#ff8224ff
buttonIconHoverColor#ff6f04ff
buttonIconmaterial-design/Code
buttonTypeicon_left
buttonRadius20
buttonLink{"link":"https://workbookapi.deltek.com/#11686f7a-a206-4812-985c-0adbd3b4f839","source":"direct"}
buttonNewLink
emojiEnabledfalse
buttonWidth20

ON THIS PAGE YOU WILL FIND:

Table of Contents

...

TEST THE API

Below is a test was done using POSTMAN and the connection type of basic authentication. As you can see the same data that was shown within the interface is able to be retrieved out in JSON format that you can build toward.

...

HOW DO I FIND THE CALLS NEEDED?

Postman

You can find the official Postman collection, including documentation in Postman

Button macro
buttonTextPostman
isButtonShadowOntrue
emoji{}
buttonColor#ff8224ff
buttonBorderColor#ff8224ff
buttonBorderHoverColor#ff8224ff
buttonNewTabtrue
buttonFontColor#ffffffff
buttonSizemedium
buttonIconColor#ffffffff
buttonWidthDetection46
buttonHoverColor#ffffffff
buttonFontHoverColor#ff8224ff
buttonIconHoverColor#ff6f04ff
buttonIconmaterial-design/Code
buttonTypeicon_left
buttonRadius20
buttonLink{"link":"https://www.postman.com/deltekeng/workspace/deltek-s-public-workspace/collection/15838577-6ddffb16-08df-4052-b404-2cec8fcfaa77?action=share&creator=264265","source":"direct"}
buttonNewLink
emojiEnabledfalse
buttonWidth20

WorkBook API docs

You can find every available API endpoint within WorkBook by navigating to the following URL:
http://{base url}.workbook.net/api/metadata

Snag_2d8cb6a3.pngImage Added

Browser Developer Tools

One way to find the needed API calls is to open up the inspecting tool within your browser. In this view, you can watch every API call being made in the application, as well as sent and response data.

  • Press F12 in most browsers (this was done in Chrome) and look for the network area

  • In the network area, you can refresh WorkBook on the top right and it will display all the calls that the program is using

...