Contains the operations for the root resource.
Data Tables
Loading...
The Data Tables API works in concert with the Data Sources and Row Sets APIs to navigate, reference, and retrieve data in the SAS Viya ecosystem. The Data Tables API enables retrieval of metadata for data tables and their respective columns.
Contains the operations for the Data Tables resource.
get
Internal-Use OnlyReturns a collection of tables available from the named data source as application/vnd.sas.data.table or application/vnd.sas.data.table.summary resources. Standard paging, filtering, and sorting options are specified in the Parameters section below.Get a collection of tables
post
Internal-Use OnlyCreates a new table. If the Content-Type header is set to application/json, it maps to the application/vnd.ssa.data.table.request+json media type.Create a new table
post
Internal-Use OnlyCreates a new table from an uploaded file. Note that this operation is synchronous, and blocks until the file upload is complete. It returns an application/vnd.sas.data.table.job+json resource when the upload succeeds or fails.Upload a file
get
Internal-Use OnlyReturns information about a single table based on its unique name.Get a table
delete
Internal-Use OnlyDeletes a table resource.Delete a table
Contains the operations for the job resource.
Contains the operations for the Columns of Data Tables resource.
get
Internal-Use OnlyReturns a collection of column resources. Standard paging, filtering and sorting options are specified in the Parameters section below.Get a collection of columns
get
Internal-Use OnlyReturns information about a single column based on its unique name.