Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

C

Verb

URL

Description

Mandatory parameters

Optional parameters

Sorting fields

Response Data

Formats

Response codes

 

GET

/communities

Returns a list of all communities on the system or return just top level communities.

-

topLevelOnly=true
idOnly=false

id 
name
countitems id - entity identifier, internal to the system 
name - entity name 
countItems - number of items under community 
handle - handle of the community (unique persistent resource identifier) 
type - entity type (object type in the system) 
collections - collections contained in the community, ordered by id 
canedit - states user persmission on the item (editing) 
anchestor - anchestors of the community 
children - subcommunities, ordered by id 
administrators - group administrators, ordered by id 
recent - recent items in the community 
shortDescription - short description 
copyrightText - copyright text 
sidebarText - sidebar text 
introductoryText - introductory text 
Response code details:
204 - if there are no communities on the system

json
xml

200, 204, 400, 500

The list of communities containing respective fields .

Response code details:
204 - if there are no communities on the system

json
xml

200, 204, 400, 500

GET

/communities/{id}

Return information about id community.

id

idOnly=false

-

Fields describing community.

GET

/communities/{id}

Return information about id community.

id

idOnly=false

-

id - entity identifier, internal to the system 
name - entity name 
countItems - number of items under community 
handle - handle of the community (unique persistent resource identifier) 
type - entity type (object type in the system) 
collections - collections contained in the community, ordered by id 
canedit - states user persmission on the item (editing) 
anchestor - anchestors of the community 
children - subcommunities, ordered by id 
administrators - group administrators, ordered by id 
recent - recent items in the community 
shortDescription - short description 
copyrightText - copyright text 
sidebarText - sidebar text 
introductoryText - introductory text 

json
xml

200, 400, 404, 500

GET

/communities/{id}/{element}

Return a particular data field found in the community id

Anchor
com_elementelements
com_elementelements
Fields supported (for element):
id - entity identifier, internal to the system
name - entity name
countItems - number of items under community
handle - handle of the community (unique persistent resource identifier)
type - entity type (object type in the system)
collections - collections contained in the community, ordered by id
canedit - states user persmission on the community (editing)
anchestor - anchestors of the community
children - subcommunities, ordered by id
administrators - group administrators, ordered by id
recent - recent items in the community
shortDescription - short description
copyrightText - copyright text
sidebarText - sidebar text
introductoryText - introductory text


id

idOnly=false  
immediateOnly=true

id
name
countitems

Respective field info info 

json
xml

200, 204, 400, 500

GET

/communities/{id}/logo

Return a community logo

id

-

-

Contains community logo (bitstream)

binary

200, 400

GET

/collections

Return a list of all collections in the system.

-

idOnly=false
isAuthorized=false

id 
name 
countitems

Contains item count, identifiers, name and handle of collections, or 204 if
there are none of them. In the case idOnly=true is used, returns only
identifiers of collections.

json
xml

200, 204, 400, 500

GET

/collections/{id}

Return information about id collection

id

idOnly=false

id
name
countitems

Fields of the collection entity (detailed elements)

json
xml

200, 204, 400, 500

GET

/collections/{id}/{element}

Return a particular data field found in the collection id.

Anchor
col_elementelements
col_elementelements
Fields supported (for element):
id - entity identifier, internal to the system
name - collection name 
licence - collection licence
items - items contained in collection
handle - handle of the collection (unique persistent resource identifier)
canedit - states user permission on the collection (edit)
communities - communities collection is a part of
countItems - number of the items in the collection
type - entity type (object type in the system)
shortDescription - short description of the collection
introText - introductory text for the collection
copyrightText - copyright text for the collection
sidebarText - sidebar text for the collection
provenance - provenance

id

idOnly=false
immediateOnly=true

id 
name
countitems

Respective field info

json
xml

200, 204, 400, 500

...