v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
config

Create data subsets

Creates one or more data subsets for the given catalog.

  • Maximum 1000 data subsets can be created in a single request.
  • This is an asynchronous operation: the request returns a status link which can be used to check the operation result.
post/catalogs/{catalogHrn}/dataSubsets

Path parameters

catalogHrnstring required

HERE Resource Name (HRN) of the catalog.

Request body

Example request

[
  {
    "id": "deu",
    "name": "Germany",
    "areaScheme": "hrn:here:areascheme::olp-here:default-countries",
    "areas": [
      "afg",
      "bra",
      "deu"
    ]
  }
]

Response

Accepted - your request was received and is being processed.

hrefstring

href of the created/update/delete catalog action

configTokenstring

token for getting the status of created/update/delete catalog action

titlestring

Title of the action

typestring

Type of the href

Example response

{
  "href": "https://config.data.api.platform.sit.here.com/config/v1/status/02bc9a8d-6dc4-4698-87a0-faf3372e81c1",
  "configToken": "02bc9a8d-6dc4-4698-87a0-faf3372e81c1",
  "title": "Catalog Creation, Catalog Deletion, Catalog Update",
  "type": "urn:olp-types:status"
}