NOTE: User must be logged in as admin to access this API
URL : service-desk/api/license-type/{licenseTypeId}
Method : GET
Query Parameters :
| Parameter | Type | Possible Values | Required/Optional | Description |
| licenseTypeId | Integer | Required | License Type id |
Success Response:
{
"success":true,
"data":{
"license_type":{
"id":9,
"name":"Open Source",
"created_at":"2019-11-10 05:11:44",
"updated_at":"2019-11-10 05:11:44"
},
}
}
Error Response:
{
"success":false,
"message":"License Type Not Found"
}