GET

Search Origin - 01.Read

Get a search origin by its ID value.

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

Search origin ID

Request headers

string
Subscription key which provides access to this API.

Response 200

Returns a search origin representation.

  • string id: The ID for the search origin.
  • integer code: A number to represent the search origin.
  • string name: Search origin human-readable name.
  • string description: A human-readable description for the search origin.

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