---
title: "Retrieve a Specific PY Trade By VUUID"
slug: "retrieve-a-specific-py-trade-by-vuuid"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-py-trade-by-vuuid"
---

> ## 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 PY Trade By VUUID

Get/hcm-rest-api/rest/1/pytrades/DABA3F3A7C80677EE05316821FAC32ED

## 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 the recommended finder for querying a specific Trade by its row ID.

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

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='5c82f648-315b-43c5-a988-983f6cecb5fd'>application/json</option>
</select>

```json
{
  "TrdCode": "EXEC",
  "TrdDescription": "Executive",
  "TrdShortDesc": "Executive",
  "TrdTradeCode": null,
  "TrdTradeName": null,
  "TrdEeoClass": "01",
  "TrdUser": "ADWAIT",
  "TrdLastUpdDate": "2015-04-30T15:06:35Z",
  "TrdEstCostRate": null,
  "TrdEstBillRate": null,
  "TrdRpAvailblFlag": "N",
  "TrdIuCreateDate": "2015-04-30T15:06:35Z",
  "TrdIuUpdateDate": null,
  "TrdCertFlag": "N",
  "TrdType": null,
  "TrdTypeDesc": null,
  "TrdClassCode": null,
  "TrdSocCode": null,
  "TrdSocDescription": null,
  "TrdCraftCode": null,
  "TrdCraftDesc": null,
  "TrdLaborClass": null,
  "TrdLaborClassDesc": null,
  "TrdEeoClassDesc": "Exec/Sr Level Officer/Manager",
  "TrdApprentice": "J",
  "TrdApprenticeDesc": "Journeyman",
  "TrdVUuid": "DABA3F3A7C80677EE05316821FAC32ED",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pytrades/DABA3F3A7C80677EE05316821FAC32ED",
      "name": "pytrades",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pytrades/DABA3F3A7C80677EE05316821FAC32ED",
      "name": "pytrades",
      "kind": "item"
    }
  ]
}
```

object
