Skip to main content
Version: Next

Get CSVW

GET 

/api/files/:id/csvw

Get the CSVW of a file.

Request

Path Parameters

    id stringrequired

Responses

Schema
    @contextstring[]required
    Example: ["http://example.com/csvw.json"]
    tables object
    urlstringrequired
    Example: http://example.com/table.csv
    tableSchema object
    columnsstring[]
    Example: [{"name":"http://example.com/tableSchema.json"}]
    dialectobject
    Example: {"header":true}

Authorization: oauth2

name: oauth2type: oauth2scopes: controlplane_dataplaneflows: {
  "password": {
    "scopes": {
      "analyticsdataplane_admin": "analyticsdataplane_admin",
      "analyticsdataplane_dataplane": "analyticsdataplane_dataplane"
    }
  }
}
curl -L 'https://tsg.dataspac.es/api/files/:id/csvw' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Auth
Parameters
— pathrequired