Clears the cache for data-stores api requests.
Save new data store.
Save new data store.
an object with the body content
Optional
options: ApiCallOptionsDelete data sets by data-store IDs and data-asset IDs.
Delete data sets by data-store IDs and data-asset IDs.
Comma-separated data store IDs or * to include all data stores.
Comma-separated data asset IDs or * to include all data assets.
Optional
options: ApiCallOptionsDelete data assets and child data-sets by data-store IDs.
Delete data assets and child data-sets by data-store IDs.
Comma-separated data store IDs or * to include all data stores.
Optional
options: ApiCallOptionsDelete data stores if it does not contain any data-assets.
Delete data stores if it does not contain any data-assets.
an object with the body content
Optional
options: ApiCallOptionsGet data store by ID.
Get data store by ID.
an object with query parameters
Optional
projections?: string[]Comma-separated fields to return in the response.
Optional
options: ApiCallOptionsGet all data sets belonging to the data store(s) and data asset(s).
Get all data sets belonging to the data store(s) and data asset(s).
Comma-separated data store IDs or * to include all data stores.
Comma-separated data asset IDs or * to include all data assets.
an object with query parameters
Optional
limit?: numberPage size limit.
Optional
page?: numberOptional
projections?: string[]Comma-separated fields to return in the response.
Optional
sort?: string[]Comma-separated fields and field start with '-' character sorts the result set in descending order.
Optional
options: ApiCallOptionsGet all data assets belonging to the data store(s).
Get all data assets belonging to the data store(s).
Comma-separated data store IDs or * to include all data stores.
an object with query parameters
Optional
limit?: numberPage size limit.
Optional
page?: numberOptional
projections?: string[]Comma-separated fields to return in the response.
Optional
sort?: string[]Comma-separated fields and field start with '-' character sorts the result set in descending order.
Optional
options: ApiCallOptionsGet all data stores.
Get all data stores.
an object with query parameters
Optional
limit?: numberPage size limit.
Optional
page?: numberOptional
projections?: string[]Comma-separated fields to return in the response.
Optional
sort?: string[]Comma-separated fields and field start with '-' character sorts the result set in descending order.
Optional
options: ApiCallOptionsPatch data store.
Patch data store.
an object with the body content
Optional
options: ApiCallOptionsUpdate data store.
Update data store.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for data-stores api requests.