GET provider-data/api/1/datastore/query/{datasetId}/{index}/download

cms.gov:cms-api

Summary: Query a single datastore resource for file download
Operation ID: datastore-datasetindex-query-download-get
Auth: unknown
Description

Like the other datastore query GET endpoints, additional parameters may be added by serializing a query JSON object (documented in the POST endpoints) into a query string.

Parameters (3)

datasetId (string, path, required)

A dataset ID

format (string, query, optional)

Response format. Currently, only csv is supported.

index (string, path, required)

The index of a distribution in a dataset's distribution array. For instance, the first distribution in a dataset would have an index of "0," the second would have "1", etc.

Examples (2)

TitleTypeURLAction
Query a single datastore resource for file download openapi-spec https://data.cms.gov/provider-data/api/1/provider-data/api/1/datastore/query/{datasetId}/{index}/download?format=csv
Query a single datastore resource for file download openapi-spec https://data.cms.gov/provider-data/api/1/datastore/query/{datasetId}/{index}/download?format=csv

No probe data for this endpoint yet.