Metamodel API
Number of APIs: 10
Introduction
What does your API do?
Overview
Things that the developers should know about
Authentication
What is the preferred way of using the API?
Error Codes
What errors and status codes can a user expect?
Rate limit
Is there a limit to the number of requests a user can send?
-
Workspaces - List GET {{baseURL}}/workspaces
-
Catalog - Create Bulk POST {{baseURL}}/sources/bulktree/{{versionId}}
-
Glossary - Create Bulk POST {{baseURL}}/properties/bulktree/{{versionId}}
-
Usages - Create Bulk POST {{baseURL}}/usages/bulktree/{{versionId}}
-
Processing - Create Bulk POST {{baseURL}}/dataProcessing/bulktree/{{versionId}}
-
Links - Create Bulk POST {{baseURL}}/links/bulktree/{{versionId}}
-
Usages - List with Links GET {{baseURL}}/usages?versionId={{versionId}}&includeLinks=true
-
Fields - List with Links and Attributes GET {{baseURL}}/fields?versionId={{versionId}}&includeLinks=true&includeAttributes=true
-
Usages - Fetch Type and links rules GET {{baseURL}}/usages/types
-
Usages - Delete Bulk DELETE {{baseURL}}/usages/bulk/{{versionId}}