GET API for custom field?

You are looking for path: https://www.elastic.co/guide/en/elasticsearch/reference/1.6/mapping-id-field.html#_path
But note that it's been deprecated starting with ES 1.5.

You could try http://host:9200/myIndex/myType/_search?q=externalid:{externalid_value}