istacr / Structural resources / Category
This function returns the content from /v1.0/categorisations
limit = 25
.offset=0
.get_structuralresources_categorisations()
get_structuralresources_categorisations(
query="ID EQ 2090",
orderby="ID ASC"
)
This function returns the content from /v1.0/categorisations/{agencyID}
limit = 25
.offset=0
.get_structuralresources_categorisations_agency("ISTAC")
This function returns the content from /v1.0/categorisations/{agencyID}/{resourceID}
limit = 25
.offset=0
.get_structuralresources_categorisations_agency_resource("ISTAC", "cat2")
This function returns the content from /v1.0/categorisations/{agencyID}/{resourceID}/{version}
get_structuralresources_categorisations_agency_resource_version(
"ISTAC",
"cat2",
"01.000"
)
This function returns the content from /v1.0/categoryschemes
limit = 25
.offset = 0
.get_structuralresources_category_schemes()
get_structuralresources_category_schemes(
query="ID EQ 2090",
orderby="ID ASC"
)
This function returns the content from /v1.0/categoryschemes/{agencyID}
limit = 25
.offset = 0
.get_structuralresources_category_schemes_agency(
"ISTAC",
query="ID EQ 2090",
orderby="ID ASC"
)
This function returns the content from /v1.0/categoryschemes/{agencyID}/{resourceID}
limit = 25
.offset = 0
.get_structuralresources_category_schemes_agency_resource(
"ISTAC",
"TEMAS_CANARIAS"
)
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.
get_structuralresources_category_schemes_agency_resource_version(
"ISTAC",
"TEMAS_CANARIAS",
"01.000"
)
This function returns the content from /v1.0/categoryschemes/{agencyID}/{resourceID}/{version}/categories
limit = 25
.offset = 0
.get_structuralresources_category_schemes_agency_resource_version_categories(
"ISTAC",
"TEMAS_CANARIAS",
"01.000"
)
This function returns the content from /v1.0/categoryschemes/{agencyID}/{resourceID}/{version}/categories/{categoryID}
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"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.