Get all common lookup codes

get

https://<servername>/api/boss/data/objects/ora/commonAppsInfra/objects/v1/commonLookupCodes

Request

Query Parameters
  • Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
  • The resource collection will be queried using the specified filter condition.
  • Restricts the number of resource items returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resource items.
    Default Value: 25
  • Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.
    Default Value: 0
  • Orders a resource collection based on the specified fields. The parameter value is a comma-separated string of field names, each optionally followed by a colon and "asc" (default) or "desc".

There's no request body for this operation.

Back to Top

Response

Default Response

An array of items response
Body ()
Root Schema : commonLookupCodes_view-default
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : commonLookupCodes_view-default-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : commonLookupCodes_item-response
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.CommonLookupCode_item
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.CommonLookupCode_item-fields
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.CommonLookupCode_item-fields-allOf[0]
Type: object
Show Source
Nested Schema : oraCommonAppsInfraObjects.LookupCode_abstract-item
Type: object
Show Source
Nested Schema : oraCommonAppsInfraObjects.CommonLookupCode_item-fields-allOf[2]
Type: object
Show Source
Nested Schema : Common Lookup Code
Type: object
Title: Common Lookup Code
The common lookup codes list of values resource is used to query the list of common lookup codes.
Nested Schema : __busObj_context
Type: object
Show Source
Nested Schema : commonLookupCodes_item-response-allOf[2]
Type: object
Show Source
Nested Schema : owningType
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.CommonLookupType_item
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.CommonLookupType_item-fields
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.LookupType_abstract-item
Type: object
Show Source
Nested Schema : oraCommonAppsInfraObjects.CommonLookupType_item-fields-allOf[1]
Type: object
Show Source
Nested Schema : Common Lookup Type
Type: object
Title: Common Lookup Type
The common lookup types list of values resource is used to query the list of common lookup types.
Nested Schema : configurationLevel
Match All
Show Source
Nested Schema : restAccessSecured
Match All
Show Source
  • Read Only: true
  • Allowed Values: [ "ANON", "AUTH", "SECURE" ]
Nested Schema : taxonomyNode
Match All
Show Source
Nested Schema : Taxonomy Node
Type: object
Title: Taxonomy Node
The taxonomy node list of values resource is used to query the taxonomy nodes.
Show Source
Nested Schema : moduleType
Match All
Show Source
  • Title: Module Type
    Read Only: true
    The type of the taxonomy node.
  • Allowed Values: [ "APPLICATION", "LBA", "PAGE", "PRODUCT_LINE", "DELIVERY_ROOT", "FAMILY" ]
Nested Schema : $context
Type: object
Show Source
Nested Schema : commonLookupCodes-_translations
Match All
Show Source
Nested Schema : commonLookupCodes-_translations-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : commonLookupCodes-_translations_item-response
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.LookupCodeTranslation_item
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.LookupCodeTranslation_item-fields
Type: object
Show Source
Nested Schema : oraCommonAppsInfraObjects.LookupCodeTranslation_item-allOf[1]
Type: object
The lookup code translations list of values resource is used to query the list of lookup code translations.
Nested Schema : lookupCodeTranslationBase
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.LookupCode_item
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.LookupCode_item-fields
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.LookupCode_item-fields-allOf[1]
Type: object
Show Source
Nested Schema : Lookup Code
Type: object
Title: Lookup Code
The lookup codes list of values resource is used to query the list of lookup codes.
Back to Top