---
title: "Retrieve a Specific PM Contract Type"
slug: "retrieve-a-specific-pm-contract-type"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-pm-contract-type"
---

> ## 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 PM Contract Type

Get/pm-rest-api/rest/1/pmcontracttype/D0A47915B0A65D7AE05316821FAC6D84

## 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 PM Contract Type by row ID.

| Parameter | Description | Sample |
| --- | --- | --- |
| /VUUID | The VUuid attribute is the Unique row ID | /pm-rest-api/rest/1/pmcontracttype/D0A47915B0A65D7AE05316821FAC6D84 |

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='a900086b-7ba0-4904-abd2-41cb996025d3'>application/json</option>
</select>

```json
{
  "PmctActiveFlag": "Y",
  "PmctCompCode": "001",
  "PmctCompName": "CMiC Construction Inc",
  "PmctContTypeCode": null,
  "PmctContractType": "Cost Plus",
  "PmctVUuid": "D0A47915B0A65D7AE05316821FAC6D84",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcontracttype/D0A47915B0A65D7AE05316821FAC6D84",
      "name": "pmcontracttype",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcontracttype/D0A47915B0A65D7AE05316821FAC6D84",
      "name": "pmcontracttype",
      "kind": "item"
    }
  ]
}
```

object
