Versions Compared

Key

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

...

An excellent starting place for learning more about this REST API is the overview document, Common Services REST API documentation.

Services Layer Java APIĀ APIĀ (Advanced)

...

The CollectionSpace Services Layer is written in Java. You can view the Javadoc documentation for its internal Java API.

You can call existing code using this API if you wish to:

  • Write custom code to perform batch operations.
  • Write code to extend CollectionSpace's fundamental capabilities.

In order to use the Services layer's Java API, you can either use the Java programming language, or any other programming or scripting language that can call Java APIs.

If you write code of this type, please consider offering this code to the community as a code contribution.


See Also