State
List of US and Canada states and provinces.
list [get]
Details
- Method: GET
- URL: https://vsa.savtrans.com/api.php/rest/state
- Response: Returns 200 and the collection of resources, which could be empty.
Fields
- short_name: Short Name (MN for example)
- long_name: Long Name (Minnesota for example)
- country: United States (USA) or Canada (CAN)
retrieve [get]
Details
- Method: GET
- URL: https://vsa.savtrans.com/api.php/rest/state/ID
- Response: Returns 200 and the resource or 404 if not found.
Fields
- short_name: Short Name (MN for example)
- long_name: Long Name (Minnesota for example)
- country: United States (USA) or Canada (CAN)