Battle.net · Example Payload

Battle Net Getmetadatatype Example

GamesGamingBlizzardWorld Of WarcraftDiabloHearthstoneStarcraft

Battle Net Getmetadatatype Example is an example object payload from Battle.net, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getMetadataType",
  "method": "GET",
  "path": "/hearthstone/metadata/{type}",
  "summary": "Battle.net Get Hearthstone Metadata Type",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetMetadataType200Example",
      "example": [
        {
          "id": 1,
          "name": "Basic",
          "slug": "basic",
          "type": "base"
        }
      ]
    }
  ]
}