Pega API example use cases
The following examples show some ways that you can use the Pega API in your application. You use multiple Pega API services as part of a single process or as part of multiple business application processes. For example, client applications can call a Pega API service to get a list of available cases, data, or assignments, and then make subsequent API calls to get further details or to make updates.
- City services example mobile app
In this example, the city services mobile app allows city residents to report issues such as potholes, graffiti, or damaged signs. For example: As you drive through the city, you encounter a big pothole in the street. You pull over, pick up your phone, open the app, and report the pothole.
- Pega API time and expenses sample mobile app (manager)
As a manager using a mobile time and expenses app, you want to see a list of your employees' expense reports and the time sheets that are currently assigned to you so that you can approve or reject them.
- Pega API time and expenses example mobile app (employee)
As an employee using a mobile time and expense app, you want to be able to submit time and expense reports and view their status.
Previous topic Data API performance and limitations Next topic City services example mobile app