Page MenuHomePhabricator
Paste P2037

search results
ActivePublic

Authored by amckinley on Apr 13 2017, 7:02 PM.
Tags
None
Referenced Files
F4901629: search results
Apr 13 2017, 7:10 PM
F4901628: search results
Apr 13 2017, 7:09 PM
F4901612: search results
Apr 13 2017, 7:02 PM
Subscribers
None
[amckinley phabricator]$ echo '{"queryKey": "upcoming"}' | arc call-conduit --conduit-uri http://local.phacility.com/ --conduit-token <snip> 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
}
]
}
}