Taxonomies
Export taxonomy.
get/taxonomies/export/{taxonomyId}
Path parameters
taxonomyIdstring required
Example:12345
Numeric ID of the taxonomy
Response
Export taxonomy response
Example response
{
"namespace": "tlp",
"description": "Disclosure is not limited. Sources may use TLP:WHITE when information carries minimal or no foreseeable risk of misuse, in accordance with applicable rules and procedures for public release. Subject to standard copyright rules, TLP:WHITE information may be distributed without restriction.",
"predicates": [
{
"value": "white",
"expanded": "(TLP:WHITE) Information can be shared publicly in accordance with the law."
}
],
"values": [
{
"predicate": "white",
"entry": [
{
"value": "spam",
"expanded": "spam",
"description": "Spam or ‘unsolicited bulk e-mail’, meaning that the recipient has not granted verifiable permission for the message to be sent and that the message is sent as part of a larger collection of messages, all having identical content."
}
]
}
]
}Changes
Changed in 1 of the 50 revisions of this API.1
- ●
deleted the
pathrequest parametertaxonomyIdrequest-parameter-removed
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●