GET

Search Class - 01.Read

Return a 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

string

The Search Class ID

Request headers

string
Subscription key which provides access to this API.

Response 200

Returns a search class representation.

  • 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": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "number": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "search_classes": {
      "type": "string"
    }
  }
}
* See getting started for more information on how to use this API. You can also check the API change history.