0

Is it possible to do a search using the API on metadata in the properties template? I'm using the mdfilters parameter for the search request:

https://api.box.com/2.0/search?mdfilters=[{"templateKey":"properties", "scope":"global", "filters":{"docId": "1"}}]

The response I get is 404 Not Found:

{
  "message": "Instance not found for '\\\"view\\\", \\\"typeKeyKey\\\", \\\"properties\\\", \\\"searchFilterPanel\\\"'",
  "code": "tuple_not_found",
  "request_id": "870411128557159b487c8a"
}

I suspect that the properties template cannot be used in a metadata search, is this correct?

danjo
  • 3
  • 3

1 Answers1

0

No, not with mdfilters. Use a regular search instead. See this answer for more.

Community
  • 1
  • 1
Dan Dautrich
  • 126
  • 3