Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
User avatar
By ashkufaraz
#812497
Hi

I with this code can get database connection info with dbs_uid and all things is ok
Code: Select all
	$endpoint="/api/1.0/".$workflow."/project/".$process."/database-connection/6372070315a2e5b72408122078225833";
	$resPmRestRequest=pmRestRequest($pmServerLocal,"GET", $endpoint, $aVars=null, $accessToken,null); 
But I want get database connection list...
http://wiki.processmaker.com/3.2/REST_A ... tions_List
Code: Select all
	$endpoint="/api/1.0/".$workflow."/project/".$process."/database-connection";
	$resPmRestRequest=pmRestRequest($pmServerLocal,"GET", $endpoint, $aVars=null, $accessToken,null); 
This code say error "{"error":{"code":404,"message":"Not Found"}}"

I think
"/api/1.0/".$workflow."/project/".$process."/database-connection/dbs_uid" is registered...
"/api/1.0/".$workflow."/project/".$process."/database-connection" is not registered...

please help me...

Being the best in the started business is the obje[…]

Winzo is a popular and unique game on the mobile p[…]

Cannot create process using templets

Real details. The problem was solved by effect!

However, it is essential to use it responsibly and[…]