Issue 13478

temporary information on formal API

13478
Reporter: bko
Type: Improvement
Summary: temporary information on formal API
Environment: Safari 6.0.5 (OS X 10.8)
Priority: Minor
Resolution: Fixed
Status: Closed
Created: 2013-07-04 16:57:57.205
Updated: 2014-01-14 14:04:20.308
Resolved: 2013-12-12 14:08:36.714
        
Description: calling api.gbif.org/node
The first object in the result array is:

{"key":"02c40d2a-1cba-4633-90b7-e36e5e97aba8","type":"OTHER","participationStatus":"ASSOCIATE","continent":"AFRICA","title":"GBIF_TEMP_NODE222","createdBy":"ADMIN","modifiedBy":"ADMIN","created":"2013-03-20T15:43:28.000+0000","modified":"2013-07-03T11:19:41.669+0000","contacts":[],"endpoints":[],"machineTags":[],"tags":[],"identifiers":[],"comments":[]}

The title is GBIF_TEMP_NODE222.

Which is not suppose to be shown in public. Probably need to clean up the content source.]]>
    


Author: kbraak@gbif.org
Created: 2013-12-12 14:08:36.744
Updated: 2013-12-12 14:08:36.744
        
Cleanup has occurred.

The entry now reads:

{code}
{
key: "02c40d2a-1cba-4633-90b7-e36e5e97aba8",
type: "OTHER",
participationStatus: "ASSOCIATE",
continent: "EUROPE",
title: "GBIF Secretariat",
createdBy: "registry-migration.gbif.org",
modifiedBy: "registry-migration.gbif.org",
created: "2013-03-20T15:43:28.000+0000",
modified: "2013-09-12T11:22:24.000+0000",
contacts: [ ],
endpoints: [ ],
machineTags: [ ],
tags: [ ],
identifiers: [ ],
comments: [ ]
}
{code}
    


Author: bko@gbif.org
Comment: Thanks!
Created: 2014-01-14 14:04:20.308
Updated: 2014-01-14 14:04:20.308