# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boomi.markusschmidt.pro/boomi-console/library/the-report-engine/the-render-dataset/package-content-dataset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
