State
State
Postman Collection
URL
GET : /v1/common/state/0Headers
Content-Type (String) required
application/json
application/json
Authorization (String) required
Basic Auth
Basic Auth
Accept (String) required
application/json
application/json
Request
Example Request
curl --location --request GET '/v1/common/state/0' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic e3tsb2NfdXNlcn19Ont7bG9jX3Bhc3N9fQ==' \
--data-raw ''
Response Samples
- SUCCESS
- FAILED
{
"code": "0x0200",
"message": "Record fetched successfully.",
"status": "SUCCESS",
"data": [
{
"stateId": 1,
"stateName": "Andaman & Nicobar Islands"
},
{
"stateId": 2,
"stateName": "Andhra Pradesh"
},
{
"stateId": 3,
"stateName": "Arunachal Pradesh"
},
{
"stateId": 4,
"stateName": "Assam"
},
{
"stateId": 5,
"stateName": "Bihar"
},
{
"stateId": 6,
"stateName": "Chandigarh"
},
{
"stateId": 7,
"stateName": "Chattisgarh"
},
{
"stateId": 8,
"stateName": "Dadra & Nagar Haveli"
},
{
"stateId": 9,
"stateName": "Daman & Diu"
},
{
"stateId": 10,
"stateName": "Delhi"
}
]
}
{
"code": "0x0202",
"status": "FAILURE",
"message": "No record found"
}
Response Code
| Status Code | Status | Message |
|---|---|---|
| 0x0200 | SUCCESS | TRANSACTION SUCCESSFULL |
| 0x0201 | UNAUTHORIZED | UNAUTHORIZED USER |
| 0x0202 | FAILURE | FAILURE USER |
| 0x0203 | MISSING_PARAMETER | MISSING PARAMETER |
| 0x0204 | CONNECTION_TIMEOUT | CONNECTION TIMEOUT |
| 0x0205 | SOMETHING_WENT_WRONG | SOMETHING WENT WRONG |
| 0x0206 | PENDING | TRANSACTION PENDING |
| 0x0208 | 2FA | TWO FACTOR AUNTHENTICATION |