Get a generic indexable representation
get/files/{fileId}
Retrieves a generic indexable representation of file for the specified identifier.
1{2 "version": 1,3 "properties": [4 {5 "name": "title",6 "value": "Attributes.csv"7 },8 {9 "name": "createdBy",10 "value": "SysUser"11 },12 {13 "name": "creationTimeStamp",14 "value": "2022-04-13T17:53:57.219Z"15 },16 {17 "name": "modifiedBy",18 "value": "SysUser"19 },20 {21 "name": "modifiedTimeStamp",22 "value": "2022-04-13T17:53:57.219Z"23 },24 {25 "name": "attachmentContent",26 "value": "Here you should see the extracted content of your file"27 },28 {29 "name": "textStore",30 "value": "text/plain"31 }32 ],33 "resourceUri": "/files/files/335f6597-96f8-4851-a76a-9672af8c6c62",34 "sasType": "file"35}