V3 > Label

Show label details.

Retrieves details of a specified label.

get/2/vod/labels/{genericLabel}

Path parameters

genericLabelinteger required

The GenericLabel unique identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": 1,
    "name": "my product",
    "type": "file"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.