Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. {
  2. "page":1,
  3. "limit":1,
  4. "domain":"users",
  5. "sectionQueries":[
  6. {
  7. "section":"user",
  8. "fields":[
  9. "id",
  10. "name",
  11. "surname",
  12. "birthdate",
  13. "email",
  14. "phone",
  15. "address",
  16. "has_access",
  17. "www",
  18. "facebook",
  19. "twitter",
  20. "instagram",
  21. "accepted_privacy"
  22. ]
  23. },
  24. {
  25. "section":"user_teams",
  26. "fields":[
  27. "season",
  28. "shortcut"
  29. ]
  30. },
  31. {
  32. "section":"user_positions",
  33. "fields":[
  34. "season",
  35. "name"
  36. ]
  37. },
  38. {
  39. "section":"user_averages",
  40. "fields":[
  41. "season",
  42. "average",
  43. "average_league",
  44. "ksm_external",
  45. "ksm_external_league"
  46. ]
  47. },
  48. {
  49. "section":"user_licenses",
  50. "fields":[
  51. "season",
  52. "license_pzm",
  53. "license_opzm",
  54. "license_other_1",
  55. "license_other_2"
  56. ]
  57. },
  58. {
  59. "section":"user_countries",
  60. "fields":[
  61. "season",
  62. "name",
  63. "code"
  64. ]
  65. },
  66. {
  67. "section":"user_federations",
  68. "fields":[
  69. "season",
  70. "name",
  71. "shortcut"
  72. ]
  73. }
  74. ]
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement