> For the complete documentation index, see [llms.txt](https://boomi.markusschmidt.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boomi.markusschmidt.pro/boomi-console/library/the-report-engine/the-render-dataset/package-content-dataset.md).

# Package Content DataSet

Inherits from [Render DataSets](/boomi-console/library/the-report-engine/the-render-dataset.md#base-dataset)

```json
"dataset" : { 
  "name" : "PackageContentDataSet",
  "version" : "1.0.0"
}
```

* **package** - Information about the [versioned package](/boomi-console/help-text/component-package-vs-packaged-component.md#package-version)\
  (*Deploy -> Packaged Components*)
* [componentHeadersSets](/boomi-console/library/the-report-engine/the-render-dataset/components-dataset/component-metadata-header.md) - An array of headers of all versioned top-level components (first component of each Component Package), incl. their all sub-components (what you see when you look at the package details).

<figure><img src="/files/pJVtL5Zr4E1DrY0kaCB3" alt=""><figcaption><p>A versioned package (2024-07-23-msc.01m) with its three top-level components</p></figcaption></figure>

The first component (component\[0]) of each array element refers to the top-level component. Referring to the picture, the first array would contains three elements, and the first element of each represents a component form the list, followed by all its sub ( included) components.

<pre class="language-json"><code class="lang-json">{
  "package": {
    "packageId": "798fafd4-e878-4e87-876c-b4c45cd93077",
    "packageVersion": "2024-07-23-msc.01m",
    "componentId": "44b62ed4-5c9b-4780-a6af-833b7639574d",
    "componentType": "webservice",
    "componentVersion": 37,
    "createdDate": "2024-07-23T07:42:31+00:00",
    "createdBy": "Markus.Schmidt@Boomi.com",
    "bns:shareable": false,
    "@type": "PackagedComponent"
  },
  
  "componentHeadersSets": [
    [
      {
        "ComponentId": "44b62ed4-5c9b-4780-a6af-833b7639574d",
        "Version": 37,
        "Name": "GoodPractices",
        "ComponentType": "webservice",
        "CreatedDate": "2023-01-11T09:42:31Z",
        "CreatedBy": "Markus.Schmidt@Boomi.com",
        "ModifiedDate": "2024-05-22T09:08:44Z",
        "ModifiedBy": "Markus.Schmidt@Boomi.com",
        "Deleted": false,
        "CurrentVersion": true,
        "FolderName": "GPR - GoodPractices",
        "FolderId": "Rjo1NDk1NDk1",
        "FolderFullPath": "/95 - Documentation Examples/#APIServices/GPR - GoodPractices",
        "EncryptedValues": [
          {}
        ],
        "Description": ""
      },
<strong>      {
</strong>        "ComponentId": "f18e62da-6f0c-4ef4-847f-feee3bbbe451",
        "Version": 4,
        "Name": "Boomi",
        "ComponentType": "tporganization",
        "CreatedDate": "2021-11-02T13:31:30Z",
        "CreatedBy": "Markus.Schmidt@Boomi.com",
        "ModifiedDate": "2023-01-12T07:47:53Z",
        ```
      }
    ]
  ],
...
</code></pre>
