Post

2 followers Follow
0
Avatar

Information about the project

Based on PHP and other examples from all of your documentation I never
managed to retrieve information about a specific project (just some
basic information about Clarizen account ...).

Among other things, the PHP script based on your examples, I have a problem when instantiating EntityId.

How to retrieve information about the project with the help of PHP scripts?

Import from old forum Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hi Slobodan.

Please try this:

$params = array(

    "Fields" => array("name", "state","Manager"),

    "TypeName" => "Project",

"Id" => array ("TypeName"=>"Project", "Value" => "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx")

);    

$request[] = new SoapVar($params, SOAP_ENC_OBJECT, "RetrieveMessage", "http://clarizen.com/api");

$executeResponse = $client->Execute(array("request"=>$request));

Ophir

Clarizen Team 0 votes
Comment actions Permalink