cancel
Showing results for 
Search instead for 
Did you mean: 

Business Rules Cloud Platform: Get list of all projects via API

SaschaS
Participant
0 Kudos

Hi,

I would like to get a list of all projects in the business rules cloud platform. Calling the URL https://bpmrulesruntimerules-XXXXX.hana.ondemand.com/rule-service/rest/v1/projects via postman gives an 404. What is the correct URL to receive the list of projects? is the rules runtime the right one?

Regards, Sascha

Accepted Solutions (1)

Accepted Solutions (1)

qmacro
Developer Advocate
Developer Advocate

HI Sascha, it's the Authoring API you need for this, rather than the Execution API. It exposes the "/projects" endpoint which is what you're looking for.

The Authoring API is also referred to as the "repository" API, hence the "bpmrulesrepositorybpm" part of the hostname in the URL.

The endpoint looks like this:

https://bpmrulesrepositorybpm-XXXXXXX.hanatrial.ondemand.com/rules-service/rest/v1/projects

Answers (1)

Answers (1)

SaschaS
Participant
0 Kudos

Hi DJ Adams, thanks a lot for the reply. It is working now. Kind regards, Sascha