Get State

get

/api/utilitiesAdmin/{version}/country/{id}/child/state/{childid}

Gets details of a specific State record of a Country by its id fields.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Match One Schema
Show Source
Nested Schema : state
Type: object
Show Source
Examples

400 Response

An error is encountered due to an invalid request
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

An internal server error is encountered, due to an unknown reason
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top