GET /files/{file_id}/metadata/{scope}/{template_key}
Summary: Get metadata instance on file
Operation ID: get_files_id_metadata_id_id
Auth: unknown
Operation ID: get_files_id_metadata_id_id
Auth: unknown
Description
Retrieves the instance of a metadata template that has been applied to a file.
Parameters (3)
file_id
(string, path, required)
The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`.
scope
(string, path, required)
The scope of the metadata template
Constraints: {'enum': ['global', 'enterprise']}
template_key
(string, path, required)
The name of the metadata template
No probe data for this endpoint yet.