Administrator
- Administrator
- All Products
/api/v2/bundleObject/<id>
If you use the bundle name in the URI and the bundle name includes a space, replace the space with/api/v2/bundleObject/name/<name>
/api/v2/bundleObject/name/first%20bundle
/api/v2/bundleObject/?published=true /api/v2/bundleObject/?published=true&installed=false
/api/v2/bundleObject/?installed=true /api/v2/bundleObject/?published=false&installed=true
Field
| Type
| Description
|
---|---|---|
id
| String
| Bundle ID.
|
orgId
| String
| Organization ID.
|
name
| String
| Bundle name.
|
description
| String
| Description.
|
createTime
| Date/time
| Time the bundle was created.
|
updateTime
| Date/time
| Time the bundle was updated.
|
createdBy
| String
| User who created the bundle.
|
updatedBy
| String
| User who last updated the bundle.
|
lastVersion
| String
| The current published version of the bundle.
|
revokeTime
| Date/time
| This attribute is not used at this time.
|
paid
| Boolean
| Whether the bundle was purchased. Returns true for paid, false for free.
|
copyable
| Boolean
| Determines whether users can download the contents of the bundle locally. Returns true or false.
|
accessType
| String
| Access type for the bundle. Returns the following codes in the BundleObjectAccessType object:
|
objects
| Objects in the bundle. Includes information for each object in the bundleRefObject object.
| |
objectTypeCode
| String
| Included in the bundleRefObject object.
The type of bundle. Includes the following values:
|
objectId
| String
| Included in the bundleRefObject object.
Object identified in the bundle.
|
objectName
| String
| Included in the bundleRefObject object.
Name of the object in the bundle.
|
objectUpdateTime
| String
| Included in the bundleRefObject object.
The date and time that the object in the bundle was last updated.
|
publishOrgId
| String
| ID of the organization that published the bundle.
|
publishOrgName
| String
| Name of the organization that published the bundle.
|
externalId
| String
| External ID for the bundle.
|
/api/v2/bundleObject/push/<bundleId>