This service is intended to be used to fetch repository items.
The URL to this service should be in one of the following formats:
[repoServiceURL]/[itemClass]/[itemID].[typeSuffix]
[repoServiceURL]/[itemClass]/[itemID]/[stateID].[typeSuffix]
[repoServiceURL]/[itemClass]/[itemName].[typeSuffix]
where:
- [repoServiceURL] is
%repoServiceURL%
- [itemClass] is the name of the EMF class representing the
item you wish to retrieve. Use either the short name of
the EClass (relative to it's EPackage; usually the
package-free Java class name); or the fully qualified
instanceClassName of the EClass.
- [itemID] is a UUID for the itemID
- [stateID] is a UUID for the stateID
- [name] is the 'name' of the item. Not all item types
support items being 'named'.
- [typeSuffix] is one of "html", "xml", or "json", indicating in what
format you want the item written in.