Skip to main content

Export representation of a catalog (e.g., catalog JSON)

GET 

/v1/catalogs/:catalogId/export

Export representation of a catalog (e.g., catalog JSON)

Request

Path Parameters

    catalogId stringrequired

Header Parameters

    Authorization string
    Accept stringrequired

    The exported representation format to be returned. Currently, only application/json is supported.

Responses

The JSON for a catalog.

Schema

    name stringrequired
    version stringrequired

    properties

    object

    aggregate-prediction

    object

    required

    object
    aggressive_aggregate_promotion booleanrequired
    caption stringrequired
    visible booleanrequired

    annotations

    object

    annotation

    object[]

    required

  • Array [

  • oneOf

    name stringrequired

    Possible values: [version]

    value stringrequired
  • ]

  • attributes

    object

    attribute-key

    object[]

    required

  • Array [

  • object
  • ]

  • keyed-attribute

    object[]

    required

  • Array [

  • object
  • ]

  • dimensions

    object

    dimension

    object[]

    required

  • Array [

  • object
  • ]

  • datasets

    object

    dataset

    object[]

    required

  • Array [

  • object
  • ]

  • calculated-members

    object

    calculated-member

    object[]

    required

  • Array [

  • object
  • ]

  • cubes

    object

    cube

    object[]

    required

  • Array [

  • object
  • ]

  • perspectives

    object

    perspective

    object[]

    required

  • Array [

  • object
  • ]

Loading...