Get all set ID sets

get

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

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 : setIdSets_view-default
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : setIdSets_view-default_item-response
Match All
Show Source
Nested Schema : setIdSets_item-response
Match All
Show Source
Nested Schema : Set ID Set
Type: object
Title: Set ID Set
The set ID sets list of values resource is used to query the set ID sets.
Show Source
Nested Schema : __busObj_context
Type: object
Show Source
Nested Schema : setIdSets_item-response-allOf[2]
Type: object
Show Source
Nested Schema : setIdSets_view-default_item-response-allOf[1]
Type: object
Show Source
Nested Schema : $context
Type: object
Show Source
Nested Schema : setIdSets-_translations
Match All
Show Source
Nested Schema : setIdSets-setIdAssignments
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : setIdSets-_translations-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : setIdSets-_translations_item-response
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.SetIdSetTranslation_item
Type: object
The translation of the set ID set list of values resource.
Show Source
Nested Schema : setIdSet
Match All
Show Source
Nested Schema : setIdSets-setIdAssignments-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : setIdSets-setIdAssignments_item-response
Match All
Show Source
Nested Schema : Set ID Assignment
Type: object
Title: Set ID Assignment
The set ID assignment list of values resource.
Show Source
Nested Schema : determinantType
Match All
Show Source
  • Title: Determinant Type
    Read Only: true
    The unique identifier of the determinant type.
  • Allowed Values: [ "AB", "BU", "CST", "PU", "SET" ]
Nested Schema : referenceGroup
Match All
Show Source
Nested Schema : setIdSet
Match All
Show Source
Nested Schema : Set ID Reference Group
Type: object
Title: Set ID Reference Group
The set ID reference groups list of values resource is used to query the set ID reference groups.
Show Source
Back to Top