The history object must have a data element that will contain information about the Author and the committer. For example:
"PHID-STRY-spjfpdv4wuigblmh3ygb" : { "class" : "PhabricatorFeedStoryCommit", "epoch" : 1409840112, "authorPHID" : "PHID-USER-tcyihgi43sw6o7yrnhu5", "chronologicalKey" : "6055220066741547443", "data" : { "commitPHID" : "PHID-CMIT-ievqiimtsnlfhlk5imqq", "summary" : "[blah]", "authorName" : "Author Name < author_email@example.com >", "authorPHID" : "PHID-USER-tcyihgi43sw6o7yrnhu5", "committerName" : "Commiter Name < commiter_email@example.com >", "committerPHID" : "PHID-USER-tcyihgi43sw6o7yrnhu5" } }
If not, it should have objectPHID:
"PHID-STRY-mqlkjzwkbr3th4h5n2eg" : { "class" : "PhabricatorApplicationTransactionFeedStory", "epoch" : 1409841382, "authorPHID" : "PHID-USER-2bubef6xonwicvaool4w", "chronologicalKey" : "6055222630292077307", "data" : { "objectPHID" : "PHID-CMIT-is7pmo5nyvv4eruq2msn", "transactionPHIDs" : [ "PHID-XACT-CMIT-svvkzf7dfplzdxp" ] } }
You can request from there using conduit calls.
Cepa
source share