Get Info for a Resource
Retrieve metadata for one or more files or folders in your site, given their paths.
Endpoint
GET https://mysite.files.com/v1.2/getResourceProperties
Replace mysite.files.com with your site address.
Request Parameters
| Name | Data Type | Description |
|---|---|---|
access_token | string | Required. The session key that identifies which user is authenticated. Either an access token returned by the authenticateUser function, or a Files.com user API Key. |
filePaths | array(string) | Required. Array containing paths of the files or folders to get metadata for. |