Hi Community,
Just asking out of curiosity ,
For creating custom reports that show both process / case details and business data together , can we create a single REST API for fetching this information ?
Currently I have to use a REST API to get process and case data like caseid, started by, started on, case status , task details , etc.
Also I have to use another API to get data from BDM.
now I have to write Javascript to combine both the data together.
Can the same be achieved by using a single custom REST API extention ? Can custom REST API access both Business Data and process data together in the same call ?