hasancse1991

GET Crew Details (by Crew ID)

Aug 31st, 2021 (edited)
1,414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.83 KB | None | 0 0
  1. {
  2.   "status": "Success",
  3.   "statusCode": 200,
  4.   "data": {
  5.     "crewId": 101,
  6.     "memberCount": 23,
  7.     "profilePictureList": [
  8.       "https://picsum.photos/id/77/300/300",
  9.       "https://picsum.photos/id/78/300/300",
  10.       "https://picsum.photos/id/79/300/300"
  11.     ],
  12.     "crewCollections": [
  13.       {
  14.         "id": 1,
  15.         "name": "Collection 1",
  16.         "groupId": 1,
  17.         "userId": "4db7e9fd-855f-4388-9746-68d33940ba97",
  18.         "mediaUrl": "https://picsum.photos/id/72/300/300",
  19.         "momentCount": 10,
  20.         "modifiedDate": "2021-08-17T08:39:04.1665341+00:00",
  21.         "createdDate": "2021-08-17T08:39:04.1665341+00:00"
  22.       },
  23.       {
  24.         "id": 2,
  25.         "name": "Collection 2",
  26.         "groupId": 1,
  27.         "userId": "4db7e9fd-855f-4388-9746-68d33940ba97",
  28.         "mediaUrl": "https://picsum.photos/id/72/300/300",
  29.         "momentCount": 52,
  30.         "modifiedDate": "2021-08-17T08:39:04.1665341+00:00",
  31.         "createdDate": "2021-08-17T08:39:04.1665341+00:00"
  32.       },
  33.       {
  34.         "id": 3,
  35.         "name": "Collection 3",
  36.         "groupId": 1,
  37.         "userId": "4db7e9fd-855f-4388-9746-68d33940ba97",
  38.         "mediaUrl": "https://picsum.photos/id/72/300/300",
  39.         "momentCount": 21,
  40.         "modifiedDate": "2021-08-17T08:39:04.1665341+00:00",
  41.         "createdDate": "2021-08-17T08:39:04.1665341+00:00"
  42.       },
  43.       {
  44.         "id": 4,
  45.         "name": "Collection 4",
  46.         "groupId": 1,
  47.         "userId": "4db7e9fd-855f-4388-9746-68d33940ba97",
  48.         "mediaUrl": "https://picsum.photos/id/72/300/300",
  49.         "momentCount": 9,
  50.         "modifiedDate": "2021-08-17T08:39:04.1665341+00:00",
  51.         "createdDate": "2021-08-17T08:39:04.1665341+00:00"
  52.       }
  53.     ],
  54.     "pageNumber": 1,
  55.     "pageSize": 10,
  56.     "total": 20
  57.   },
  58.   "message": "Successful",
  59.   "errors": null
  60. }
Add Comment
Please, Sign In to add comment