Skip to product menu
Skip to main content

Get a Skill

Purpose

To fetch a specific skill.

Request URL

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

record_id - The unique ID of the record.

Request Method

GET

Scope

scope=ZohoFSM.modules.Skills.READ

Sample Request

Copiedcurl --location --request GET 'https://fsm.zoho.com/fsm/v1/Skills/1041000000158001' \
--header 'Authorization: Zoho-oauthtoken 1xxx.xxxxxxxxxx'

Sample Response

Copied{
    "data": [
        {
            "Owner": {
                "name": "Mary Cooper",
                "id": "1439000000161001",
                "email": "mary.cooper@noemail.com"
            },
            "Modified_Time": "2024-08-22T17:18:03+05:30",
            "Description": null,
            "$currency_symbol": "$",
            "Created_Time": "2022-04-28T18:31:22+05:30",
            "$editable": true,
            "isActive": true,
            "$permissions": {
                "read": true,
                "edit": true,
                "delete": true
            },
            "Name": "Wet AC Service",
            "Modified_By": {
                "name": "Mary Cooper",
                "id": "1439000000161001",
                "email": "mary.cooper@noemail.com"
            },
            "Exchange_Rate": 1,
            "Currency": "USD",
            "$inactive": false,
            "id": "1439000000174290",
            "Created_By": {
                "name": "Mary Cooper",
                "id": "1439000000161001",
                "email": "mary.cooper@noemail.com"
            }
        }
    ]
}

Show full

Show less