GET userinfo/GetUserBuildPacks?token={token}&topUserCount={topUserCount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| topUserCount | integer |
Default value is 200 |
Body Parameters
None.
Response Information
Resource Description
UserBuilderPackInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| BuildPackId | integer |
None. |
|
| PackName | string |
None. |
|
| AssetType | string |
None. |
|
| VersionNo | string |
None. |
|
| VersionGuid | globally unique identifier |
None. |
|
| IsActive | boolean |
None. |
|
| AssetPath | string |
None. |
|
| ThumbnailPath | string |
None. |
|
| LastUpdatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"BuildPackId": 1,
"PackName": "sample string 2",
"AssetType": "sample string 3",
"VersionNo": "sample string 4",
"VersionGuid": "14b9e1bb-e1ff-41a0-9ffd-4bcf87affc97",
"IsActive": true,
"AssetPath": "sample string 7",
"ThumbnailPath": "sample string 8",
"LastUpdatedDate": "2026-02-05T18:33:13.0140146+00:00"
}
application/xml, text/xml
Sample:
<UserBuilderPackInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_3DHiveAPI.Models"> <AssetPath>sample string 7</AssetPath> <AssetType>sample string 3</AssetType> <BuildPackId>1</BuildPackId> <IsActive>true</IsActive> <LastUpdatedDate>2026-02-05T18:33:13.0140146+00:00</LastUpdatedDate> <PackName>sample string 2</PackName> <ThumbnailPath>sample string 8</ThumbnailPath> <VersionGuid>14b9e1bb-e1ff-41a0-9ffd-4bcf87affc97</VersionGuid> <VersionNo>sample string 4</VersionNo> </UserBuilderPackInfo>
multipart/form-data
Sample:
<UserBuilderPackInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_3DHiveAPI.Models"><AssetPath>sample string 7</AssetPath><AssetType>sample string 3</AssetType><BuildPackId>1</BuildPackId><IsActive>true</IsActive><LastUpdatedDate>2026-02-05T18:33:13.0140146+00:00</LastUpdatedDate><PackName>sample string 2</PackName><ThumbnailPath>sample string 8</ThumbnailPath><VersionGuid>14b9e1bb-e1ff-41a0-9ffd-4bcf87affc97</VersionGuid><VersionNo>sample string 4</VersionNo></UserBuilderPackInfo>