Asset Types
The first result to retrieve. If not set (offset = 0), results will be retrieved starting from row 0.
0The maximum number of results to retrieve. If not set (limit = 0), the default limit will be used. The maximum allowed limit is 1000.
0Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped
-1The name of the Asset Type to search for.
The match mode used to compare name. If the match mode is EXACT the search is case-sensitive, otherwise the search is case-insensitive.
ANYWHEREPossible values: The ID of the parent to find the Asset Types in.
Whether the meta Asset Types should be excluded from the results or not.
trueWhether the final Asset Types should be excluded from the results or not.
falseWhether the Asset Types belonging to products for which no license is active should be excluded from the results or not.
falseWhether only top level Asset Types should be searched or not.
falseWhether only Asset Types with display names enabled (or disabled) should be searched.
Search ran successfully
The total number of results.
1000The offset for the results.
10The maximum number of results to be returned.
100Search ran successfully
The UUID that will be assigned to the new Asset Type. It should be unique within all Asset Types, and should not start with 00000000-0000-0000- which is a reserved prefix.
The public id that will be assigned to the new Asset Type. It must be unique within all Asset Types, Complex Relation Types, Domain Types and Scopes. It should contain only ASCII letters and digits. It must start with an uppercase ASCII character. It must end with "_C". If no public id is provided, a valid public id will be generated.
The name of the new Asset Type. Should be unique within all Asset Types.
Sample Asset TypeThe description of the new Asset Type.
Example of Asset Type creation from the REST API documentationThe color of the symbol in hex format.
#ff0000Pattern: ^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$The symbol type.
The icon code, a code representing the icon that should be shown.
A code representing the acronym that should be shown.
TSTPattern: ^([A-Za-z0-9]{1,4})$The ID of the parent for the new Asset Type.
00000000-0000-0000-0000-000000011001Whether the display name should be enabled for all Assets of the type being created.
Whether ratings should be enabled for all Assets of the type being created.
Asset type successfully added.
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The name of the resource.
Test nameThe description of the resource.
Sample descripion of the resource.The public id of the asset type.
"TechnicalReport_C"Whether the ability to create child asset types and scoped assignments for this asset type is locked.
Whether the ability to add custom statuses to the assignments of this asset type is locked.
The product to which this asset type is linked.
An asset type with the given ID already exists
Parent asset type not found
The UUID that will be assigned to the new Asset Type. It should be unique within all Asset Types, and should not start with 00000000-0000-0000- which is a reserved prefix.
The public id that will be assigned to the new Asset Type. It must be unique within all Asset Types, Complex Relation Types, Domain Types and Scopes. It should contain only ASCII letters and digits. It must start with an uppercase ASCII character. It must end with "_C". If no public id is provided, a valid public id will be generated.
The name of the new Asset Type. Should be unique within all Asset Types.
Sample Asset TypeThe description of the new Asset Type.
Example of Asset Type creation from the REST API documentationThe color of the symbol in hex format.
#ff0000Pattern: ^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$The symbol type.
The icon code, a code representing the icon that should be shown.
A code representing the acronym that should be shown.
TSTPattern: ^([A-Za-z0-9]{1,4})$The ID of the parent for the new Asset Type.
00000000-0000-0000-0000-000000011001Whether the display name should be enabled for all Assets of the type being created.
Whether ratings should be enabled for all Assets of the type being created.
Asset types successfully added.
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The name of the resource.
Test nameThe description of the resource.
Sample descripion of the resource.The public id of the asset type.
"TechnicalReport_C"Whether the ability to create child asset types and scoped assignments for this asset type is locked.
Whether the ability to add custom statuses to the assignments of this asset type is locked.
The product to which this asset type is linked.
Asset types successfully added.
The ID of the Asset Type to be changed. Silently ignored if the ID is provided as path parameter of the request.
The new public id for the Asset Type. It must be unique within all Asset Types, Complex Relation Types, Domain Types and Scopes. It should contain only ASCII letters and digits. It must start with an uppercase ASCII character. It must end with "_C". WARNING : The public id should only be changed with extreme caution, since it can break existing customizations. The only valid use case is to change it after creation of the type, if no public id was specified, and the generated proposal is not acceptable.
The new name for the Asset Type.
The new description for the Asset Type.
The ID of the new parent for the Asset Type.
The color of the symbol, in a hex format e.g. '#000000'. This format always includes the '#' and has a size of 7.
^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$The symbol type.
The icon code, a code representing the icon that should be shown.
The acronym code, a code representing the acronym that should be shown.
^([A-Za-z0-9]{1,4})$Whether display name should be enabled for all Assets of changed type.
Whether rating should be enabled for all Assets of given type.
The complete list of Traits to be applied to the Asset Type. This replaces all previously applied Traits.Please keep in mind that system-applied Traits can not be removed.
Asset types changed
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The name of the resource.
Test nameThe description of the resource.
Sample descripion of the resource.The public id of the asset type.
"TechnicalReport_C"Whether the ability to create child asset types and scoped assignments for this asset type is locked.
Whether the ability to add custom statuses to the assignments of this asset type is locked.
The product to which this asset type is linked.
Asset types changed
The ID of the asset type
Asset type found
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The name of the resource.
Test nameThe description of the resource.
Sample descripion of the resource.The public id of the asset type.
"TechnicalReport_C"Whether the ability to create child asset types and scoped assignments for this asset type is locked.
Whether the ability to add custom statuses to the assignments of this asset type is locked.
The product to which this asset type is linked.
Asset type not found
The ID of the asset type
The ID of the Asset Type to be changed. Silently ignored if the ID is provided as path parameter of the request.
The new public id for the Asset Type. It must be unique within all Asset Types, Complex Relation Types, Domain Types and Scopes. It should contain only ASCII letters and digits. It must start with an uppercase ASCII character. It must end with "_C". WARNING : The public id should only be changed with extreme caution, since it can break existing customizations. The only valid use case is to change it after creation of the type, if no public id was specified, and the generated proposal is not acceptable.
The new name for the Asset Type.
The new description for the Asset Type.
The ID of the new parent for the Asset Type.
The color of the symbol, in a hex format e.g. '#000000'. This format always includes the '#' and has a size of 7.
^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$The symbol type.
The icon code, a code representing the icon that should be shown.
The acronym code, a code representing the acronym that should be shown.
^([A-Za-z0-9]{1,4})$Whether display name should be enabled for all Assets of changed type.
Whether rating should be enabled for all Assets of given type.
The complete list of Traits to be applied to the Asset Type. This replaces all previously applied Traits.Please keep in mind that system-applied Traits can not be removed.
Asset type changed
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The name of the resource.
Test nameThe description of the resource.
Sample descripion of the resource.The public id of the asset type.
"TechnicalReport_C"Whether the ability to create child asset types and scoped assignments for this asset type is locked.
Whether the ability to add custom statuses to the assignments of this asset type is locked.
The product to which this asset type is linked.
Asset type changed
The unique identifier of the AssetType.
Parent asset types found
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The name of the resource.
Test nameThe description of the resource.
Sample descripion of the resource.The public id of the asset type.
"TechnicalReport_C"Whether the ability to create child asset types and scoped assignments for this asset type is locked.
Whether the ability to add custom statuses to the assignments of this asset type is locked.
The product to which this asset type is linked.
Parent asset types found
The ID of the AssetType
Whether parent Asset Type should be included in the search result.
Whether we should only list the direct subtypes, or all subtypes.
Asset types found
The total number of results.
1000The offset for the results.
10The maximum number of results to be returned.
100Asset types found
The public identifier of the asset type
Asset type found
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The name of the resource.
Test nameThe description of the resource.
Sample descripion of the resource.The public id of the asset type.
"TechnicalReport_C"Whether the ability to create child asset types and scoped assignments for this asset type is locked.
Whether the ability to add custom statuses to the assignments of this asset type is locked.
The product to which this asset type is linked.
Asset type not found
Last updated
Was this helpful?