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-apiv2.mappls.com/dqv/catchement_query/join?queryType=functionBased&datasetSource=geocode_ii&operator=Intersects&sourceProperty=idhttps://mgis-apiv2.mappls.com/Parameters
queryTyperequiredqueryType value can be basic, spatial .
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 = 'spatial' 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.
10Body 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-apiv2.mappls.com/dqv/catchement_query/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=10curl --request GET \
--url 'https://mgis-apiv2.mappls.com/dqv/catchement_query/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' \
--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 GET \
--url 'https://mgis-apiv2.mappls.com/dqv/catchement_query/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.
200successNo field description in the source contract.
truemessageNo field description in the source contract.
—dataNo field description in the source contract.
exampledata[].prop1Prop1 value
exampledata[].prop2Prop2 value
exampledata[].prop3Prop3 value
exampledata[].prop4Prop4 value
exampledata[].prop5Prop5 value
exampledata[].prop6Prop6 value
exampledata[].prop7Prop7 value
exampledata[].prop8Prop8 value
example{
"code": "200",
"success": true,
"message": "",
"data": [
{
"prop1": "example",
"prop2": "example",
"prop3": "example",
"prop4": "example",
"prop5": "example",
"prop6": "example",
"prop7": "example",
"prop8": "example"
}
]
}Operate it safely
This operation observes durable platform state. Preserve resource identifiers and account for pagination, delay, and eventual consistency.
Contract provenance
- Source file
mappls-developer-platform/data/corpus/public-api-contracts/mapmyindia-mgis-apis/docs/v2/custom/dqv-apis.yml- SHA-256
391a57c02f461cd4b27fba7b0ef8f838096a4cc16680bb2c6df225fbcf1fe427- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit