Get headers for the files that are associated with a child object
head/documents/{objectTypeName}/{objectId}/children/{childDocType}/{childDocId}/files
Gets headers for the files that are associated with a child object and returns them as a collection.
Name | Type | Required | Description |
---|---|---|---|
childDocId | string | true | The ID of the child document. |
childDocType | string | true | The name of the child document type to which the child document belongs. |
objectId | string | true | The ID of the parent object. |
objectTypeName | string | true | The name of the parent object type to which the parent object belongs. |
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 child object was returned. | ||
400 | Bad Request | The request failed. The parent object type name, parent object ID, child document type name, and child ID cannot be null or empty. | ||
404 | Not Found | The request failed. One or more of the following conditions could have caused the failure: the parent object does not exist, the child object does not exist, or the user does not have the correct permissions to view the object. |