[amckinley phabricator]$ echo '{"queryKey": "upcoming"}' | arc call-conduit --conduit-uri http://local.phacility.com/ --conduit-token api-25obpjikzeesqp5dfd7cu4ec7axf countdown.search | json_pp
{
"error" : null,
"errorMessage" : null,
"response" : {
"cursor" : {
"order" : null,
"before" : null,
"limit" : 100,
"after" : null
},
"maps" : [],
"query" : {
"queryKey" : "upcoming"
},
"data" : [
{
"phid" : "PHID-CDWN-nqqj6rv6iyaq5s4nt3z3",
"fields" : {
"spacePHID" : null,
"dateModified" : 1492110524,
"title" : "foobar",
"epoch" : "1492114080",
"policy" : {
"view" : "users",
"edit" : "users"
},
"dateCreated" : 1492110524,
"description" : "testing 123"
},
"attachments" : [],
"type" : "CDWN",
"id" : 7
}
]
}
}