Advertisement
hasancse1991

My Collection Response

Aug 17th, 2021 (edited)
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.07 KB | None | 0 0
  1. {
  2.   "status": "Success",
  3.   "statusCode": 200,
  4.   "data": {
  5.     "userCollections": [
  6.       {
  7.         "id": 1,
  8.         "name": "My 1st Collection",
  9.         "collectionCoverUrl": "https://picsum.photos/id/14/700/400",
  10.         "momentCount": 10,
  11.         "modifiedDate": "2021-08-17T08:39:04.1665352+00:00",
  12.         "createdDate": "2021-08-17T08:39:04.1665341+00:00"
  13.       },
  14.       {
  15.         "id": 2,
  16.         "name": "My 2nd Collection",
  17.         "collectionCoverUrl": "https://picsum.photos/id/15/700/400",
  18.         "momentCount": 10,
  19.         "modifiedDate": "2021-08-17T08:39:04.1665352+00:00",
  20.         "createdDate": "2021-08-17T08:39:04.1665341+00:00"
  21.       },
  22.       {
  23.         "id": 3,
  24.         "name": "My 3rd Collection",
  25.         "collectionCoverUrl": "https://picsum.photos/id/16/700/400",
  26.         "momentCount": 10,
  27.         "modifiedDate": "2021-08-17T08:39:04.1665352+00:00",
  28.         "createdDate": "2021-08-17T08:39:04.1665341+00:00"
  29.       }
  30.     ],
  31.     "pageNumber": 1,
  32.     "pageSize": 10,
  33.     "total": 20
  34.   },
  35.   "message": "Successful",
  36.   "errors": null
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement