get_structuralresources_concept_schemes_agency_resource_version_concepts_id: Get concept schemes agency resource version concepts (id)

Description Usage Arguments Examples

Description

This function returns the content from “/v1.0/conceptschemes/agencyID/resourceID/version/concepts/conceptID“

Usage

1
2
3
4
5
6
get_structuralresources_concept_schemes_agency_resource_version_concepts_id(
  agencyid,
  resourceid,
  version,
  conceptid
)

Arguments

agencyid

(string): Identifier of the agency that publishes.

resourceid

(string): Resource identifier.

version

(string): Specific version of the resource.

conceptid

(string): Concept identifier.

Examples

1
2
3
4
5
6
get_structuralresources_concept_schemes_agency_resource_version_concepts_id(
agencyid="ISTAC",
resourceid="CSM_C00010A_SIE",
version="01.000",
conceptid="ELECTORES"
)

eDatos/istacr documentation built on Nov. 24, 2021, 10:39 a.m.