GetOrgMetadata
Get Organization Metadata By Key
Deprecated: use organization service v2 ListOrganizationMetadata instead.
Get a metadata object from an organization by a specific key.
curl -X GET "https://loading/metadata/string"{
"metadata": {
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"key": "string",
"value": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?