Breadcrumbs

Metavault API - Get information mart script

GetInformationMartScript - GET

Path

/api/projects/{projectId}/informationmarts/{informationMartId}/scripts/{scriptId}

Http Method

GET

Overview

Required permissions

  • Read access to the Distribute module. Distribute read

Response

Success response (200 OK)

JSON
{                                                                      
  "_embedded": {
    "columns": []
  },
  "name": "script01",
  "id": "9968b6b0-40ff-4fd8-9f71-18947f625f5b",
  "informationMartId": "e7be5369-ad0f-4c18-a850-e4840a581d17",
  "businessDescription": "business description",
  "technicalDescription": "tech description",
  "tableName": "tablescript01",
  "typeTag": "Custom",
  "order": 0,
  "timeout": 200,
  "code": ""
}