24- Using POSTMAN to Get your REST API by ID
Steps taken to Get your REST API by ID
1- Open POSTMAN API.
2- Choose the method you want to execute(GET).
3- Write your URL Path " http://localhost:8080/api/employees/3"
4- Choose the format which you are submitting data in my case is body-> raw -> json
5- Submit and wait for Response..
Getting Employee By ID 3
Comments
Post a Comment