v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBTaxonomies
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."
}
]
}
]
}