Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P2037
search results
Active
Public
Actions
Authored by
amckinley
on Apr 13 2017, 7:02 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
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
}
]
}
}
Event Timeline
amckinley
created this paste.
Apr 13 2017, 7:02 PM
amckinley
edited the content of this paste.
(Show Details)
Apr 13 2017, 7:09 PM
amckinley
edited the content of this paste.
(Show Details)
amckinley
mentioned this in
D17679: Implement countdown.search and countdown.edit
.
Apr 13 2017, 7:18 PM
amckinley
mentioned this in
rPd902d2ac6b39: Implement countdown.search and countdown.edit
.
Apr 13 2017, 7:57 PM
Log In to Comment