This operation is retained because its version-labelled public specification differs structurally from another generation. It is comparison evidence, not a promise of current support, compatibility, entitlement, or availability.
Call the operation
https://mgis-api.mapmyindia.com/query_apply/join?queryType=functionBased&datasetSource=geocode_ii&operator=Intersects&sourceProperty=idhttps://mgis-api.mapmyindia.com/Parameters
queryTyperequiredqueryType value can be basic, spatialOperation or functionBased .
functionBaseddatasetSourcerequiredSource dataset name. Mandatory both in case of Spatial as well as Non-Spatial Query.
geocode_iidatasetRefSource dataset name. Mandatory both in case of Non-Spatial Query.
geocode_iiioperatorrequiredMandatory both in case of Spatial as well as Non-Spatial Query. Operators allowed for queryType = 'basic' are: =, =, , <>, IN and NOT IN Operators allowed for queryType = 'spatialOperation' are: Intersects, Disjoint, Overlaps, Equals, Touches, DWithin, Within, Contains and Crosses
IntersectssourcePropertyrequiredSource property attributes to be queried. Mandatory both in case of Spatial(between 2 datasets) as well as Non-Spatial Query.
idrefPropertyReference property attributes to be queried. Mandatory in case of Non-Spatial Query.
idselectionParamSourceSource property attributes to be reflected in the result. Optional in case of arithmetic operations, Spatial(between 2 datasets) as well as Non-Spatial Query.
id, latselectionParamRefReference property attributes to be reflected in the result. Optional both in case of Spatial(between 2 datasets) as well as Non-Spatial Query.
osm_id, nameuserGeomValue of UserGeom will be 'true' if user wants to perform spatial filters with user-defined geometry.
truedistanceMandatory in case of operator DWithin, else it is not required.
10comparisonFunctionThe functions allowed are: Area, Length and isEmpty . This parameter is mandatory for queryType functionBased.
AreacomparisonOperatorThe operators allowed are: =, >, , >= and <=. This parameter is mandatory for queryType functionBased.
=comparisonValueThe values allowed are: Numeric (in meters) (for comparisonFunction area and length) Boolean (for comparisonFunction isEmpty) . This parameter is mandatory for queryType functionBased.
100saveAsNewDatasetBoolean if true cross join result will be saved in to db as new table.
truenewDatasetNmeName of new Table(mandatory if saveAsNewDataset = true)
JoinTableBody schema
typeNo field description in the source contract.
FeatureCollectionfeaturesNo field description in the source contract.
examplefeatures[].typeNo field description in the source contract.
Featurefeatures[].propertiesNo field description in the source contract.
examplefeatures[].geometryNo field description in the source contract.
28.612964,77.229463features[].geometry.typeNo field description in the source contract.
Polygonfeatures[].geometry.coordinatesNo field description in the source contract.
28.612964,77.229463{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": "example",
"geometry": {
"type": "Polygon",
"coordinates": []
}
}
]
}Build your request in eight languages
Change source-backed examples once, validate required inputs, and copy the synchronized cURL, JavaScript, Python, Java, C#, Go, PHP, or Ruby request. Credentials remain environment references, and this page never sends a provider request.
https://mgis-api.mapmyindia.com/query_apply/join?queryType=functionBased&datasetSource=geocode_ii&datasetRef=geocode_iii&operator=Intersects&sourceProperty=id&refProperty=id&selectionParamSource=id%2C+lat&selectionParamRef=osm_id%2C+name&userGeom=true&distance=10&comparisonFunction=Area&comparisonOperator=%3D&comparisonValue=100&saveAsNewDataset=true&newDatasetNme=JoinTablecurl --request POST \
--url 'https://mgis-api.mapmyindia.com/query_apply/join?queryType=functionBased&datasetSource=geocode_ii&datasetRef=geocode_iii&operator=Intersects&sourceProperty=id&refProperty=id&selectionParamSource=id%2C+lat&selectionParamRef=osm_id%2C+name&userGeom=true&distance=10&comparisonFunction=Area&comparisonOperator=%3D&comparisonValue=100&saveAsNewDataset=true&newDatasetNme=JoinTable' \
--header "Accept: application/json" \
--header "Authorization: Bearer ${MAPPLS_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--data-raw '{"type":"FeatureCollection","features":[{"type":"Feature","properties":"example","geometry":{"type":"Polygon","coordinates":[]}}]}'Credential-safe by constructionSet MAPPLS_ACCESS_TOKEN only in your trusted runtime. Code generation stays local. Sandbox execution sends only bounded fixture inputs to this developer platform and never reads a credential or calls Mappls.
Send a production-shaped request
Examples use environment-backed access tokens, explicit timeouts where supported, status checks, and JSON bodies derived from the source schema. Replace sample identifiers and coordinates with values from your application.
curl --request POST \
--url 'https://mgis-api.mapmyindia.com/query_apply/join?queryType=functionBased&datasetSource=geocode_ii&operator=Intersects&sourceProperty=id' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": "example",
"geometry": {
"type": "Polygon",
"coordinates": [
]
}
}
]
}'Responses
OK
Impartial Content.
Bad Request, User made an error while creating a valid request.
Unauthorized.
No data found in database.
Method not allowed.
Conflict in parameters passed.
Parameter missing
Internal server error.
200 response fields
codeResponse code.
200resultNo field description in the source contract.
exampleresult[].prop1Prop1 value
exampleresult[].prop2Prop2 value
exampleresult[].prop3Prop3 value
exampleresult[].prop4Prop4 value
exampleresult[].prop5Prop5 value
exampleresult[].prop6Prop6 value
exampleresult[].prop7Prop7 value
exampleresult[].prop8Prop8 value
example{
"code": "200",
"result": [
{
"prop1": "example",
"prop2": "example",
"prop3": "example",
"prop4": "example",
"prop5": "example",
"prop6": "example",
"prop7": "example",
"prop8": "example"
}
]
}Operate it safely
This operation creates or triggers durable state. Supply an idempotency strategy and persist the returned identifier before continuing.
Contract provenance
- Source file
mappls-developer-platform/data/corpus/public-api-contracts/mapmyindia-mgis-apis/docs/v1/custom/dqv-apis.yml- SHA-256
ec78e94e77644b4d9ff44c58916c40813cc7f96798318569b33204ebd94fba04- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit