GET

Search Class - 02.Read many

Return a list with all possible search class available to create a trademark search.

Important

Calls to this method must include the cookie .LawPanel.AuthCookie in order to identify you at user level. For more details about authentication please check this link. To obtain the cookie you can use the method Login.

Request URL

Request parameters

(optional)
integer

Take N records. Default value is 10. Max value is 100.

(optional)
integer

Skip N records.

(optional)
string

Filter ID to apply on this endpoint. To get further details about filters click here.

(optional)
string

Filter definition to apply on this endpoint. To get more details about this parameter check Pagination and Filtering.

Request headers

string
Subscription key which provides access to this API.

Response 200

Returns a list with all search classes available to create a trademark search.

  • string id: The ID for the search class.
  • integer number: Nice classification number.
  • string name: Nice classification name.
  • string description: Nice classification description.

Loading...
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "number": {
        "type": "integer"
      },
      "name": {
        "type": "string"
      },
      "description": {
        "type": "string"
      }
    },
    "required": [
      "id",
      "number",
      "name",
      "description"
    ]
  },
  "example": [
    {
      "id": "2e04d7b7-d681-458f-8a55-a6720147e7fc",
      "number": 1,
      "name": "Chemical products",
      "description": "Chemicals used in industry, science and photography, as well as in agriculture, horticulture and forestry; unprocessed artificial resins [...]"
    },
    {
      "id": "5096b33b-2f52-456d-b306-a6720147e7fc",
      "number": 2,
      "name": "Paint products",
      "description": "Paints, varnishes, lacquers; preservatives against rust and against deterioration of wood; colorants; mordants; raw natural resins; [...]"
    },
    {
      "id": "777fe621-5eba-4985-966a-a6720147e7fc",
      "number": 3,
      "name": "Cosmetics and Cleaning Products",
      "description": "Bleaching preparations and other substances for laundry use; cleaning, polishing, scouring and abrasive preparations; soaps; [...]"
    },
    {
      "id": "46d9c9ae-863a-421d-9c06-a6720147e7fc",
      "number": 4,
      "name": "Industrial oils",
      "description": "Industrial oils and greases; lubricants; dust absorbing, wetting and binding compositions; fuels and illuminants; candles and wicks for lighting; [...]"
    },
    {
      "id": "3c69fc1c-f131-4372-b873-a6720147e7fc",
      "number": 5,
      "name": "Pharmaceutical and veterinary",
      "description": "Pharmaceutical and veterinary preparations; sanitary preparations for medical purposes; dietetic substances adapted for medical use, food for babies; [...]"
    },
    {
      "id": "9128ca8c-7734-4540-bffb-a6720147e7fc",
      "number": 6,
      "name": "Metal Products",
      "description": "Common metals and their alloys; metal building materials; transportable buildings of metal; materials of metal for railway tracks; [...]"
    },
    {
      "id": "b8163017-ebe6-4317-93ec-a6720147e7fc",
      "number": 7,
      "name": "Machinery Products",
      "description": "Machines and machine tools; motors and engines (except for land vehicles); parts of engines and motors; machine coupling and transmission components [...]"
    },
    {
      "id": "3c98e3db-b305-40d9-b417-a6720147e7fc",
      "number": 8,
      "name": "Hand Tool Products",
      "description": "Hand tools and hand operated implements; cutlery; side arms; razors; electric razors and hair cutters."
    },
    {
      "id": "3d379284-9313-4f3c-b3ba-a6720147e7fc",
      "number": 9,
      "name": "Computer, Electrical & Scientific Products",
      "description": "Scientific, photographic, cinema, optical, weighing, measuring, apparatus and instruments; switching, transforming, or controlling electricity; [...]"
    }
  ]
}
* See getting started for more information on how to use this API. You can also check the API change history.