Organization
Users and User Groups
Permissions
Data Source
Workspaces
Logical Data Model
    Generate Logical Data Model
    LDM - Declarative APIs
      Get logical modelgetSet logical modelput
    Datasets
    Attributes
    Facts
    Labels
Analytical Objects
Reporting
Export & Automations
Other
Schemas
powered by Zudoku
OpenAPI definition

LDM - Declarative APIs (3.51)

Endpoint:/

Get logical model

GET
/api/v1/layout/workspaces/{workspaceId}/logicalModel

Retrieve current logical model of the workspace in declarative form.

Get logical model › path Parameters

  • workspaceIdstring · required

Get logical model › query Parameters

  • includeParentsboolean

Get logical model › Responses

Retrieved current logical model.

  • ldmobject

    A logical data model (LDM) representation.

GET /api/v1/layout/workspaces/{workspaceId}/logicalModel

Set logical model

PUT
/api/v1/layout/workspaces/{workspaceId}/logicalModel

Set effective logical model of the workspace.

Set logical model › path Parameters

  • workspaceIdstring · required

Set logical model › Request Body

  • ldmobject

    A logical data model (LDM) representation.

Set logical model › Responses

Logical model successfully set.

No data returned
PUT /api/v1/layout/workspaces/{workspaceId}/logicalModel

Generate Logical Data ModelDatasets