Hi,
I'am facing issues while using the new metadata search api:
https://api.box.com/2.0/metadata_queries/execute_read
while setting the "from" parameter to look for the securityClassification template, im getting this error:
Here's the full request body
{
"ancestor_folder_id":"value",
"from": "enterprise_ID.securityClassification-6VMVochwUWo",
"query": "Box__Security__Classification__Key = :template",
"query_params": {
"template": "Confidential"
}
}
Seems like the API doesn't allow '-' in the "from" parameter but in this case this is a valid template name.