GET
/files/{file_id}/metadata/global/boxSkillsCardsList Box Skill cards on file
List the Box Skills metadata cards that are attached to a file.
file_idstringrequired
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`.
200Returns all the metadata associated with a file.
This API does not support pagination and will therefore always return
all of the metadata associated to the file.
$canEditbooleanoptional
Whether the user can edit this metadata.
$idstringoptional
A UUID to identify the metadata object.
$parentstringoptional
An ID for the parent folder.
$scopestringoptional
An ID for the scope in which this template
has been applied.
$templatestringoptional
The name of the template.
$typestringoptional
A unique identifier for the "type" of this instance. This is an internal
system property and should not be used by a client application.
$typeVersionintegeroptional
The last-known version of the template of the object. This is an internal
system property and should not be used by a client application.
$versionintegeroptional
The version of the metadata object. Starts at 0 and increases every time
a user-defined property is modified.
cardsarray<BoxSkillCard>optional
A list of Box Skill cards that have been applied to this file.
defaultAn unexpected client error.
typestringoptional
The value will always be `error`.
statusintegeroptional
The HTTP status of the response.
codestringoptional
A Box-specific error code.
messagestringoptional
A short message describing the error.
context_infoobjectoptional
A free-form object that contains additional context
about the error. The possible fields are defined on
a per-endpoint basis. `message` is only one example.
help_urlstringoptional
A URL that links to more information about why this error occurred.
request_idstringoptional
A unique identifier for this response, which can be used
when contacting Box support.
Error handling
Any other status is an error: An unexpected client error.