The framework provides a number of endpoints for services. A REST entry point is available using the base URL, which can be accessed on the server using HTTP. For example:

http://example.org/public/v1

The response from this entry point might be similar to this:

{
  isLatest: "true",
  catalog: {
    links: [
      {
        method: "GET",
        rel: "self",
        href: "http://example.com/public/v1/metadata-catalog?
            useFilterId=metadataCatalog-Default"
      },
      {
        rel: "up",
        href: "http://example.com/public/v1"
      },
      {
        method: "GET",
        rel: "canonical",
        href: "example.com/public/v1/metadata-catalog"
      }
    ],
    items: [
      {
        name: "promotions",
        links: [
      {
        method: "GET",
        rel: "/rels/getResourceSchema",
        href: "http://example.com/public/v1/metadata-catalog/promotions"
      },
…

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