Retrieve Dropdown Lists

post

/rest/apis/common/admin/dropdownLists/

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/xml ()
Root Schema : schema
Type: object
Show Source
  • dropdowns
    Lists one or more dropdown sets of code and description values. Each dropdown may be retrieved from a different source indicated by the dropdown type element.
Nested Schema : dropdowns
Type: array
Lists one or more dropdown sets of code and description values. Each dropdown may be retrieved from a different source indicated by the dropdown type element.
Show Source
Nested Schema : items
Type: object
Show Source
  • Maximum Length: 12
    The name of the maintenance object to use for building the dropdown. The set of values includes all records in the maintenance object. Only entities classified as administrative (as opposed to master and transaction objects) that have a single field prime key are supported.
  • Maximum Length: 30
    The name of a business service that retrieves a set of code and description values. The service may optionally receive input parameters. Refer to the "serviceInput" attribute for more information. By default, the API assumes a specific structure for the results list but supports alternative options. Refer to the "serviceResultsInfo" attribute for more information.
  • Allowed Values: [ "BS ", "EXLK", "LKUP", "MO ", "SS " ]
    To retrieve the code and description values for a lookup, provide the lookup's field name in the "lookup" element. To retrieve the code and description values for an extendable lookup, provide the extendable lookup's business object name in the "extendable lookup (extLookup)" element. To retrieve a set of code and description values using a service, use either the "business service (bs)" or "service script (ss)" options. To retrieve all code and description records in an administrative maintenance object, provide the name of the object in the "admin maintenance object (adminMo)" element. * `BS ` - Business Service, * `EXLK` - Extendable Lookup, * `LKUP` - Lookup, * `MO ` - Admin Maintenance Object, * `SS ` - Service Script
  • Maximum Length: 30
    The business object (BO) of the extendable lookup is the identifying object that groups together a set of lookup values.
  • Maximum Length: 30
    The field name of the lookup is the identifying object that groups together a set of lookup values.
  • serviceInput
    Lists input parameters to be provided to either a business service or a service script that builds a list of code and description values. For each parameter, provide its Xpath within the service schema in the "fieldXpath" element along with a corresponding value in the "fieldValue" element.
  • serviceResultsInfo
    By default, the API assumes that the service's schema includes a top-level list called "results" which contains "code" and "description" element names. If the service's list has a different name or Xpath use the "resultsListXpath" element to provide the alternative reference. In the same way, if the code and description attributes have different names use the "codeElementName" and "descrElementName" respectively to provide the alternative names.
  • Maximum Length: 12
    The name of a service script that retrieves a set of code and description values. The service may optionally receive input parameters. Refer to the "serviceInput" attribute for more information. By default, the API assumes a specific structure for the results list but supports alternative options. Refer to the "serviceResultsInfo" attribute for more information.
Nested Schema : serviceInput
Type: array
Lists input parameters to be provided to either a business service or a service script that builds a list of code and description values. For each parameter, provide its Xpath within the service schema in the "fieldXpath" element along with a corresponding value in the "fieldValue" element.
Show Source
Nested Schema : serviceResultsInfo
Type: object
By default, the API assumes that the service's schema includes a top-level list called "results" which contains "code" and "description" element names. If the service's list has a different name or Xpath use the "resultsListXpath" element to provide the alternative reference. In the same way, if the code and description attributes have different names use the "codeElementName" and "descrElementName" respectively to provide the alternative names.
Show Source
Nested Schema : items
Type: object
Show Source
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • dropdowns
    Lists one or more dropdown sets of code and description values. Each dropdown may be retrieved from a different source indicated by the dropdown type element.
Nested Schema : dropdowns
Type: array
Lists one or more dropdown sets of code and description values. Each dropdown may be retrieved from a different source indicated by the dropdown type element.
Show Source
Nested Schema : items
Type: object
Show Source
  • Maximum Length: 12
    The name of the maintenance object to use for building the dropdown. The set of values includes all records in the maintenance object. Only entities classified as administrative (as opposed to master and transaction objects) that have a single field prime key are supported.
  • Maximum Length: 30
    The name of a business service that retrieves a set of code and description values. The service may optionally receive input parameters. Refer to the "serviceInput" attribute for more information. By default, the API assumes a specific structure for the results list but supports alternative options. Refer to the "serviceResultsInfo" attribute for more information.
  • Allowed Values: [ "BS ", "EXLK", "LKUP", "MO ", "SS " ]
    To retrieve the code and description values for a lookup, provide the lookup's field name in the "lookup" element. To retrieve the code and description values for an extendable lookup, provide the extendable lookup's business object name in the "extendable lookup (extLookup)" element. To retrieve a set of code and description values using a service, use either the "business service (bs)" or "service script (ss)" options. To retrieve all code and description records in an administrative maintenance object, provide the name of the object in the "admin maintenance object (adminMo)" element. * `BS ` - Business Service, * `EXLK` - Extendable Lookup, * `LKUP` - Lookup, * `MO ` - Admin Maintenance Object, * `SS ` - Service Script
  • Maximum Length: 30
    The business object (BO) of the extendable lookup is the identifying object that groups together a set of lookup values.
  • Maximum Length: 30
    The field name of the lookup is the identifying object that groups together a set of lookup values.
  • serviceInput
    Lists input parameters to be provided to either a business service or a service script that builds a list of code and description values. For each parameter, provide its Xpath within the service schema in the "fieldXpath" element along with a corresponding value in the "fieldValue" element.
  • serviceResultsInfo
    By default, the API assumes that the service's schema includes a top-level list called "results" which contains "code" and "description" element names. If the service's list has a different name or Xpath use the "resultsListXpath" element to provide the alternative reference. In the same way, if the code and description attributes have different names use the "codeElementName" and "descrElementName" respectively to provide the alternative names.
  • Maximum Length: 12
    The name of a service script that retrieves a set of code and description values. The service may optionally receive input parameters. Refer to the "serviceInput" attribute for more information. By default, the API assumes a specific structure for the results list but supports alternative options. Refer to the "serviceResultsInfo" attribute for more information.
Nested Schema : serviceInput
Type: array
Lists input parameters to be provided to either a business service or a service script that builds a list of code and description values. For each parameter, provide its Xpath within the service schema in the "fieldXpath" element along with a corresponding value in the "fieldValue" element.
Show Source
Nested Schema : serviceResultsInfo
Type: object
By default, the API assumes that the service's schema includes a top-level list called "results" which contains "code" and "description" element names. If the service's list has a different name or Xpath use the "resultsListXpath" element to provide the alternative reference. In the same way, if the code and description attributes have different names use the "codeElementName" and "descrElementName" respectively to provide the alternative names.
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success response
Body ()
Root Schema : F1Dropdwns
Type: object
Show Source
  • dropdowns
    Lists one or more dropdown sets of code and description values. Each dropdown may be retrieved from a different source indicated by the dropdown type element.
Nested Schema : dropdowns
Type: array
Lists one or more dropdown sets of code and description values. Each dropdown may be retrieved from a different source indicated by the dropdown type element.
Show Source
Nested Schema : items
Type: object
Show Source
  • Maximum Length: 12
    The name of the maintenance object to use for building the dropdown. The set of values includes all records in the maintenance object. Only entities classified as administrative (as opposed to master and transaction objects) that have a single field prime key are supported.
  • Maximum Length: 30
    The name of a business service that retrieves a set of code and description values. The service may optionally receive input parameters. Refer to the "serviceInput" attribute for more information. By default, the API assumes a specific structure for the results list but supports alternative options. Refer to the "serviceResultsInfo" attribute for more information.
  • Allowed Values: [ "BS ", "EXLK", "LKUP", "MO ", "SS " ]
    To retrieve the code and description values for a lookup, provide the lookup's field name in the "lookup" element. To retrieve the code and description values for an extendable lookup, provide the extendable lookup's business object name in the "extendable lookup (extLookup)" element. To retrieve a set of code and description values using a service, use either the "business service (bs)" or "service script (ss)" options. To retrieve all code and description records in an administrative maintenance object, provide the name of the object in the "admin maintenance object (adminMo)" element. * `BS ` - Business Service, * `EXLK` - Extendable Lookup, * `LKUP` - Lookup, * `MO ` - Admin Maintenance Object, * `SS ` - Service Script
  • Maximum Length: 30
    The business object (BO) of the extendable lookup is the identifying object that groups together a set of lookup values.
  • Maximum Length: 30
    The field name of the lookup is the identifying object that groups together a set of lookup values.
  • Maximum Length: 12
    The name of a service script that retrieves a set of code and description values. The service may optionally receive input parameters. Refer to the "serviceInput" attribute for more information. By default, the API assumes a specific structure for the results list but supports alternative options. Refer to the "serviceResultsInfo" attribute for more information.
  • values
Nested Schema : values
Type: array
Show Source
Nested Schema : items
Type: object
Show Source

400 Response

Bad Request
Body ()
Root Schema : problemDetailDocument
Type: object
Show Source
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 9999
    The HTTP Status code for the error.
  • Maximum Length: 60
    Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction.
  • Maximum Length: 60
    URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework.
  • serverMessage
  • Maximum Length: 60
    The stack trace shows where the error occurs during the execution of a program.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type: object
Show Source
  • Maximum Length: 60
    Delimited sequence of programs called.
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 0
    Message Category within Oracle Utilities Application Framework.
  • Minimum Value: -99999
    Maximum Value: 99999
    Message Number within Oracle Utilities Application Framework.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
  • Maximum Length: 60
    Name of the program that encountered the error.

500 Response

Internal Server Error
Body ()
Root Schema : problemDetailDocument
Type: object
Show Source
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 9999
    The HTTP Status code for the error.
  • Maximum Length: 60
    Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction.
  • Maximum Length: 60
    URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework.
  • serverMessage
  • Maximum Length: 60
    The stack trace shows where the error occurs during the execution of a program.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type: object
Show Source
  • Maximum Length: 60
    Delimited sequence of programs called.
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 0
    Message Category within Oracle Utilities Application Framework.
  • Minimum Value: -99999
    Maximum Value: 99999
    Message Number within Oracle Utilities Application Framework.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
  • Maximum Length: 60
    Name of the program that encountered the error.
Back to Top