GET_collections_id

/collections/:id:

Gets a single collection, specified by the id parameter.

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

Formats: xml, json

HTTP Methods: GET

Parameters: None

Example:

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

<?xml version="1.0" encoding="UTF-8" ?>
<collection>
    <communities>
        <community>
            <id>21</id>
        </community>
        <community>
            <id>18</id>
        </community>
    </communities>
    <copyrightText></copyrightText>
    <handle>123456789/37</handle>
    <id>3</id>
    <introductoryText></introductoryText>
    <licence>NOTE: PLACE YOUR OWN LICENSE HERE
This sample license is provided for informational purposes only.
NON-EXCLUSIVE DISTRIBUTION LICENSE
By signing and submitting this license, you (the author(s) or copyright
owner) grants to DSpace University (DSU) the non-exclusive right to reproduce,
translate (as defined below), and/or distribute your submission (including
the abstract) worldwide in print and electronic format and in any medium,
including but not limited to audio or video.
You agree that DSU may, without changing the content, translate the
submission to any medium or format for the purpose of preservation.
You also agree that DSU may keep more than one copy of this submission for
purposes of security, back-up and preservation.
You represent that the submission is your original work, and that you have
the right to grant the rights contained in this license. You also represent
that your submission does not, to the best of your knowledge, infringe upon
anyone's copyright.
If the submission contains material for which you do not hold copyright,
you represent that you have obtained the unrestricted permission of the
copyright owner to grant DSU the rights required by this license, and that
such third-party owned material is clearly identified and acknowledged
within the text or content of the submission.
IF THE SUBMISSION IS BASED UPON WORK THAT HAS BEEN SPONSORED OR SUPPORTED
BY AN AGENCY OR ORGANIZATION OTHER THAN DSU, YOU REPRESENT THAT YOU HAVE
FULFILLED ANY RIGHT OF REVIEW OR OTHER OBLIGATIONS REQUIRED BY SUCH
CONTRACT OR AGREEMENT.
DSU will clearly identify your name(s) as the author(s) or owner(s) of the
submission, and will not make any alteration, other than as allowed by this
license, to your submission.
</licence>
    <name>Test Collection 3</name>
    <provenance></provenance>
    <shortDescription></shortDescription>
    <sidebarText></sidebarText>
</collection>