Asset Type List

NOTE: User must be logged in as admin to access this API URL : service-desk/api/asset-type-list Method : GET Query Parameters : Parameter Type Possible Values Required/Optional Description sort-field String name, created_at Optional Field name to sort sort-order String asc, desc Optional Sorting order either ascending or descending search-query String Optional Keyword to be searched in […]

Read More

Delete Asset Type

NOTE: User must be logged in as admin to access this API URL : service-desk/api/asset-type/{assetTypeId} Method : DELETE Query Parameters : Parameter Type Possible Values Required/Optional Description assetTypeId Integer Required Asset Type Id Success Response: { “success”:true, “message”:”Asset Type Deleted Successfully” }

Read More

Edit Asset Type

NOTE: User must me logged in as admin to access this API URL : service-desk/api/asset-type/{assetTypeId} Method : GET Query Parameters : Parameter Type Possible Values Required/Optional Description assetTypeId Integer Required Asset Type Id Success Response: { “success”: true, “data”: { “asset_type”: { “id”: 2, “name”: “Cloud”, “is_default”: 0, “parent”: { “id”: 4, “name”: “Software” } […]

Read More

Create Update Asset Type

NOTE: User must me logged in as admin to access this API URL : service-desk/api/asset-type Method : POST Query Parameters : Parameter Type Possible Values Required/Optional Description name String Required Asset Type Name parent_id Integer Optional Existing Asset Type id is_default Boolean 0 or 1 Required To make Asset Type default Success Response: { “success”:true, “message”:”Asset Type […]

Read More