Not Found (HTTP 404)
The HCSS API returns Not Found (HTTP 404) if the server cannot find the requested resource. This can be because of:
1. The requested API does not exist. This can also happend if there is a typo in the URL. For example, /api/v1/equipments
instead of /api/v1/equipment
.
2. The requested record does not exist. For example, the user is doing a GET user by id request but the requested id does not exist.
If you receive HTTP 404 Not Found, double check the URL you are requesting is valid and/or the record you are requesting does exist.