Type - Get Business Metadata Def By Guid

Get the businessMetadata definition for the given guid.

GET {endpoint}/datamap/api/atlas/v2/types/businessmetadatadef/guid/{guid}

URI Parameters

Name In Required Type Description
endpoint
path True

string

guid
path True

string

businessMetadata guid

Responses

Name Type Description
200 OK

AtlasBusinessMetadataDef

The request has succeeded.

Other Status Codes

AtlasErrorResponse

An unexpected error response.

Security

OAuth2Auth

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
https://purview.azure.net/.default

Examples

Type_GetBusinessMetadataDefByGuid

Sample request

GET {endpoint}/datamap/api/atlas/v2/types/businessmetadatadef/guid/d8757510-c866-61ba-486f-1afca09f43b8

Sample response

{
  "category": "BUSINESS_METADATA",
  "guid": "d8757510-c866-61ba-486f-1afca09f43b8",
  "createdBy": "ExampleCreator",
  "updatedBy": "ExampleUpdator",
  "createTime": 1671545620780,
  "updateTime": 1671545620780,
  "version": 1,
  "name": "Business_Metadata_Type_Name",
  "description": "Business_Metadata_Type_Name",
  "typeVersion": "1.0",
  "lastModifiedTS": "1",
  "attributeDefs": [
    {
      "name": "customAttribute",
      "typeName": "string",
      "isOptional": true,
      "cardinality": "SINGLE",
      "valuesMinCount": 0,
      "valuesMaxCount": 1,
      "isUnique": false,
      "isIndexable": false,
      "includeInNotification": false,
      "options": {
        "maxStrLength": "5000",
        "isDisabled": "false",
        "applicableEntityTypes": "[\"DataSet\"]"
      }
    }
  ]
}

Definitions

Name Description
AtlasAttributeDef

class that captures details of a struct-attribute.

AtlasBusinessMetadataDef

class that captures details of a struct-type.

AtlasConstraintDef

class that captures details of a constraint.

AtlasErrorResponse

An error response from the service

CardinalityValue

Cardinality

DateFormat

The date format.

NumberFormat

The number format.

RoundingMode

Rounding Mode

TimeZone

The timezone information.

TypeCategory

Type Category

AtlasAttributeDef

class that captures details of a struct-attribute.

Name Type Description
cardinality

CardinalityValue

single-valued attribute or multi-valued attribute.

constraints

AtlasConstraintDef[]

An array of constraints.

defaultValue

string

The default value of the attribute.

description

string

The description of the attribute.

includeInNotification

boolean

Determines if it is included in notification.

isIndexable

boolean

Determines if it is indexable.

isOptional

boolean

Determines if it is optional.

isUnique

boolean

Determines if it unique.

name

string

The name of the attribute.

options

object

The options for the attribute.

typeName

string

The name of the type.

valuesMaxCount

integer

The maximum count of the values.

valuesMinCount

integer

The minimum count of the values.

AtlasBusinessMetadataDef

class that captures details of a struct-type.

Name Type Description
attributeDefs

AtlasAttributeDef[]

An array of attribute definitions.

category

TypeCategory

The enum of type category.

createTime

integer

The created time of the record.

createdBy

string

The user who created the record.

dateFormatter

DateFormat

The date format.

description

string

The description of the type definition.

guid

string

The GUID of the type definition.

lastModifiedTS

string

ETag for concurrency control.

name

string

The name of the type definition.

options

object

The options for the type definition.

serviceType

string

The service type.

typeVersion

string

The version of the type.

updateTime

integer

The update time of the record.

updatedBy

string

The user who updated the record.

version

integer

The version of the record.

AtlasConstraintDef

class that captures details of a constraint.

Name Type Description
params

The parameters of the constraint definition.

type

string

The type of the constraint.

AtlasErrorResponse

An error response from the service

Name Type Description
errorCode

string

The error code.

errorMessage

string

The error message.

requestId

string

The request ID.

CardinalityValue

Cardinality

Name Type Description
LIST

string

list

SET

string

set

SINGLE

string

single

DateFormat

The date format.

Name Type Description
availableLocales

string[]

An array of available locales.

calendar

number

Calendar

dateInstance

DateFormat

The date format.

dateTimeInstance

DateFormat

The date format.

instance

DateFormat

The date format.

lenient

boolean

Determines the leniency of the date format.

numberFormat

NumberFormat

The number format.

timeInstance

DateFormat

The date format.

timeZone

TimeZone

The timezone information.

NumberFormat

The number format.

Name Type Description
availableLocales

string[]

The number format.

currency

string

The currency.

currencyInstance

NumberFormat

The number format.

groupingUsed

boolean

Determines if grouping is used.

instance

NumberFormat

The number format.

integerInstance

NumberFormat

The number format.

maximumFractionDigits

integer

The maximum of fraction digits.

maximumIntegerDigits

integer

The maximum of integer digits.

minimumFractionDigits

integer

The minimum of fraction digits.

minimumIntegerDigits

integer

The minimum of integer digits.

numberInstance

NumberFormat

The number format.

parseIntegerOnly

boolean

Determines if only integer is parsed.

percentInstance

NumberFormat

The number format.

roundingMode

RoundingMode

The enum of rounding mode.

RoundingMode

Rounding Mode

Name Type Description
CEILING

string

ceiling

DOWN

string

down

FLOOR

string

floor

HALF_DOWN

string

half down

HALF_EVEN

string

half even

HALF_UP

string

half up

UNNECESSARY

string

unnecessary

UP

string

up

TimeZone

The timezone information.

Name Type Description
availableIds

string[]

An array of available IDs.

default

TimeZone

The timezone information.

displayName

string

The display name of the timezone.

dstSavings

integer

The value of the daylight saving time.

id

string

The ID of the timezone.

rawOffset

integer

The raw offset of the timezone.

TypeCategory

Type Category

Name Type Description
ARRAY

string

array

CLASSIFICATION

string

classification

ENTITY

string

entity

ENUM

string

enum

MAP

string

map

OBJECT_ID_TYPE

string

object id type

PRIMITIVE

string

primitive

RELATIONSHIP

string

relationship

STRUCT

string

struct

TERM_TEMPLATE

string

term template