Get or Search Products

Returns products and libraries from the CCMS based on the filters provided. The Branches for the products and libraries are also returned.

Note:

This method is new in 6.4

End-point

GET /documents/drmInfo/productsEx

Query String Parameters

Field Description

productIdentifier

Document identifier for the product on which to filter.

productMatchingPattern

Text with which to filter on the name of the product.

branchIdentifier

Document identifier for the branch on which to filter.

branchMatchingPattern

Text with which to filter on the name of the branch.

onlyActiveProduct

Indicates that only products that have active branches will be returned. Active branches are branches which are not closed.

Possible values are true or false. Default is false.

isReadWrite

Indicates that only branches in which the user has read-write access will be returned.

Possible values are true or false. Default is false.

Possible Responses

HTTP StatusDescription

200

The operation completed successfully.

401

There is no session or the session is invalid.

Response Body

FieldTypeDescription

result

DrmObject[]

List of products and libraries.