API search_criteria Help
API search_criteria Help
Hi,
I'm trying to use the V3 API to only return open and on hold projects using search_criteria, but can't get it to work. Am I doing something wrong?
{
"list_info":
{
"row_count": "100",
"search_criteria":
{
"field": "status.name",
"condition": "is",
"values":
"Open", "OnHold"
}
}
}
Topic Participants
David Murphy
Srinath V
Sangeeth Murugesan