Retrieve License Custom Field

Retrieves a single license custom field, if the requesting manager has access permissions to it.

Endpoint:

GET /api/v1/license-custom-fields/{id}/
circle-info

The requesting manager must have the necessary access permissions to retrieve the license custom field.

Success response Code: 200 OK

Example response:

Response (application/json)
{
    "id": 78,
    "value": "23",
    "license": 1609234933166159,
    "product_custom_field": 51
}

Was this helpful?