NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Copied from dm_get_collection command output in UAT.

...

Code Block
dm_get_collection /TEST_Archive/PI_Lab1

The basic format of the command output is as follows:

Code Block
{
    "collections": [
        {
            "collection": {...},
            "metadataEntries": {
                "parentMetadataEntries": [...],
                "selfMetadataEntries": [...]
            }
        }
    ]
}

In this format, the "collection" and "selfMetadataEntries" elements provide information about the collection you specified, while the "parentMetadataEntries" element provides information about the collection that contains the collection you specified. 

For instructions on performing a similar task in the GUI, refer to Viewing Data Details via the GUI