Group - Fetch list assets in a group

Fetch list assets in a group

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
groupIdstring · uuidRequired
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
200

list of assets

Class for representing response model for assets of a group.

assetIdstring · uuidOptional

A public property of type Guid that has both a getter and a setter method, which allows for getting and setting the value of the AssetId property.

assetNamestring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the AssetName property.

assetTypestring · nullableOptional

A public property of type AssetType enum that has both a getter and a setter method, which allows for getting and setting the value of the AssetType property.

datasetIdstring · uuid · nullableOptional

A public property of type Guid that has both a getter and a setter method, which allows for getting and setting the value of the DatasetId property.

bindedDatasetIdstring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the BindedDatasetId property.

roleIdstring · uuidOptional

A public property of type Guid that has both a getter and a setter method, which allows for getting and setting the value of the RoleId property.

roleNamestring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the RoleName property.

rlsRolestring[] · nullableOptional

A public property of type list of strings that has both a getter and a setter method, which allows for getting and setting the value of the RlsRole property.

get
/groups/{groupId}/assets

Last updated