Get a record by ID
Gets a data record by ID.
Request |
|
Parameters |
|
Headers |
|
Response | The content of the record in JSON array format. |
Status |
|
Limitation | This REST API does not support getting a record by ID for the Role entity in the PROVISIONING system data container. |
Sample response
[
{
"product": {
"picture": "/imageserver/upload/TalendShop/dog.jpg",
"id": "231035933",
"name": "Talend Dog T-Shirt",
"description": "Doggie t-shirt from American Apparel",
"features": {
"sizes": {
"size": [
"Small",
"Medium",
"Large",
"X-Large"
]
},
"colors": {
"color": [
"White"
]
}
},
"availability": "false",
"price": "16.99",
"family": "[10]",
"onlinestore": "Talend Shop@@http://www.cafepress.com/Talend.231035933",
"stores": {}
}
}
]