GOCDB Programmatic Interface - Read
Method: get_cert_status_date
Entry point
/gocdbpi/private/?method=get_cert_status_date
Description |
Protection Level |
Returns a list of current certification statuses for Production only sites and the date they entered that status |
Protected (level 2) |
Parameters |
Effect |
Format/Value(s) |
Default |
Example |
certification_status |
Limit results to sites with given certification status |
one of Candidate , Uncertified , Certified , Closed , Suspended |
all |
?method=get_site&certification_status=Certified |
roc |
Limit results to given NGI |
any NGI name |
all |
?method=get_roc_list&roc=NGI_SI |
Paging
This method optionally supports paging, to iterate over all results,
see here for info.
Example Output
<?xml version="1.0" encoding="UTF-8"?>
<results>
<site ID="5">
<name>Torch</name>
<cert_status>Certified</cert_status>
</site>
</results>