Hi,
the above issue is resolved..
but need to access "Path" value from following json output
[
{
"results": [
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "Rank",
"Value": "26.5133228302002",
"ValueType": "Edm.Double"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "DocId",
"Value": "17597065018987",
"ValueType": "Edm.Int64"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "Path",
"Value": "https://cg.sharepoint.com/sites/sw/nb/abc.docx",
"ValueType": "Edm.String"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "Url",
"Value": "https://cg.sharepoint.com/sites/sc/nb/abc.docx",
"ValueType": "Edm.String"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "OriginalPath",
"Value": "https://cg.sharepoint.com/sites/sw/nb/abc.docx",
"ValueType": "Edm.String"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "Title",
"Value": "Curriculum Vitae",
"ValueType": "Edm.String"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "Author",
"Value": "sbuster;abc,abc",
"ValueType": "Edm.String"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "PartitionId",
"Value": "2c414026-d1c1-41e3-9d39-8c8955061366",
"ValueType": "Edm.Guid"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "UrlZone",
"Value": "0",
"ValueType": "Edm.Int32"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "Culture",
"Value": "en-US",
"ValueType": "Edm.String"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "ResultTypeId",
"Value": "0",
"ValueType": "Edm.Int32"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "RenderTemplateId",
"Value": "~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_Default.js",
"ValueType": "Edm.String"
}
]
}
]