Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "GOCDB/PI/get project contacts"

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
Line 25: Line 25:


=== Output Example ===
=== Output Example ===
 
<Source Lang="XML">
  <?xml version="1.0"?>
  <?xml version="1.0"?>
  <results>
  <results>
Line 41: Line 41:
  </PROJECT>
  </PROJECT>
  </results>
  </results>
</Source>


[[GOCDB/PI/Technical_Documentation|Back to GOCDB technical Documentation main page]]
[[GOCDB/PI/Technical_Documentation|Back to GOCDB technical Documentation main page]]

Revision as of 12:39, 12 March 2014

Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security


GOC DB menu: Home Documentation Index


Method: get_project_contacts

Description Returns a list of persons (and associated info) having a role over a project.
Protection Level Protected (level 2)

Entry point

parameters

parameter effect format/value(s) default example
project Limit results to users with a role over a specified project any project name any ?method=get_project_contacts&project=EGI

Output Example

 <?xml version="1.0"?>
 <results>
 <PROJECT NAME="EGI">
     <CONTACT USER_ID="1484G0" PRIMARY_KEY="1484G0">
     <FORENAME>David</FORENAME>
     <SURNAME>Meredith</SURNAME>
     <TITLE>Dr.</TITLE>
     <EMAIL>david.meredith@stfc.ac.uk</EMAIL>
     <TEL>+44 1925 603762</TEL>
     <WORKING_HOURS_START/>
     <WORKING_HOURS_END/>
     <CERTDN>/C=UK/O=eScience/OU=CLRC/L=DL/CN=david meredith</CERTDN>
     <ROLE_NAME>COD Staff</ROLE_NAME>
 </PROJECT>
 </results>

Back to GOCDB technical Documentation main page