GET

Trademark Search - 04.Get status

Get trademark search status. You can use this method to avoid receiving the whole trademark search data.

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 trademark search ID

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 an entity with an integer and a text with current search status.

  • number status: Current search status. Possible values are: 0-Unknown; 1-Waiting; 2-Searching; 3-Completed; 4-Failed; 5-Cancelled.
  • string status_text: Human readable status in English.

Loading...
{
  "type": "object",
  "properties": {
    "status": {
      "type": "integer"
    },
    "status_text": {
      "type": "string"
    }
  }
}
* See getting started for more information on how to use this API. You can also check the API change history.