Access and curate your data by using enhanced data APIs (8.5)
You can now easily access data in your UI React tables and organize your data efficiently with enhanced data APIs. By using data APIs, you can sort, filter, and group data that you retrieve from Pega Platform™. For example, you can specify the maximum results that you retrieve from a data page or sort the results by name.
Data APIs now include the following endpoints:
- /data_views/{ID} - For fetching data from a data page
- /data_views/{ID}/count - For retrieving the total result count
- /data_views/{ID}/metadata - For getting model information for a given data view ID
- /data_objects - For getting a list of data objects for cases and data types, as well as default data pages
You can access the data APIs in Dev Studio, App Studio, and Admin Studio. The following figure shows the data APIs in Dev Studio:
For more information, see Data API performance and limitations.
Previous topic Track status of business processes and data easily by importing Excel files (8.5) Next topic Call authenticated APIs from any application (8.5)