I am having issues receiving JSON data of a node with Drupal 8 Core REST. Here are the steps I have went through several times:
- Install latest version of drupal 8
- Enable all core web services modules (HAL, HTTP Basic Authentication, RESTful Web Services, Serialization)
- Go to permissions page. Find RESTful Web Services permissions and allow delete, get, patch, and post for all users.
I created a path using Views module to show JSON format of my website contents and it works fine: http://www.example.com/api/v1/order/
but when I use the following URL to Get the JSON format of a node using POSTMAN or DHC client, it returns HTML format of data!:
jsonformat in node endpoint at/admin/config/services/rest?