Schema REST Endpoints
Schema
The operations from the Schema category.
- Create a managed table from sample file
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/dataTables - Create a schema
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas - Create a table
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables - Create a view
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views - Delete a table
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey} - Delete a view
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey} - Delete schema
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey} - Generate URI for uploading a sample file to a temporary folder in a schema
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/generateTempFileUploadTarget - Get schema details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey} - Get schema permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/permissions - Get schema views
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views - Get schemas
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas - Get table details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey} - Get table permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey}/permissions - Get table schema and data
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/inferSchemaWithPreview - Get table schema details
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/inferSchema - Get tables in schema
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables - Get view details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey} - Get view permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey}/permissions - Refresh schema
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/refresh - Refresh table
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey}/actions/refresh - Retrieve PAR for created entities
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey}/actions/getPar - Update a table
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey} - Update a view
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey} - Update schema
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey} - Update schema permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/schemas/{schemaKey}/actions/managePermission - Update table permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/tables/{tableKey}/actions/managePermission - Update view permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/views/{viewKey}/actions/managePermission