$join_parent_rel
Example: Find all contacts (char type ID = 2) on a Deal record (record ID = 1234) with a Party ID = 15
{
"query":{
"$join_parent_rel":[
{
"$and":[
{
"$eq":[
"parentchartypeid",
4
]
},
{
"$eq":[
"parentrecordid",
1234
]
},
{
"$eq":[
"childchartypeid",
2
]
},
{
"$eq":[
"relind",
15
]
}
]
}
]
},
"start":0,
"rows":25,
"sortOrders":[
"title_sort asc"
]
}Last updated
Was this helpful?

