Get Geocode Dataflow Resource

Use the following URL and the HTTP GET method to get the resource for a geocode dataflow.

Supported HTTP Methods

GET

URL template

The dataflow geocode get dataflow feature uses the following template.

https://host/REST/version/Dataflows/Geocode/id?key=BingMapsKey

Template Parameters

Note

To learn about common parameters such as the version and key parameters, see the Common Parameters and Types.

Parameter Description Values

id

Required. An identifier that uniquely identifies the dataflow instance.

A string containing the identifier.

Example: 234kaDSRwers23D

Examples

This example requests a resource for the dataflow with the ID of 234kaDSRwers23D.

https://beta.platform.bingmaps.com/REST/v1/Dataflows/Geocode/234kaDSRwers23DS&key=BingMapsKey

Response

The response for this URL contains a resource for the specified dataflow.

This URL supports the following response formats.

  • JSON (application\json)

  • XML (application\xml)

For information about resource returned in the response, see Dataflows Web Servcie Resource Descripton.

For more information about the response format, see Common Response Description.

HTTP Status Codes

Note

For more details about these HTTP status codes, see Status Codes and Error Handling.

When the request is successful, the following HTTP status code is returned.

  • 200

When the request is not successful, the response returns one of the following errors.

  • 400

  • 401

  • 404

  • 500

  • 503