call the GetStreets operation.
POST
/getstreets
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getstreets' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"getStreetInput": {
"streetName": "string",
"townName": "string",
"postcode": "string"
}
}'
Response Response Example
200 - Example 1
{
"GetStreetsResult": {
"StreetArray": {
"Street": {
"ExtensionData": {},
"StreetID": 0,
"StreetLocationID": 0,
"StreetLocationName": "string",
"StreetName": "string",
"USRN": "string"
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01