man/docs/src/structural-resources-category.md

istacr / Structural resources / Category

Structural resources: Category

Get categorisations

This function returns the content from /v1.0/categorisations

Paremeters

Examples

get_structuralresources_categorisations()
get_structuralresources_categorisations(
  query="ID EQ 2090",
  orderby="ID ASC"
)

Get categorisations agency

This function returns the content from /v1.0/categorisations/{agencyID}

Parameters

Examples

get_structuralresources_categorisations_agency("ISTAC")

Get categorisations agency resource

This function returns the content from /v1.0/categorisations/{agencyID}/{resourceID}

Parameters

Examples

get_structuralresources_categorisations_agency_resource("ISTAC", "cat2")

Get categorisations agency resource version

This function returns the content from /v1.0/categorisations/{agencyID}/{resourceID}/{version}

Parameters

Examples

get_structuralresources_categorisations_agency_resource_version(
  "ISTAC",
  "cat2",
  "01.000"
)

Get category schemes

This function returns the content from /v1.0/categoryschemes

Parameters

Examples

get_structuralresources_category_schemes()
get_structuralresources_category_schemes(
  query="ID EQ 2090",
  orderby="ID ASC"
)

Get category schemes agency

This function returns the content from /v1.0/categoryschemes/{agencyID}

Parameters

Examples

get_structuralresources_category_schemes_agency(
  "ISTAC",
  query="ID EQ 2090",
  orderby="ID ASC"
)

Get category schemes agency resource

This function returns the content from /v1.0/categoryschemes/{agencyID}/{resourceID}

Parameters

Examples

get_structuralresources_category_schemes_agency_resource(
  "ISTAC",
  "TEMAS_CANARIAS"
)

Get category schemes agency resource version

This function returns the content from /v1.0/categoryschemes/{agencyID}/{resourceID}/{version} - agencyid (string): Identifier of the agency that publishes. - resourceid (string): Resource identifier. - version (string): Specific version of the resource.

Examples

get_structuralresources_category_schemes_agency_resource_version(
  "ISTAC",
  "TEMAS_CANARIAS",
  "01.000"
)

Get category schemes agency resource version categories

This function returns the content from /v1.0/categoryschemes/{agencyID}/{resourceID}/{version}/categories

Parameters

Examples

get_structuralresources_category_schemes_agency_resource_version_categories(
  "ISTAC",
  "TEMAS_CANARIAS",
  "01.000"
)

Get category schemes agency resource version categories (id)

This function returns the content from /v1.0/categoryschemes/{agencyID}/{resourceID}/{version}/categories/{categoryID}

Parameters

Examples

get_structuralresources_category_schemes_agency_resource_version_categories_id(
  "ISTAC",
  "TEMAS_CANARIAS",
  "01.000",
  "060"
)
get_structuralresources_category_schemes_agency_resource_version_categories_id(
  "ISTAC",
  "TEMAS_CANARIAS",
  "01.000",
  "060.060_010.060_010_010"
)


Try the istacr package in your browser

Any scripts or data that you put into this service are public.

istacr documentation built on Sept. 9, 2025, 5:47 p.m.