GET

Trademark - 03.Read many

Get a list with trademarks for your query.

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

User authentication cookie. Read more about how to you get it from here.

string
Subscription key which provides access to this API.

Response 200

Returns a list with trademarks for your query.

  • string id: Curent trademark GUID.
  • string registry_id: Registry GUID for the trademark. To get a list of all registries available here.
  • string registry_name: Human-readable name for current trademark registry.
  • string registry_official_name: Human-readable official name for current trademark registry.
  • string registry_description: Human-readable description for current trademark registry. Generally the country name associated with the IPO Registry.
  • string mark_text: Text of the trademark, for example "LawPanel".
  • string application_number: Applicattion number for the trademark. It may contains any character, not only numbers.
  • string application_date: Application/filing date in ISO-8601 (UTC) format.
  • string registration_number: Registration number for the trademark. It may contains any character, not only numbers.
  • string registration_date: Registration date in ISO-8601 (UTC) format.
  • string status_date: Current status date in ISO-8601 (UTC) format.
  • string mark_feature: Trademark feature text.
  • string status: Current trademark status.
  • string registration_type_id: Registration type GUID. To get a list of all registration types available click here.
  • string status: Registration type human-readable name for current trademark.
  • string trademark_type_id: Trademark type GUID. To get a list of all trademark types available click here.
  • string trademark_type_name: Trademark type human-readable name.
  • string expiry_date: Expiry date for the trademark in ISO-8601 (UTC) format.
  • string publication_date: Publication date for the trademark in ISO-8601 (UTC) format.
  • string declaration_date: Declaration date for the trademark in ISO-8601 (UTC) format.
  • string office_action_date: Office action date for the trademark in ISO-8601 (UTC) format.
  • string grant_date: Grant date for the trademark in ISO-8601 (UTC) format.
  • string client_agent_id: Legal entity (aka "Company", "Client") GUID to assign as Agent for this trademark. Client must be of type Agent. Click here to get a list of all client types available. To get a list of all legal entities available click here.
  • string client_agent_name: Human-readable trademark agent name.
  • string publication_notes: Notes about trademark publication.
  • array good_and_services: An array of objects with Good And Services for the trademark.
    Object properties are:
    • string language_id: Registry GUID for the trademark. To get a list of all languages available click here.
    • string text: Text for the Good And Service.
    • string search_class_id: Search class GUID for the Good and Service. To get a list of all search class available click here.
  • string image_url: An URL for the trademark image .
  • string notes: Notes about trademark.
  • bool do_not_create_file: If true the system will not create a Case for this trademark.
  • string user_id: User GUID for the creator of the trademark. To get a list of all users available click here.
  • string user_user_name: Username human-readable for the creator of the trademark.
  • string trademark_url_on_ipo: For some registries, it may contains the URL to check trademark on IPO.
  • bool exclude_from_auto_updates: If true means that trademark can't be updated from IPO.

Loading...
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "registry_id": {
        "type": "string"
      },
      "registry_name": {
        "type": "string"
      },
      "registry_official_name": {
        "type": "string"
      },
      "registry_description": {
        "type": "string"
      },
      "mark_text": {
        "type": "string"
      },
      "application_number": {
        "type": "string"
      },
      "application_date": {
        "type": "string"
      },
      "registration_number": {
        "type": "string"
      },
      "registration_date": {
        "type": "string"
      },
      "status_date": {
        "type": "string"
      },
      "mark_feature": {
        "type": "string"
      },
      "status": {
        "type": "string"
      },
      "registration_type_id": {
        "type": "string"
      },
      "registration_type_name": {
        "type": "string"
      },
      "trademark_type_id": {
        "type": "string"
      },
      "trademark_type_name": {
        "type": "string"
      },
      "expiry_date": {
        "type": "string"
      },
      "publication_date": {
        "type": "string"
      },
      "declaration_date": {
        "type": "string"
      },
      "office_action_date": {
        "type": "string"
      },
      "grant_date": {
        "type": "string"
      },
      "client_agent_id": {
        "type": "string"
      },
      "client_agent_name": {
        "type": "string"
      },
      "publication_notes": {
        "type": "string"
      },
      "good_and_services": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            },
            "language": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "string"
                },
                "name": {
                  "type": "string"
                },
                "short_name": {
                  "type": "string"
                },
                "is_available_for_ui": {
                  "type": "boolean"
                }
              }
            },
            "search_class": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "string"
                },
                "number": {
                  "type": "integer"
                },
                "name": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                },
                "search_classes": {
                  "type": "string"
                }
              }
            },
            "text": {
              "type": "string"
            }
          },
          "required": [
            "id",
            "language",
            "search_class",
            "text"
          ]
        }
      },
      "image_url": {
        "type": "string"
      },
      "notes": {
        "type": "string"
      },
      "do_not_create_file": {
        "type": "boolean"
      },
      "user_id": {
        "type": "string"
      },
      "user_user_name": {
        "type": "string"
      },
      "trademark_url_on_ipo": {},
      "exclude_from_auto_updates": {
        "type": "boolean"
      }
    },
    "required": [
      "id",
      "registry_id",
      "registry_name",
      "registry_official_name",
      "registry_description",
      "mark_text",
      "application_number",
      "application_date",
      "registration_number",
      "registration_date",
      "status_date",
      "mark_feature",
      "status",
      "registration_type_id",
      "registration_type_name",
      "trademark_type_id",
      "trademark_type_name",
      "expiry_date",
      "publication_date",
      "declaration_date",
      "office_action_date",
      "grant_date",
      "client_agent_id",
      "client_agent_name",
      "publication_notes",
      "good_and_services",
      "image_url",
      "notes",
      "do_not_create_file",
      "user_id",
      "user_user_name",
      "trademark_url_on_ipo",
      "exclude_from_auto_updates"
    ]
  }
}
* See getting started for more information on how to use this API. You can also check the API change history.