Get List of Data Tables
get
/rest/v19/datatables
This endpoint returns a list of data tables visible to the current user.
Request
Query Parameters
-
expand: string
The optional expand query string parameter can be used to to include expanded child collections in response results.
Response
Supported Media Types
- application/json
Default Response
List of the data tables accessible to the current user
Root Schema : dataTable-collection
Type:
Show Source
object-
items:
array Data Tables List
Title:
Data Tables ListA collection of data tables accessible to the current user.
Nested Schema : Data Tables List
Type:
arrayTitle:
Data Tables ListA collection of data tables accessible to the current user.
Show Source
Nested Schema : dataTable-getResponse
Type:
Show Source
object-
dateCreated:
string
Title:
Date CreatedThe date the data table was created. -
dateModified:
string
Title:
Date Last ModifiedThe date of the last data table modification. -
deployedDate:
string
Title:
Deployed DateThe date of the last data table deployment. -
description:
string
Title:
Data Table DescriptionThe data table description. -
fields:
object dataTableField-collection
-
folder:
object folder
-
hasUndeployedChanges:
boolean
Title:
Has Undeployed ChangesThis attribute is 'true' if the data table has undeployed changes. -
id:
integer(int64)
Title:
Data Table IdThe unique identifier of the data table. -
isLive:
boolean
Title:
Data Table Is LiveThis attribute is 'true' for 'Live' data tables. -
links:
array Links
Title:
LinksLinks to the related objects. -
name:
string
Title:
Data Table NameThe data table name.
Nested Schema : dataTableField-collection
Type:
Show Source
object-
items:
array Columns list
Title:
Columns listList of columns
Nested Schema : folder
Type:
Show Source
object-
links:
array Links
Title:
LinksLinks to the related objects. -
variableName:
string
Title:
Folder Variable NameThe variable name for the parent folder.
Nested Schema : Links
Type:
arrayTitle:
LinksLinks to the related objects.
Show Source
-
Array of:
object Reference Links
Title:
Reference LinksReference links for the Parent, Self, Children and Related as applicable
Nested Schema : Columns list
Type:
arrayTitle:
Columns listList of columns
Show Source
-
Array of:
object dataTableField
Data table column model
Nested Schema : dataTableField
Type:
objectData table column model
Show Source
-
_proxy_id:
string
Title:
Proxy IdProxy Id -
dateAdded:
string
Title:
Date CreatedThe date the column was created. -
dateModified:
string
Title:
Date Last ModifiedThe date of the last column modification. -
description:
string
Title:
Column DescriptionThe column description. -
id:
integer(int64)
Title:
Column IdThe unique identifier of the column. -
index:
boolean
Title:
IndexThis attribute identifies if the column is indexed. -
key:
boolean
Title:
KeyThis attribute identifies if this is a key column. A key, also known as a 'Natural Key' can be a single column or a combination of several columns that produce a unique identifier for each record (row) for faster access to the data. -
links:
array Links
Title:
LinksLinks to the related objects -
name:
string
Title:
Column NameThe name of the data table column. -
order:
integer
Title:
Column Display OrderOrder of the column within the table. -
relationship:
object relationship-response
-
type:
string
Title:
Column Data TypeThe data type of the column. -
validation:
object validation-response
Nested Schema : Links
Type:
arrayTitle:
LinksLinks to the related objects
Show Source
-
Array of:
object Reference Links
Title:
Reference LinksReference links for the Parent, Self, Children and Related as applicable
Nested Schema : relationship-response
Type:
Show Source
object-
name:
string
Title:
Relationship NameName of the relationship -
refField:
object referenceField-response
-
refOnDelete:
string
Title:
Reference On DeleteAllowed Values:[ "On Delete No Action", "On Delete Cascade", "On Delete Set Null" ]On delete behavior for the relationship -
refTable:
object referenceTable-response
Nested Schema : validation-response
Type:
Show Source
object-
attribute:
string
Title:
Attribute NameThe name of the attribute the column is mapped to. -
hierarchy:
string
Title:
Attribute HierarchyAttribute hierarchy -
links:
array Links
Title:
LinksLinks to the related objects. -
type:
string
Title:
Validation TypeAllowed Values:[ "Config", "Commerce" ]Type of the validation.
Nested Schema : Reference Links
Type:
objectTitle:
Reference LinksReference links for the Parent, Self, Children and Related as applicable
Show Source
-
href:
string
Title:
hrefURL to the related object -
rel:
string
Title:
LinkLink relationship to the current object
Nested Schema : referenceField-response
Type:
Show Source
object-
links:
array Links
Title:
LinksLinks to the related objects. -
name:
string
Title:
Referencing Columnthe name of the referencing column.
Nested Schema : referenceTable-response
Type:
Show Source
object-
links:
array Links
Title:
LinksLinks to the related objects. -
name:
string
Title:
Reference Table NameName of the referencing table
Nested Schema : Links
Type:
arrayTitle:
LinksLinks to the related objects.
Show Source
-
Array of:
object Reference Links
Title:
Reference LinksReference links for the Parent, Self, Children and Related as applicable
Nested Schema : Links
Type:
arrayTitle:
LinksLinks to the related objects.
Show Source
-
Array of:
object Reference Links
Title:
Reference LinksReference links for the Parent, Self, Children and Related as applicable
Nested Schema : Links
Type:
arrayTitle:
LinksLinks to the related objects.
Show Source
-
Array of:
object Reference Links
Title:
Reference LinksReference links for the Parent, Self, Children and Related as applicable
Nested Schema : Links
Type:
arrayTitle:
LinksLinks to the related objects.
Show Source
-
Array of:
object Reference Links
Title:
Reference LinksReference links for the Parent, Self, Children and Related as applicable
Examples
The following example shows how to get a list of data tables by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl -X GET -H "Authorization: Bearer <token>" -H "Accept: application/json" https://sitename.oracle.com/rest/v19/datatables
Response Body Sample
{
"items": [{
"id": 36263638,
"dateModified": "08/10/2017 11:17 AM",
"links": [{
"rel": "parent",
"href": "https://sitename.oracle.com/rest/v19/datatables"
}, {
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/datatables/Status"
}
],
"name": "Status",
"description": "The list of all possible values for transaction and transaction line status attributes.",
"hasUndeployedChanges": false,
"deployedDate": "08/10/2017 11:17 AM",
"dateCreated": "07/02/2014 10:08 AM",
"folder": {
"name": "[Default]",
"variableName": "_default",
"links": [{
"rel": "related",
"href": "https://sitename.oracle.com/rest/v19/dataTableFolders/_default"
}
],
},
"isLive": false
}, {
"id": 36593152,
"dateModified": "05/06/2019 4:11 PM",
"links": [{
"rel": "parent",
"href": "https://sitename.oracle.com/rest/v19/datatables"
}, {
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/datatables/Oracle_BomAttrDef"
}
],
"name": "Oracle_BomAttrDef",
"hasUndeployedChanges": false,
"deployedDate": "05/06/2019 4:11 PM",
"dateCreated": "11/09/2017 8:02 AM",
"folder": {
"name": "BOM Tables",
"variableName": "bOMTables",
"links": [{
"rel": "related",
"href": "https://sitename.oracle.com/rest/v19/dataTableFolders/bOMTables"
}
],
},
"isLive": false
}, {
"id": 36593103,
"dateModified": "05/07/2019 11:20 PM",
"links": [{
"rel": "parent",
"href": "https://sitename.oracle.com/rest/v19/datatables"
}, {
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/datatables/Oracle_BomAttrMap"
}
],
"name": "Oracle_BomAttrMap",
"hasUndeployedChanges": false,
"deployedDate": "05/07/2019 11:20 PM",
"dateCreated": "11/09/2017 8:01 AM",
"folder": {
"name": "BOM Tables",
"variableName": "bOMTables",
"links": [{
"rel": "related",
"href": "https://sitename.oracle.com/rest/v19/dataTableFolders/bOMTables"
}
],
},
"isLive": false
}, {
"id": 36734142,
"dateModified": "05/07/2019 11:51 PM",
"links": [{
"rel": "parent",
"href": "https://sitename.oracle.com/rest/v19/datatables"
}, {
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/datatables/Oracle_BomItemDef"
}
],
"name": "Oracle_BomItemDef",
"hasUndeployedChanges": false,
"deployedDate": "05/07/2019 11:51 PM",
"dateCreated": "11/10/2018 2:05 PM",
"folder": {
"name": "BOM Tables",
"variableName": "bOMTables",
"links": [{
"rel": "related",
"href": "https://sitename.oracle.com/rest/v19/dataTableFolders/bOMTables"
}
],
},
"isLive": false
}, {
"id": 36873364,
"dateModified": "05/06/2019 4:11 PM",
"links": [{
"rel": "parent",
"href": "https://sitename.oracle.com/rest/v19/datatables"
}, {
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/datatables/Oracle_BomItemDefAlt"
}
],
"name": "Oracle_BomItemDefAlt",
"hasUndeployedChanges": false,
"deployedDate": "05/06/2019 4:11 PM",
"dateCreated": "05/06/2019 4:11 PM",
"folder": {
"name": "BOM Tables",
"variableName": "bOMTables",
"links": [{
"rel": "related",
"href": "https://sitename.oracle.com/rest/v19/dataTableFolders/bOMTables"
}
],
},
"isLive": false
}, {
"id": 36592890,
"dateModified": "05/07/2019 11:47 PM",
"links": [{
"rel": "parent",
"href": "https://sitename.oracle.com/rest/v19/datatables"
}, {
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/datatables/Oracle_BomItemMap"
}
],
"name": "Oracle_BomItemMap",
"hasUndeployedChanges": false,
"deployedDate": "05/07/2019 11:47 PM",
"dateCreated": "11/09/2017 8:00 AM",
"folder": {
"name": "BOM Tables",
"variableName": "bOMTables",
"links": [{
"rel": "related",
"href": "https://sitename.oracle.com/rest/v19/dataTableFolders/bOMTables"
}
],
},
"isLive": false
}, {
"id": 36872950,
"dateModified": "05/06/2019 4:10 PM",
"links": [{
"rel": "parent",
"href": "https://sitename.oracle.com/rest/v19/datatables"
}, {
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/datatables/MultiNaturalKeys"
}
],
"name": "MultiNaturalKeys",
"hasUndeployedChanges": false,
"deployedDate": "05/06/2019 4:10 PM",
"dateCreated": "05/06/2019 4:10 PM",
"folder": {
"name": "Data Tables",
"variableName": "dataTables",
"links": [{
"rel": "related",
"href": "https://sitename.oracle.com/rest/v19/dataTableFolders/dataTables"
}
],
},
"isLive": false
}, {
"id": 38089465,
"dateModified": "07/30/2019 4:05 PM",
"links": [{
"rel": "parent",
"href": "https://sitename.oracle.com/rest/v19/datatables"
}, {
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/datatables/AccountMappings"
}
],
"name": "AccountMappings",
"hasUndeployedChanges": false,
"deployedDate": "07/30/2019 4:05 PM",
"dateCreated": "07/30/2019 4:05 PM",
"folder": {
"name": "Integration",
"variableName": "integration",
"links": [{
"rel": "related",
"href": "https://sitename.oracle.com/rest/v19/dataTableFolders/integration"
}
],
},
"isLive": false
}, {
"id": 36831052,
"dateModified": "05/06/2019 12:00 AM",
"links": [{
"rel": "parent",
"href": "https://sitename.oracle.com/rest/v19/datatables"
}, {
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/datatables/ORCL_PRC_ADJUSTMENTS"
}
],
"name": "ORCL_PRC_ADJUSTMENTS",
"hasUndeployedChanges": false,
"deployedDate": "05/06/2019 12:00 AM",
"dateCreated": "05/02/2019 8:35 AM",
"folder": {
"name": "Oracle Pricing Tables",
"variableName": "oraclePricingTables",
"links": [{
"rel": "related",
"href": "https://sitename.oracle.com/rest/v19/dataTableFolders/oraclePricingTables"
}
],
},
"isLive": true
}
}
]
}