Get all set-enabled lookup codes.

get

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

Gets all of the set-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.
  • The unique identifier of the set ID set.

There's no request body for this operation.

Back to Top

Response

Default Response

Successful response of retrieving view lookupLOV for resource Set-Enabled Lookup Codes
Body ()
Root Schema : setEnabledLookupCodes_view-lookupLOV
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : setEnabledLookupCodes_view-lookupLOV-allOf[1]
Type: object
Gets all of the set-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 : setIdSet
Match All
Show Source
Nested Schema : setIdSet-allOf[1]
Type: object
Show Source
Back to Top