The following sample response shows the result of a search by the name STEVE:
{
"firstRecord": 1,
"recordCount": 2,
"pageSize": 10,
"item": [
{
"Person": {
"link": [
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/1443",
"rel": "self"
},
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/1443?depth=2",
"rel": "children"
}
],
"rowidObject": "1443 ",
"label": "CRAIG,STEVE",
"partyType": "Person",
"lastName": "CRAIG",
"firstName": "STEVE",
"taxID": "stevecraig ",
"displayName": "STEVE CRAIG"
}
},
{
"Person": {
"link": [
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/285",
"rel": "self"
},
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/285?depth=2",
"rel": "children"
}
],
"rowidObject": "285 ",
"label": "PEARSON,STEVE",
"partyType": "Person",
"lastName": "PEARSON",
"firstName": "STEVE",
"displayName": "STEVE PEARSON"
}
}
]
}