POST api/cmis/documents
This operation will retrieve a list of the documents attributes which match the search criteria. The query parameter site is required all other parameters are optional and will be used in combination to search for matching documents. The title and description may include asterisks as the first and/or last character to indicate like style searches. The compid may be a single component ID or a comma separated list of component IDs to search against for documents. Not all systems will have all meta-data components associated to a documents; it is up to the various utility users to know which elements may be included in a search of the utility’s database.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Task(Of HttpResponseMessage)
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |