Get all taxonomy nodes
get
<servername>/api/boss/data/objects/ora/commonAppsInfra/objects/v1/taxonomyNodes
Request
Query Parameters
- $fields: string Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
- $filter: string The resource collection will be queried using the specified filter condition.
- $limit: integer 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
- $offset: integer Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.Default Value:
0
- $sortBy: string 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 TopResponse
Default Response
An array of items response
Nested Schema : taxonomyNodes_item-response
Match All
Show Source - object Taxonomy Node Title:
Taxonomy Node
The taxonomy node list of values resource is used to query the taxonomy nodes. - object __busObj_context
- object taxonomyNodes_item-response-allOf[2]
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 - $sourceLang: string Read Only:
true
- alternativeId: integer (int32) Title:
Alternative ID
Read Only:true
The alternative identifier of the taxonomy node. - createdBy: string Title:
Created By
Read Only:true
The user who created the record. - description: string Title:
Module Description
Read Only:true
The translated description of the taxonomy node. - moduleId: string Title:
Module ID
Read Only:true
The unique identifier of the taxonomy node. - moduleKey: string Title:
Module Key
Read Only:true
The unique identifier of the module. - moduleName: string Title:
Module Name
Read Only:true
The descriptive name of the taxonomy node. - moduleType: moduleType
- timeCreated: string (date-time) Title:
Created On
Read Only:true
The date and time when the record was created. - timeUpdated: string (date-time) Title:
Last Updated Date
Read Only:true
The date and time when the record was last updated. - updatedBy: string Title:
Last Updated By
Read Only:true
The user who last updated the record. - userModuleName: string Title:
User Module Name
Read Only:true
The translated visible name of the taxonomy node.
Nested Schema : taxonomyNodes-_translations_item-response
Match All
Show Source - object oraCommonAppsInfraObjects.TaxonomyNodeTranslation_item The translation of the taxonomy node list of values resource.
- object __busObj_context
Nested Schema : oraCommonAppsInfraObjects.TaxonomyNodeTranslation_item
Type:
object
The translation of the taxonomy node list of values resource.
Show Source - $language: string Read Only:
true
- $sourceLang: string Read Only:
true
- moduleId: string Read Only:
true
The unique identifier of the taxonomy node. - taxonomyNode: taxonomyNode
Nested Schema : taxonomyNode
Match All
Show Source - object Taxonomy Node Title:
Taxonomy Node
The taxonomy node list of values resource is used to query the taxonomy nodes. - object __busObj_context