Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. { id: 'flowdock-flow-id',
  2. name: 'Flow Name',
  3. parameterized_name: 'flow-name',
  4.  
  5. ...
  6.  
  7. users:
  8. [ { id: 12345,
  9. nick: 'Leo',
  10. ...
  11. last_activity: 1426075323840,
  12. },
  13. { id: 131464,
  14. nick: 'Jason',
  15. ...
  16. last_activity: 1426117969055,
  17. } ],
  18. ...
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement