Div | ||
---|---|---|
| ||
PublicItem Service Home |
Brief Description
Wiki Markup |
---|
{multi-excerpt-include:PublicItem Service Description and Assumptions|name=brief-description|nopanel=true} |
Table of Contents |
---|
Assumptions
Wiki Markup |
---|
{multi-excerpt-include:PublicItem Service Description and Assumptions|name=brief-assumptions|nopanel=true} |
References
PublicItem Service Description and Assumptions
REST-based API
The PublicItem Service offers a REST-based Application Programming Interface (API) to CRUD (create, read, update, and delete) operations on individual PublicItem instances. These follow the Common model for CollectionSpace REST services.
...
Creates a new PublicItem record. Assigns a unique, service-specified CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321 to that PublicItem record. Follows standard Create model. See the documentation of the PublicItem schema, below. Example:
...
Reads an existing PublicItem record, specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Read model. See the documentation of the PublicItem schema, below. Example:
...
Reads an existing PublicItem's published artifact (an image, report, attachment, etc), specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Read model. See the documentation of the PublicItem schema, below. Example:
...
Updates an existing PublicItem record, specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Update model. See the documentation of the PublicItem schema, below. Example:
...
Deletes an existing PublicItem record, specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Delete model. Example:
...