getGet a list of top-level linksInternal-Use OnlyReturns a collection of links to the top-level collections surfaced through this API. HEAD is also supported./
getGet a collection of tablesInternal-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./dataSources/{dataSourceId}/tables
postCreate a new tableInternal-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./dataSources/{dataSourceId}/tables
postUpload a fileInternal-Use OnlyCreates a new table from an uploaded file. Note that this operation is synchronous, and it blocks until the file upload is complete. It returns an application/vnd.sas.data.table.job+json resource when the upload succeeds or fails./dataSources/{dataSourceId}/tables
getGet a tableInternal-Use OnlyReturns information about a single table based on its unique name./dataSources/{dataSourceId}/tables/{tableId}
deleteDelete a tableInternal-Use OnlyDeletes a table resource./dataSources/{dataSourceId}/tables/{tableId}
getGet the table jobInternal-Use OnlyGet the specified job, which tracks asynchronous table creation or deletion processes./jobs/{jobId}
getGet the state of the specified jobInternal-Use OnlyGet the state of the specified job./jobs/{jobId}/state
getGet a collection of columnsInternal-Use OnlyReturns a collection of column resources. Standard paging, filtering and sorting options are specified in the Parameters section below./dataSources/{dataSourceId}/tables/{tableId}/columns
getGet a columnInternal-Use OnlyReturns information about a single column based on its unique name./dataSources/{dataSourceId}/tables/{tableId}/columns/{columnId}