---
title: "Retrieve a Specific PM Field Work Directive By VUUID"
slug: "retrieve-a-specific-pm-field-work-directive-by-vuuid"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-pm-field-work-directive-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 PM Field Work Directive By VUUID

Get/pm-rest-api/rest/1/pmfwd/BEB04FBDA8766ED6E05316821FACB404

## 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 Field Work Directive by row ID.

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

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='a279c98a-81cd-46ba-bb4c-479e63357f27'>application/json</option>
</select>

```json
{
  "PmfwdActualCostAmt": null,
  "PmfwdClvValueCode1": null,
  "PmfwdClvValueCode2": null,
  "PmfwdClvValueCode3": null,
  "PmfwdClvValueCode4": null,
  "PmfwdClvValueCode5": null,
  "PmfwdClvValueCode6": null,
  "PmfwdCmCode": "EXT0002",
  "PmfwdCompCode": "001",
  "PmfwdDate": "2015-05-25",
  "PmfwdDesc": "Higher Quality Light Fixtures\r\n\r\nPlease install the higher quality light fixtures on floors 10, 12, and 22. As we discussed. The product spec sheets should be attached. \r\n\r\nA formal SCO will follow this document. \r\n\r\nThanks, \r\n\r\nSteve.",
  "PmfwdEstCostAmt": 1500,
  "PmfwdFlwpContactCode": "SC",
  "PmfwdFlwpPartnCode": "001",
  "PmfwdFlwpPartnTypeCode": "C",
  "PmfwdFollowupDate": null,
  "PmfwdFollowupDueDate": "2015-06-08",
  "PmfwdFollowupNotes": "See all attachments.",
  "PmfwdFollowupRequiredFlag": "N",
  "PmfwdFromContactCode": "SC",
  "PmfwdFromPartnCode": "001",
  "PmfwdFromPartnTypeCode": "C",
  "PmfwdFwdId": "0001",
  "PmfwdNotToExceedCostAmt": 2500,
  "PmfwdProjCode": "14001",
  "PmfwdRecordStatus": "SUBMITTED",
  "PmfwdRefDesc": null,
  "PmfwdRespStatusCode": null,
  "PmfwdStatusCode": "OPEN",
  "PmfwdSubject": "Higher Quality Light Fixtures",
  "PmfwdToContactCode": "JB",
  "PmfwdToPartnCode": "37846",
  "PmfwdToPartnTypeCode": "P",
  "PmfwdVUuid": "BEB04FBDA8766ED6E05316821FACB404",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmfwd/BEB04FBDA8766ED6E05316821FACB404",
      "name": "pmfwd",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmfwd/BEB04FBDA8766ED6E05316821FACB404",
      "name": "pmfwd",
      "kind": "item"
    }
  ]
}
```

object
