GET_collections_count

/collections/count

Gets a count of the total number of collections in the repository.

Endpoint URL: http://path/to/rest/collections/count.format

Formats: xml, json

HTTP Methods: GET

Parameters: None

Example:

GET http://path/to/rest/collections/count.xml

<?xml version="1.0" encoding="UTF-8" ?>
<count>3</count>