Package Content DataSet

A dataset that contains information about a versioned packaged components.

Inherits from Render DataSets

"dataset" : { 
  "name" : "PackageContentDataSet",
  "version" : "1.0.0"
}
  • package - Information about the versioned package (Deploy -> Packaged Components)

  • componentHeadersSets - 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).

A versioned package (2024-07-23-msc.01m) with its three top-level components

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.

{
  "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": "[email protected]",
    "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": "[email protected]",
        "ModifiedDate": "2024-05-22T09:08:44Z",
        "ModifiedBy": "[email protected]",
        "Deleted": false,
        "CurrentVersion": true,
        "FolderName": "GPR - GoodPractices",
        "FolderId": "Rjo1NDk1NDk1",
        "FolderFullPath": "/95 - Documentation Examples/#APIServices/GPR - GoodPractices",
        "EncryptedValues": [
          {}
        ],
        "Description": ""
      },
      {
        "ComponentId": "f18e62da-6f0c-4ef4-847f-feee3bbbe451",
        "Version": 4,
        "Name": "Boomi",
        "ComponentType": "tporganization",
        "CreatedDate": "2021-11-02T13:31:30Z",
        "CreatedBy": "[email protected]",
        "ModifiedDate": "2023-01-12T07:47:53Z",
        ```
      }
    ]
  ],
...

Last updated