API reference/mGIS Analytics
GETstatefulexact public snapshot

Fetches the entire dataset.

/dqv/getDataset

Fetches the entire dataset. You can perform 'order(sort) By' and 'groupBy' in 'query'. This has 3 cases: Only Order By Only Group By Both Order By and Group By together

Exact public source snapshot

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

GEThttps://mgis-apiv2.mappls.com/dqv/getDataset?datasetNme=india
Base URLhttps://mgis-apiv2.mappls.com/
Authenticationbearer
Journey roleobserve
Content typesNo request body

Parameters

NameLocationTypeDescriptionExample
datasetNmerequired
querystring

The dataset name of whose information has to be fetched.

india
groupBy
querystring

Pass ‘true’ to perform groupBy on the datsetNme. 'propertyName' paramter is mandatory for 'groupBy' parameter.

true
propertyName
querystring

Pass the column names list which you want to display in the resultant. Optional in case of order(sortBy). Mandatory in case of 'groupBy'.

street,poi
sortBy
querystring

Pass ‘A' for ascending and ‘D’ for descending to perform order(sort) By. Mandatory when order(sort) By is to be performed.

A
sortByProperty
querystring

Pass the column names which the user wants to order(sort) By in the resultant. Mandatory when order(sort) By is to be performed.

poi,street
startIndex
querynumber

To set the start index from which the user wants the result to be displayed. Applicable for 'query', 'uniqueValue' and 'summerizeValue'.

1
count
querynumber

To fix the number of results to be returned. Applicable for 'query', 'uniqueValue' and 'summerizeValue'.

3
bbox
querystring

Returns the bounding box of the dataset if set as true.

false
dataStoreName
querystring

Name of datastore where adaptor published.

adaptor

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.

Local request composerCode stays local · fixtures are explicit
GETRequest inputs
9 editable · 0 protected
Generated in eight languages
Environment-backed credentials
GEThttps://mgis-apiv2.mappls.com/dqv/getDataset?datasetNme=india&groupBy=true&propertyName=street%2Cpoi&sortBy=A&sortByProperty=poi%2Cstreet&startIndex=1&count=3&bbox=false&dataStoreName=adaptor
Credential-free sandboxExecute this contract without a provider call
How fixtures work
Generated from your inputs
curl --request GET \
  --url 'https://mgis-apiv2.mappls.com/dqv/getDataset?datasetNme=india&groupBy=true&propertyName=street%2Cpoi&sortBy=A&sortByProperty=poi%2Cstreet&startIndex=1&count=3&bbox=false&dataStoreName=adaptor' \
  --header "Accept: application/json" \
  --header "Authorization: Bearer ${MAPPLS_ACCESS_TOKEN}"

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.

GET /dqv/getDataset
curl --request GET \
  --url 'https://mgis-apiv2.mappls.com/dqv/getDataset?datasetNme=india' \
  --header 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Responses

200

OK

206

Impartial Content.

400

Bad Request, User made an error while creating a valid request.

404

No data found in database.

422

Parameter missing

500

Internal server error.

200 response fields

FieldTypeDescriptionExample
code
string

Response code.

200
success
string

No field description in the source contract.

true
message
string

No field description in the source contract.

data
object

No field description in the source contract.

example
data.type
string

No field description in the source contract.

FeatureCollection
data.features
array<object>

No field description in the source contract.

example
data.features[].type
string

No field description in the source contract.

feature
data.features[].id
string

feature id of the feature attribute.

india.1
data.features[].geometry
string

geometry of the feature attribute.

28.612964,77.229463
data.features[].properties
object

No field description in the source contract.

example
data.features[].properties.st_name
string

No field description in the source contract.

ANDAMAN AND NICOBAR ISLANDS
data.totalFeatures
number

No field description in the source contract.

35
data.numberMatched
number

No field description in the source contract.

35
data.numberReturned
number

No field description in the source contract.

1
data.timestamp
string

No field description in the source contract.

1700000000000
data.links
array<object>

No field description in the source contract.

example
data.links[].title
string

No field description in the source contract.

next page
data.links[].type
string

No field description in the source contract.

application/json
data.links[].rel
string

No field description in the source contract.

next
data.links[].href
string

No field description in the source contract.

http://localhost:8081/geoserver/wfs?PROPERTYNAME=st_name&TYPENAME=anjali%3Aindia&REQUEST=GetFeature&OUTPUTFORMAT=application%2Fjson&VERSION=2.0.0&SERVICE=WFS&COUNT=1&ISDENORMALIZED=false&STARTINDEX=1
data.crs
string

No field description in the source contract.

null
data.layerBounds
string

No field description in the source contract.

example
Response example
{
  "code": "200",
  "success": true,
  "message": "",
  "data": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "feature",
        "id": "india.1",
        "geometry": "null",
        "properties": {
          "st_name": "ANDAMAN AND NICOBAR ISLANDS"
        }
      }
    ],
    "totalFeatures": 35,
    "numberMatched": 35,
    "numberReturned": 1,
    "timestamp": "2020-08-10T13:59:51.624Z",
    "links": [
      {
        "title": "next page",
        "type": "application/json",
        "rel": "next",
        "href": "http://localhost:8081/geoserver/wfs?PROPERTYNAME=st_name&TYPENAME=anjali%3Aindia&REQUEST=GetFeature&OUTPUTFORMAT=application%2Fjson&VERSION=2.0.0&SERVICE=WFS&COUNT=1&ISDENORMALIZED=false&STARTINDEX=1"
      }
    ],
    "crs": "null"
  }
}

Operate it safely

observe

This operation observes durable platform state. Preserve resource identifiers and account for pagination, delay, and eventual consistency.

Keep credentials and raw tokens out of source, client bundles, prompts, and logs.Record the operation ID, status, latency, retry count, and source contract version in traces.Classify 4xx responses before retrying; back off and add jitter for retryable 5xx or transport failures.Persist resource identifiers and apply commands exactly once in effect across retries and event replay.

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.