GET api/v1/company/categorybucket/vendorcategories/{languageId}

Pulls vendor categories and translations from default translation set in english for use in bucketing.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
languageId

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of vendor category identifiers and english translated names

Collection of Ghostery.Privacy.Common.Objects.Company.VendorCategory
NameDescriptionTypeAdditional information
Id

integer

None.

LanguageId

integer

None.

Identifier

string

None.

Category

string

None.

Changed

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "languageId": 2,
    "identifier": "sample string 3",
    "category": "sample string 4",
    "changed": true
  },
  {
    "id": 1,
    "languageId": 2,
    "identifier": "sample string 3",
    "category": "sample string 4",
    "changed": true
  }
]