hasancse1991

GET Crew List

Aug 31st, 2021
1,144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.82 KB | None | 0 0
  1. {
  2.   "status": "Success",
  3.   "statusCode": 200,
  4.   "data": {
  5.     "crewsList": [
  6.       {
  7.         "id": 1,
  8.         "name": "Crew 1",
  9.         "coverPhotoUrl": "https://picsum.photos/id/13/600/600"
  10.       },
  11.       {
  12.         "id": 2,
  13.         "name": "Crew 2",
  14.         "coverPhotoUrl": "https://picsum.photos/id/16/600/600"
  15.       },
  16.       {
  17.         "id": 3,
  18.         "name": "Crew 3",
  19.         "coverPhotoUrl": "https://picsum.photos/id/18/600/600"
  20.       },
  21.       {
  22.         "id": 4,
  23.         "name": "Crew 4",
  24.         "coverPhotoUrl": "https://picsum.photos/id/22/600/600"
  25.       },
  26.       {
  27.         "id": 5,
  28.         "name": "Crew 5",
  29.         "coverPhotoUrl": "https://picsum.photos/id/25/600/600"
  30.       }
  31.     ],
  32.     "pageNumber": 1,
  33.     "pageSize": 10,
  34.     "total": 20
  35.   },
  36.   "message": "Successful",
  37.   "errors": null
  38. }
Advertisement
Add Comment
Please, Sign In to add comment