v1
latestOpenAPI 3.0.02026-08-061280285.2 KBOther APIs
List of organization locations.
get/api/external/organization/location/list
Query parameters
include_countstring
Count of total records
Headers
RF-Api-Keystring
Response
Auto generated using Swagger Inspector
{"stackTrail":"paths:/api/external/organization/location/list:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":[{"city":"Bangalore","country":"India","id":43,"iso_3166_1_alpha_2_code":"IN","name":"Test loc 1","state":"Karnataka","zipcode":"575 009"},{"city":"Bangalore","country":"India","id":44,"iso_3166_1_alpha_2_code":"IN","name":"Test loc 2","state":"Karnataka","zipcode":"575 009"},{"city":null,"country":null,"id":55,"iso_3166_1_alpha_2_code":null,"name":"Test loc 3","state":"Karnataka","zipcode":"575 009"},{"city":"Bangalore","country":"India","id":56,"iso_3166_1_alpha_2_code":"IN","name":"Test loc 4","state":"Karnataka","zipcode":"575 000"},{"city":null,"country":null,"id":30,"iso_3166_1_alpha_2_code":null,"name":"x","state":"y","zipcode":""},{"city":null,"country":null,"id":32,"iso_3166_1_alpha_2_code":null,"name":"y","state":"Bangladesh","zipcode":"98768"}],"total_items":6}}
Example response
{
"data": [
{
"city": "Bangalore",
"country": "India",
"id": 43,
"iso_3166_1_alpha_2_code": "IN",
"name": "Test loc 1",
"state": "Karnataka",
"zipcode": "575 009"
},
{
"city": "Bangalore",
"country": "India",
"id": 44,
"iso_3166_1_alpha_2_code": "IN",
"name": "Test loc 2",
"state": "Karnataka",
"zipcode": "575 009"
},
{
"city": null,
"country": null,
"id": 55,
"iso_3166_1_alpha_2_code": null,
"name": "Test loc 3",
"state": "Karnataka",
"zipcode": "575 009"
},
{
"city": "Bangalore",
"country": "India",
"id": 56,
"iso_3166_1_alpha_2_code": "IN",
"name": "Test loc 4",
"state": "Karnataka",
"zipcode": "575 000"
},
{
"city": null,
"country": null,
"id": 30,
"iso_3166_1_alpha_2_code": null,
"name": "x",
"state": "y",
"zipcode": ""
},
{
"city": null,
"country": null,
"id": 32,
"iso_3166_1_alpha_2_code": null,
"name": "y",
"state": "Bangladesh",
"zipcode": "98768"
}
],
"total_items": 6
}