northwind-rest-api
Version:
Local REST API Exposing Northwind Database.
92 lines • 2.93 kB
JSON
[
{
"id": 1,
"firstName": "Nancy",
"lastName": "Davolio",
"title": "Sales Representative",
"country": "USA",
"city": "Seattle",
"birthDate": "1948-12-08",
"imageUrl": "http://localhost:3030/api/employees/images/01a5f7d1-42e8-4f71-83c4-58e86751b272.jpg"
},
{
"id": 2,
"firstName": "Andrew",
"lastName": "Fuller",
"title": "Vice President, Sales",
"country": "USA",
"city": "Tacoma",
"birthDate": "1952-02-19",
"imageUrl": "http://localhost:3030/api/employees/images/02a1903c-8edf-4695-83cc-0bde063fcc89.jpg"
},
{
"id": 3,
"firstName": "Janet",
"lastName": "Leverling",
"title": "Sales Representative",
"country": "USA",
"city": "Kirkland",
"birthDate": "1963-08-30",
"imageUrl": "http://localhost:3030/api/employees/images/03a376a5-ad33-4b35-bca0-d1c15dadafe2.jpg"
},
{
"id": 4,
"firstName": "Margaret",
"lastName": "Peacock",
"title": "Sales Representative",
"country": "USA",
"city": "Redmond",
"birthDate": "1937-09-19",
"imageUrl": "http://localhost:3030/api/employees/images/04a9f2d9-ecae-4b5c-b294-9e12c1b846b0.jpg"
},
{
"id": 5,
"firstName": "Steven",
"lastName": "Buchanan",
"title": "Sales Manager",
"country": "UK",
"city": "London",
"birthDate": "1955-03-04",
"imageUrl": "http://localhost:3030/api/employees/images/05adb741-5e82-4211-b481-cd1ae9c72591.jpg"
},
{
"id": 6,
"firstName": "Michael",
"lastName": "Suyama",
"title": "Sales Representative",
"country": "UK",
"city": "London",
"birthDate": "1963-07-02",
"imageUrl": "http://localhost:3030/api/employees/images/06a6f78e-b409-4e02-950c-fd2c0ad2465f.jpg"
},
{
"id": 7,
"firstName": "Robert",
"lastName": "King",
"title": "Sales Representative",
"country": "UK",
"city": "London",
"birthDate": "1960-05-29",
"imageUrl": "http://localhost:3030/api/employees/images/07a18216-4416-43c0-b4d8-0ed5bde0dedb.jpg"
},
{
"id": 8,
"firstName": "Laura",
"lastName": "Callahan",
"title": "Inside Sales Coordinator",
"country": "USA",
"city": "Seattle",
"birthDate": "1958-01-09",
"imageUrl": "http://localhost:3030/api/employees/images/08ac4acc-e880-424f-9159-4823c9ba5f5a.jpg"
},
{
"id": 9,
"firstName": "Anne",
"lastName": "Dodsworth",
"title": "Sales Representative",
"country": "UK",
"city": "London",
"birthDate": "1966-01-27",
"imageUrl": "http://localhost:3030/api/employees/images/09a246db-67ec-4298-8bfa-908755e2f49b.jpg"
}
]