Advertisement
hasancse1991

Tribe Collection Response

Aug 10th, 2021
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.33 KB | None | 0 0
  1. {
  2.   "status": "Success",
  3.   "statusCode": 200,
  4.   "message": "Successful",
  5.   "errors": null,
  6.   "data": {
  7.     "numberOfTotalMember": 17,
  8.     "profilePictures": [
  9.       {
  10.         "mediaUrl": "pictureUrl1"
  11.       },
  12.       {
  13.         "mediaUrl": "pictureUrl2"
  14.       },
  15.       {
  16.         "mediaUrl": "pictureUrl3"
  17.       }
  18.     ],
  19.     "tribeCollections": [
  20.       {
  21.         "id": 1,
  22.         "name": "My collection 1",
  23.         "groupId": 1,
  24.         "userId": 1,
  25.         "momentCount": 20,
  26.         "newMomentCount": 2,
  27.         "profileMediaUrl": "some url",
  28.         "creationDate": "2021-08-06 18:47:21.21+06:00",
  29.         "updatedDate": "2021-08-06 18:47:21.21+06:00"
  30.       },
  31.       {
  32.         "id": 2,
  33.         "name": "My collection 2",
  34.         "groupId": 1,
  35.         "userId": 1,
  36.         "momentCount": 20,
  37.         "newMomentCount": 2,
  38.         "profileMediaUrl": "some url",
  39.         "creationDate": "2021-08-06 18:47:21.21+06:00",
  40.         "updatedDate": "2021-08-06 18:47:21.21+06:00"
  41.       },
  42.       {
  43.         "id": 3,
  44.         "name": "My collection 3",
  45.         "groupId": 1,
  46.         "userId": 1,
  47.         "momentCount": 20,
  48.         "newMomentCount": 2,
  49.         "profileMediaUrl": "some url",
  50.         "creationDate": "2021-08-06 18:47:21.21+06:00",
  51.         "updatedDate": "2021-08-06 18:47:21.21+06:00"
  52.       }
  53.     ]
  54.   }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement