Advertisement
Guest User

Untitled

a guest
Apr 10th, 2019
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.67 KB | None | 0 0
  1. {
  2.   "_embedded" : {
  3.     "people" : [ {
  4.       "firstName" : "Frodo",
  5.       "lastName" : "Baggins",
  6.       "_links" : {
  7.         "self" : {
  8.           "href" : "http://localhost:8080/people/5cae08da5a04f72f745d84e9"
  9.         },
  10.         "person" : {
  11.           "href" : "http://localhost:8080/people/5cae08da5a04f72f745d84e9"
  12.         }
  13.       }
  14.     }, {
  15.       "firstName" : "Frodo",
  16.       "lastName" : "Baggins",
  17.       "_links" : {
  18.         "self" : {
  19.           "href" : "http://localhost:8080/people/5cae0c605a04f73460823841"
  20.         },
  21.         "person" : {
  22.           "href" : "http://localhost:8080/people/5cae0c605a04f73460823841"
  23.         }
  24.       }
  25.     }, {
  26.       "firstName" : "Fabian",
  27.       "lastName" : "Rohr",
  28.       "_links" : {
  29.         "self" : {
  30.           "href" : "http://localhost:8080/people/5cae0c685a04f73460823842"
  31.         },
  32.         "person" : {
  33.           "href" : "http://localhost:8080/people/5cae0c685a04f73460823842"
  34.         }
  35.       }
  36.     }, {
  37.       "firstName" : "Tomb",
  38.       "lastName" : "Raider",
  39.       "_links" : {
  40.         "self" : {
  41.           "href" : "http://localhost:8080/people/5cae0cf45a04f73404e10c75"
  42.         },
  43.         "person" : {
  44.           "href" : "http://localhost:8080/people/5cae0cf45a04f73404e10c75"
  45.         }
  46.       }
  47.     } ]
  48.   },
  49.   "_links" : {
  50.     "self" : {
  51.       "href" : "http://localhost:8080/people{?page,size,sort}",
  52.       "templated" : true
  53.     },
  54.     "profile" : {
  55.       "href" : "http://localhost:8080/profile/people"
  56.     },
  57.     "search" : {
  58.       "href" : "http://localhost:8080/people/search"
  59.     }
  60.   },
  61.   "page" : {
  62.     "size" : 20,
  63.     "totalElements" : 4,
  64.     "totalPages" : 1,
  65.     "number" : 0
  66.   }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement