Get all enabled lookup codes

get

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

Gets all of the enabled lookup codes for the given lookup type, filtering on the optional active date and always including the optional current value.

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".
  • The active date parameter for the lookupLOV view.
    Default Value: [[Temporal.Now.plainDateISO()]]
  • The current value parameter for the lookupLOV view.
  • The unique identifier of the Lookup Type.

There's no request body for this operation.

Back to Top

Response

Default Response

Successful response of retrieving view lookupLOV for resource Common Lookup Codes
Body ()
Root Schema : commonLookupCodes_view-lookupLOV
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : commonLookupCodes_view-lookupLOV-allOf[1]
Type: object
Gets all of the enabled lookup codes for the given lookup type, filtering on the optional active date and always including the optional current value.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Match All
Show Source
Nested Schema : __busObj_context
Type: object
Show Source
Nested Schema : items-allOf[1]
Type: object
Show Source
Nested Schema : $context
Type: object
Show Source
Nested Schema : description
Match All
Show Source
  • Read Only: true
  • Title: Lookup Code Description
    The translated description of the Lookup Code.
Nested Schema : lookupCode
Match All
Show Source
  • Read Only: true
  • Title: Lookup Code ID
    The unique identifier of the Lookup Code.
Nested Schema : lookupType
Match All
Show Source
  • Read Only: true
  • Title: Lookup Type ID
    The unique identifier of the Lookup Type.
Nested Schema : meaning
Match All
Show Source
  • Read Only: true
  • Title: Lookup Code Meaning
    The translated meaning of the Lookup Code.
Back to Top