The URL for addressing a repository item with the Legacy REST Web Services includes /repository/ in its application path. The following example shows the beginning of the URL for a repository item.

http://servername:port/rest/repository/

You can address specific repository items and get or set repository item property values. Include the names of repository items and values in the application path. Separate the names and values with a forward slash as if it were a separate container. For example, the following URL addresses the user repository item in the ProfileAdapterRepository repository.

http://servername:port/rest/repository/atg/userprofiling/
ProfileAdapterRepository/user

The following URL addresses a specific user record in the user repository item. The value of the id property at the end of the path indicates which user.

http://servername:port/rest/repository/atg/userprofiling/
ProfileAdapterRepository/user/210002

The following URL addresses a specific property of a user record in the user repository item.

http://servername:port/rest/repository/atg/userprofiling/
ProfileAdapterRepository/user/210002/login

See information about performing operations with repositories in Working with Repositories in Legacy REST.


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices