Get headers for the files that are associated with an object
head/documents/{objectTypeName}/{objectId}/files
Retrieves headers for the files that are associated with an object and returns them as a collection.
| Name | Type | Required | Description |
|---|---|---|---|
objectTypeName | string | true | The name of the object type to which the object belongs. |
objectId | string | true | The ID of the object. |
| Name | Type | Required | Description |
|---|---|---|---|
filter | string | false | The criteria by which to filter the files. |
limit | integer | false | The maximum number of files to return in this page of results. The actual number of returned items is fewer if the collection is exhausted. Default: 10 |
sortBy | string | false | The criteria by which to sort the files. |
start | integer | false | The starting index of the first file in the collection. Default: 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. A collection of metadata for the files that are associated with the object was returned. | Schema | |
| 400 | Bad Request | The start or limit parameter was invalid. | ||
| 404 | Not Found | The object does not exist or the user does not have the correct permissions to view the object. |