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.

GOCDB/PI/get project contacts

From EGIWiki
< GOCDB‎ | PI
Revision as of 17:05, 5 November 2013 by Jamesm (talk | contribs) (Created page with "{{Template:Op menubar}} {{Template:GOCDB_menubar}} {{TOC_right}} Category:GOCDB == Method: get_project_contacts == {| {{egi-table}} |- | '''Description''' || Returns a list...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 Show only projects with the specified name any project name any ?method=get_project_contacts&project=EGI


Output Example

<?xml version="1.0"?>
<results>
<PROJECT NAME="EGI">
    <CONTACT USER_ID="37G0" PRIMARY_KEY="37G0">
    <FORENAME>Kai</FORENAME>
    <SURNAME>Neuffer</SURNAME>
    <TITLE>Dr.</TITLE>
    <EMAIL>neuffer@pic.es</EMAIL>
    <TEL>+34935813773</TEL>
    <WORKING_HOURS_START/>
    <WORKING_HOURS_END/>
    <CERTDN>/DC=es/DC=irisgrid/O=pic/CN=Kai.Neuffer</CERTDN>
    <ROLE_NAME>COD Staff</ROLE_NAME>
</PROJECT>
</results>

Back to GOCDB technical Documentation main page