Get an Asset

Purpose

To fetch a specific asset.

Request URL

https://fsm.zoho.com/fsm/v1/Assets/<record_id>

record_id - The unique ID of the record.

Request Method

GET

Scope

scope=ZohoFSM.modules.Assets.READ

Sample Request

Copiedcurl --location --request GET 'https://fsm.zoho.com/fsm/v1/Assets/1439000000611092' \
--header 'Authorization: Zoho-oauthtoken 1000.xxxxxxxxxxxxxxxxx.xxxxxxxd'

Sample Response

Copied{
    "data": [
        {
            "Parent_Asset": null,
            "Warranty_Expiration": "2025-07-20",
            "Owner": {
                "name": "Mary Cooper",
                "id": "1439000000161001",
                "email": "lucy.robins@zylker.com"
            },
            "Company": {
                "name": "ABC Services",
                "id": "1439000000161212"
            },
            "Description": null,
            "$currency_symbol": "$",
            "Address": null,
            "Installation_Date": "2023-07-20",
            "Product": {
                "name": "2 Ton 5 Star Split AC",
                "id": "1439000000611088"
            },
            "Name": "2 Ton 5 Star Inverter Split AC | MS-Q02YLZA",
            "Modified_By": {
                "name": "Mary Cooper",
                "id": "1439000000161001",
                "email": "lucy.robins@zylker.com"
            },
            "Purchased_Date": "2023-07-20",
            "Exchange_Rate": 1,
            "Currency": "USD",
            "$inactive": false,
            "id": "1439000000611092",
            "Status": null,
            "Modified_Time": "2023-07-20T17:57:47+05:30",
            "Created_Time": "2023-07-20T17:57:47+05:30",
            "$editable": true,
            "GIAI": "1414102440",
            "$permissions": {
                "read": true,
                "edit": true,
                "delete": true
            },
            "Contact": {
                "name": "Lucy Robins",
                "id": "1439000000504117"
            },
            "Asset_Number": "102411414",
            "Ordered_Date": "2023-07-18",
            "Price": null,
            "Created_By": {
                "name": "Mary Cooper",
                "id": "1439000000161001",
                "email": "lucy.robins@zylker.com"
            }
        }
    ]
}