Search relationships, filtering by template of child record
POST - https://ris.rightsline.com/v4/relationship/search
{
"query": {
"$and": [
{
"$eq": [
"parentchartypeid",
4
]
},
{
"$eq": [
"parentrecordid",
444
]
},
{
"$eq": [
"childchartypeid",
3
]
},
{
"$join": [
3,
"recordid",
"childrecordid",
{
"$eq": [
"templateid",
1
]
}
]
}
]
}
}
Last updated
Was this helpful?

