latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Assignments

Adds a new Assignment.

Adds a new Assignment.

post/assignments

Request body

idstring uuid

The ID of the new assignment. Should be unique within all assignments.<br/> It should have a format of universally unique identifier (UUID) and should not start with <code>00000000-0000-0000-</code> which is a reserved prefix.

assetTypeIdstring uuid required

The ID of the asset type corresponding to the assignment

statusIdsstring[] required

The list of IDs of the statuses. The first element in the list is used as default status id.

validationRuleIdsstring[]

The list of IDs of the validation rules

dataQualityRuleIdsstring[]

The list of IDs of the data quality rules

domainTypeIdsstring[]

The list of IDs of the domain types

defaultStatusIdstring uuid

The ID of the default status for the asset type. Deprecated : this property is ignored. The default status is the first status in the list of assigned statuses of the assignment.

scopeIdstring uuid

The ID of the scope the assignment corresponds to

Response

Assignment successfully added.

idstring uuid required

The id of the represented object (entity).

createdBystring uuid

The id of the user that created this resource.

createdOninteger

The timestamp (in UTC time standard) of the creation of this resource.

lastModifiedBystring uuid

The id of the user who modified this resource the last time.

lastModifiedOninteger

The timestamp (in UTC time standard) of the last modification of this resource.

systemboolean

Whether this is a system resource or not.

resourceType'View' | 'Asset' | 'Community' | 'Domain' | 'AssetType' | 'DomainType' | 'Status' | 'User' | 'ClassificationMatch' | 'UserGroup' | 'Attribute' | 'StringAttribute' | 'ScriptAttribute' | 'BooleanAttribute' | 'DateAttribute' | 'NumericAttribute' | 'SingleValueListAttribute' | 'MultiValueListAttribute' | 'Comment' | 'Attachment' | 'Responsibility' | 'Workflow' | 'Job' | 'Relation' | 'RelationType' | 'ComplexRelation' | 'ComplexRelationType' | 'ArticulationRule' | 'Assignment' | 'Scope' | 'RelationTrace' | 'ValidationRule' | 'DataQualityRule' | 'DataQualityMetric' | 'Address' | 'InstantMessagingAccount' | 'Email' | 'PhoneNumber' | 'Website' | 'Activity' | 'FormProperty' | 'WorkflowTask' | 'ActivityChange' | 'WorkflowInstance' | 'Role' | 'AttributeType' | 'BooleanAttributeType' | 'DateAttributeType' | 'DateTimeAttributeType' | 'MultiValueListAttributeType' | 'NumericAttributeType' | 'ScriptAttributeType' | 'SingleValueListAttributeType' | 'StringAttributeType' | 'ViewSharingRule' | 'ViewAssignmentRule' | 'JdbcDriverFile' | 'JdbcDriver' | 'JdbcIngestionProperties' | 'CsvIngestionProperties' | 'ExcelIngestionProperties' | 'ConnectionStringParameter' | 'AssignedCharacteristicType' | 'Notification' | 'Tag' | 'ComplexRelationLegType' | 'ComplexRelationAttributeType' | 'ComplexRelationLeg' | 'BaseDataType' | 'AdvancedDataType' | 'DiagramPicture' | 'DiagramPictureSharingRule' | 'DiagramPictureAssignmentRule' | 'Rating' | 'Classification' | 'PhysicalDataConnector' | 'Context' required

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.

defaultStatusIdstring uuid

The ID of the default status. Deprecated : this property is ignored. The default status is the first status in the list of assigned statuses of the assignment.