---
title: "Retrieve a Specific PY Check"
slug: "retrieve-a-specific-py-check"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-py-check"
---

> ## 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 Check

Get/hcm-rest-api/rest/1/pychecks/D2B738475DBB47BAE05316821FACA276

## 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 PY Check by its row ID.

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

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='e9af9dc3-0d8f-4d18-a430-cfc010579960'>application/json</option>
</select>

```json
{
  "PycCheckSeqNo": 6773,
  "PycCompCode": "001",
  "PycPrnCode": "WK",
  "PycYear": 2015,
  "PycPprPeriod": 3,
  "PycEmpNo": "02085",
  "PycPygCode": "HRLY",
  "PycTranType": "C",
  "PycBankCode": "BOA",
  "PycBranchCode": "NY",
  "PycBankAccNum": "100100987",
  "PycEmpBankCode": null,
  "PycEmpBranchCode": null,
  "PycEmpBankAccNum": null,
  "PycCheckNum": 30,
  "PycCheckAmt": 1478.29,
  "PycCheckDate": "2015-01-21",
  "PycCheckVoidDate": null,
  "PycRecDate": null,
  "PycRecFlag": "N",
  "PycStatementDate": null,
  "PycRefSeqNo": 6773,
  "PycUser": "UIG",
  "PycLastUpdDate": "2015-05-28T15:33:43Z",
  "PycAchTranCode": null,
  "PycManualChkPrint": "N",
  "PycPrintCheckOnly": "N",
  "PycAsciiFileNo": null,
  "PycThirdPartySickPay": null,
  "PycAssignedCheckNum": 0,
  "PycCklocCode": null,
  "PycCklocPygCode": null,
  "PycPositivePayFileNo": null,
  "PycHomeCompCode": "001",
  "PycHomeDeptCode": "113",
  "PycVUuid": "D2B738475DBB47BAE05316821FACA276",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pychecks/D2B738475DBB47BAE05316821FACA276",
      "name": "pychecks",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pychecks/D2B738475DBB47BAE05316821FACA276",
      "name": "pychecks",
      "kind": "item"
    }
  ]
}
```

object
