Intro to Pega API
Mar 20, 2023
Pega API is one of the less used functionality by Pega Developers. In Pega tutorial, you will learn what are Pega APIs. You will get ways to see entire Pega API list and how to access these APIs
Different Types of Pega APIs


Browse Pega API from Dev studio

You can access Pega API from dev studio in two ways.
Access API From Resource menu
- On Right hand side of the header, Click on Resources (? icon) menu
- Click on Pega API

Access API From Channel & Interfaces
- Click on Application Menu (Application Name in keft side of Header)
- Click on Channel and Interfaces
- Under heading “Current Channel Interfaces” click on
Browse Pega API from App Studio
- Switch to App Studio
- On Left navigation click on Channels.
- Under heading “Current Channel Interfaces” click on “API“

Browse Pega API from Admin Studio
- Switch to Admin Studio.
- From left side navigation click on Resources. A navigation menu will appear.
- From the menu click on APIs.


There are two approaches to test the Pega APIs:
- Test the API within Pega Platform using “Test it out” button on the API in Pega API browser Page
- Use 3rd party tools like SOAP UI or Postman
As part of this tutorial we will demo using Pega Platform itself.
Info about this demo
For this demo, we are using Pega Platform instance given in Senior system architect course > Skimming a ruleset challenge, on Pega Academy. Senior system architect course is demonstration HR APP application. HR App has candidate case type for onboarding new employee. This application has few Data Types.
One of the Data Type is Position.
This data type has local storage which holds various Positions as reference data.
One of the Data Type is Position.
This data type has local storage which holds various Positions as reference data.



