hasancse1991

Crew Tribe Share

Sep 22nd, 2021
880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.53 KB | None | 0 0
  1. {
  2.   "status": "Success",
  3.   "statusCode": 200,
  4.   "data": {
  5.     "tribe": {
  6.       "id": 10,
  7.       "name": "My tribe",
  8.       "memberCount": 34,
  9.       "privacy": "PRIVATE",
  10.       "coverPhotoUrl": "https://picsum.photos/200/300",
  11.       "collections": [
  12.         {
  13.           "id": 22,
  14.           "name": "Days off"
  15.         },
  16.         {
  17.           "id": 22,
  18.           "name": "Days off"
  19.         },
  20.         {
  21.           "id": 22,
  22.           "name": "Days off"
  23.         }
  24.       ]
  25.     },
  26.     "crewList": [
  27.       {
  28.         "id": 10,
  29.         "name": "My tribe",
  30.         "memberCount": 34,
  31.         "privacy": "PRIVATE",
  32.         "coverPhotoUrl": "https://picsum.photos/200/300",
  33.         "collections": [
  34.           {
  35.             "id": 22,
  36.             "name": "Days off"
  37.           },
  38.           {
  39.             "id": 22,
  40.             "name": "Days off"
  41.           },
  42.           {
  43.             "id": 22,
  44.             "name": "Days off"
  45.           }
  46.         ]
  47.       },
  48.       {
  49.         "id": 10,
  50.         "name": "My tribe",
  51.         "memberCount": 34,
  52.         "privacy": "PRIVATE",
  53.         "coverPhotoUrl": "https://picsum.photos/200/300",
  54.         "collections": [
  55.           {
  56.             "id": 22,
  57.             "name": "Days off"
  58.           },
  59.           {
  60.             "id": 22,
  61.             "name": "Days off"
  62.           },
  63.           {
  64.             "id": 22,
  65.             "name": "Days off"
  66.           }
  67.         ]
  68.       }
  69.     ],
  70.     "pageNumber": 1,
  71.     "pageSize": 10,
  72.     "total": 20
  73.   },
  74.   "message": "Successful",
  75.   "errors": null
  76. }
Advertisement
Add Comment
Please, Sign In to add comment