Get metadata archive for a file resource

get/commons/catalog/files/{id}

Returns metadata archive details for the specified file resource identifier.

Request Samples

Response Samples

1{
2 "anchor": {
3 "uri": "/files/files/7d6a8d8d-2fd1-4f66-b2cd-2bf90a0f71f1"
4 },
5 "entities": [
6 {
7 "uri": "/files/files/7d6a8d8d-2fd1-4f66-b2cd-2bf90a0f71f1",
8 "type": "file",
9 "attributes": {
10 "name": [
11 "simpleText.txt"
12 ],
13 "contentType": [
14 "text/plain"
15 ],
16 "searchable": [
17 true
18 ],
19 "quarantine": [
20 false
21 ],
22 "extractedText": [
23 "This is extracted text content."
24 ]
25 }
26 }
27 ],
28 "classifications": [],
29 "relationships": [],
30 "version": 1
31}

Path Parameters

NameTypeRequiredDescription
id
string
true

The identifier of the file resource.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
404Not Found

No file resource exists for the specified identifier.

Schema