Siebel REST API Guide > Overview of Using the Siebel REST API >

About Siebel CRM REST API URI Formats


The Siebel CRM REST API exposes Siebel CRM Business Objects, Business Services, and Repository Objects.

Siebel CRM REST API executes resource requests for each resource category using the following HTTP URI formats:

  • Siebel CRM REST API basic URI for Siebel Business Objects:

    http://Server Name:port/siebel-rest/version/data/

  • Siebel CRM REST API basic URI for Siebel Business Services:

    http://Server Name:port/siebel-rest/version/service/

  • Siebel CRM REST API URI for a Siebel Repository resource:

    http://ServerName:port/siebel-rest/version/workspace/

Where:

  • Server Name:port: Indicates the name of the server and port hosting the Siebel REST API services.
  • siebel-rest: Indicates the product name for the REST API.
  • version: Indicates the current version number, 1.0, of the REST API.
  • data: Indicates the requested resource is a Siebel Business Object. For more information about Siebel Business Objects, see Configuring Siebel Business Applications.
  • service: Indicates the request resource is a Siebel Business Service. For more information about Siebel Business Services, see Configuring Siebel Business Applications.
  • workspace: Indicates the request resource is Siebel Repository Data. For more information about workspaces, see Using Siebel Tools. For more information about Siebel Repository Objects see Configuring Siebel Business Applications.
Siebel REST API Guide Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.