Skip to main content

/mhl/{id}

Retrieve detailed MHL information by ID, or updates the fields in the MHL (specified or all). Also allows you to delete the MHL via DELETE method.

Adress: https://instance_name/api/v1.5/mhl/{id}

Methods:

  • GET — retrieve detailed MHL information by ID;
  • PUT — update all MHL fields;
  • PATCH — update some MHL fields.
  • DELETE — delete MHL.

Content-type: application/json

Path parameters​


id string

Required. MHL ID.

Request example

curl –i –X GET
https://test.inspector-cloud.com/api/v1.5/mhl/31/
-H ‘Authorization: Token <<your_token>>

Response example

Response code: 200


{
"id": 31,
"name": "TOP 45",
"display": 19
}

Response definitions


id string

Unique ID.


name string

Human-readable name. Optional


display string

Display ID.