Gets information about all CA states within your data library.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 13,
"count": 50,
"offset": 0,
"results": [
{
"code": "Alberta",
"name": "AB"
},
{
"code": "British Columbia",
"name": "BC"
},
{
"code": "Manitoba",
"name": "MB"
},
{
"code": "New Brunswick",
"name": "NB"
}
]
}