Advertisement
khlau

User Activity Response Sample

Apr 30th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.80 KB | None | 0 0
  1. {
  2.   "activity": {
  3.     "Mar 2017": {
  4.       "2017-03-21": [
  5.         {
  6.           "activity_id": 1,
  7.           "profile_img_url": "http://placehold.it/120x120",
  8.           "newsfeed_id": 1,
  9.           "primary_text": "Nurul liked content on company 1945 newsfeed",
  10.           "secondary_text": "Company ABC Expanding...",
  11.           "activity_icon_url": "http://localhost/stockdb-api/api/assets/icons/like.png",
  12.           "activity_datetime": "2017-03-21 18:00:19"
  13.         }
  14.       ]
  15.     },
  16.     "Apr 2017": {
  17.       "2017-04-05": [
  18.         {
  19.           "activity_id": 2,
  20.           "profile_img_url": "http://placehold.it/120x120",
  21.           "newsfeed_id": 1,
  22.           "primary_text": "Nurul commented on a post in company 1945 newsfeed",
  23.           "secondary_text": "Test comment 1",
  24.           "activity_icon_url": "http://localhost/stockdb-api/api/assets/icons/comment.png",
  25.           "activity_datetime": "2017-04-05 21:12:01"
  26.         },
  27.         {
  28.           "activity_id": 3,
  29.           "profile_img_url": "http://placehold.it/120x120",
  30.           "newsfeed_id": 1,
  31.           "primary_text": "Nurul commented on a post in company 1945 newsfeed",
  32.           "secondary_text": "Test comment 2",
  33.           "activity_icon_url": "http://localhost/stockdb-api/api/assets/icons/comment.png",
  34.           "activity_datetime": "2017-04-05 22:00:01"
  35.         }
  36.       ],
  37.       "2017-04-28": [
  38.         {
  39.           "activity_id": 4,
  40.           "profile_img_url": "http://placehold.it/120x120",
  41.           "newsfeed_id": 1,
  42.           "primary_text": "Nurul shared a post in company 1945 newsfeed",
  43.           "secondary_text": "Company ABC Expanding...",
  44.           "activity_icon_url": "http://localhost/stockdb-api/api/assets/icons/share.png",
  45.           "activity_datetime": "2017-04-28 09:09:11"
  46.         }
  47.       ]
  48.     }
  49.   }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement