Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Collections can be viewed in the catalog. The catalog will provide a list of collections, along with some basic information about the collection. This information may include the ID, name, description, and data sources held within the collection. 

...

Code Block
http://{host}/rds/api/catalog


Code Block
{
    "catalog": {
        "collections": [
            {
                "id": "test",
                "name": "Test",
                "description": "Test collection",
                "datasources": [
                    {
                        					"id": "datasourcedatasource1",
                        					"name": "DataAn example data source name.",
						"description": "An example data source that is used for the Rich Data Services documentation.",
						"provenance": "Metadata Technology North America, 2016",
    					"public": true
                    					}
                ]
            }
        ]
    }
}