Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "id": 78,
  5. "createdAt": "2019-02-22T09:40:10.000Z",
  6. "updatedAt": "2019-02-22T11:10:48.000Z",
  7. "userId": 55,
  8. "text": "Question1",
  9. "additionalText": "Newwest",
  10. "country": "Ukraine",
  11. "region": "Dnipro",
  12. "city": "string",
  13. "language": "English",
  14. "image": "",
  15. "rating": 1,
  16. "popularity": 1,
  17. "user": {
  18. "id": 55,
  19. "createdAt": "2019-02-08T13:42:22.000Z",
  20. "updatedAt": "2019-02-08T13:51:08.000Z",
  21. "email": "zhevago.vladislav.cr@gmail.com",
  22. "username": "Vlados",
  23. "isVerified": true,
  24. "registrationStatus": "COMPLETE_REGISTRATION",
  25. "isBlocked": false,
  26. "gender": "MALE",
  27. "birthday": "2005-02-08",
  28. "country": "string",
  29. "region": "string",
  30. "city": "string",
  31. "language": "string",
  32. "nationality": "string",
  33. "avatar": "https://s3.eu-central-1.amazonaws.com/vottelo-dev/images/user_55/vottelo_place_image_8a395733-ec56-4a47-b7a7-e38959ff3e1a.png"
  34. },
  35. "categories": [
  36. {
  37. "category": {
  38. "id": 2,
  39. "createdAt": "2019-02-07T08:59:18.000Z",
  40. "updatedAt": "2019-02-07T08:59:18.000Z",
  41. "name": "Business"
  42. },
  43. "subCategory": {
  44. "id": 11,
  45. "createdAt": "2019-02-07T08:59:18.000Z",
  46. "updatedAt": "2019-02-07T08:59:18.000Z",
  47. "categoryId": 2,
  48. "name": "Financial Services"
  49. }
  50. }
  51. ],
  52. "isAnswered": true,
  53. "isRated": true,
  54. "myRate": true,
  55. "answersStatistic": {
  56. "yesAnswersCount": 2,
  57. "noAnswersCount": 0
  58. },
  59. "ratesStatistic": {
  60. "upRatesCount": 1,
  61. "downRatesCount": 0
  62. }
  63. }
  64. ],
  65. "pagination": {
  66. "nextOffset": 2,
  67. "nextPage": 3,
  68. "totalCount": 6
  69. }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement