Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can use REST APIs to retrieve the definitions for a list of all available ta

## Retrieve a list of all available tables' definitions

In this workflow sample, you want to get the definitions of all available tables in the project schema. Use the MicroStrategy Tutorial project. Its project ID is `B19DEDCC11D4E0EFC000EB9495D0F44F`.
In this workflow sample, you want to get the definitions of all available tables in the Mosaic schema. Use the MicroStrategy Tutorial project. Its project ID is `B19DEDCC11D4E0EFC000EB9495D0F44F`.

:::info

Expand Down Expand Up @@ -89,7 +89,7 @@ Response Code: 200 (The tables' definitions are returned successfully.)

### Retrieve a list of available tables' definitions within a changeset

In this workflow sample, you want to get the definitions of all available tables in the project schema. Use the MicroStrategy Tutorial project. Its project ID is `B19DEDCC11D4E0EFC000EB9495D0F44F`.
In this workflow sample, you want to get the definitions of all available tables in the Mosaic schema. Use the MicroStrategy Tutorial project. Its project ID is `B19DEDCC11D4E0EFC000EB9495D0F44F`.

:::tip

Expand Down
Loading