---
title: "Retrieve a Specific HR Employee Skill"
slug: "retrieve-a-specific-hr-employee-skill"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-hr-employee-skill"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a Specific HR Employee Skill

Get/hcm-rest-api/rest/1/hrskills/AC6CD9E2E533713CE053B08610AC4D99

## Query Standards

| Key | Recommended | Description |
| --- | --- | --- |
| finder | Yes | Filters data based on attributes |
| limit | Yes | No. of items to return |
| offset | Yes | item index |
| totalResults | Yes | Returns total number of items |
| orderBy | Yes | Returns list of items order by given attribute |

### Finder

Following row finders are available for data filtering and optimizing request performance.

- By UUID

#### By UUID

This is an optional finder for querying a specific Employee Skill by row ID.

| Parameter | Description | Sample |
| --- | --- | --- |
| /VUUID | The VUuid attribute is the Unique row ID | /hcm-rest-api/rest/1/hrskills/AC6CD9E2E533713CE053B08610AC4D99 |

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='7c7aab40-2987-4da2-878c-bd6f3e4dc53e'>application/json</option>
</select>

```json
{
  "GsklCode": "BIM",
  "GsklDescription": "BIM Modeling",
  "GsklShortDesc": "BIM",
  "GsklRate": null,
  "GsklWmCode": null,
  "GsklUser": "ADWAIT",
  "GsklLastUpdDate": "2015-05-08T19:31:10Z",
  "GsklVUuid": "AC6CD9E2E533713CE053B08610AC4D99",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrskills/AC6CD9E2E533713CE053B08610AC4D99",
      "name": "hrskills",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrskills/AC6CD9E2E533713CE053B08610AC4D99",
      "name": "hrskills",
      "kind": "item"
    }
  ]
}
```

object
