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

Get/pm-rest-api/rest/1/pmmeeting/BDAEBA99169B30F7E05316821FACFFB1

## 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 Meeting by row ID.

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

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='afe53953-fbcb-4789-8a00-e077639081e6'>application/json</option>
</select>

```json
{
  "PmmComments": null,
  "PmmCompCode": "001",
  "PmmContactCode": "CK",
  "PmmDate": "2015-08-11T15:00:00Z",
  "PmmEndDate": "2015-08-11T18:00:00Z",
  "PmmEnteredByUser": "CHET",
  "PmmIuCreateDate": "2015-08-10T01:04:07Z",
  "PmmIuUpdateDate": "2016-05-12T17:59:34Z",
  "PmmLocation": "Dave's Office. 2nd Floor",
  "PmmMeetingId": "15-08-0901",
  "PmmMinutesFootnote": null,
  "PmmMinutesSentLastDate": null,
  "PmmNextComments": null,
  "PmmNextDate": null,
  "PmmNextItemNum": null,
  "PmmNextLocation": "Dave's Office. 2nd Floor",
  "PmmNextPreparedFlag": null,
  "PmmNextReminderDate": null,
  "PmmNextSubject": null,
  "PmmPartnCode": "001",
  "PmmPartnTypeCode": "C",
  "PmmProjCode": "1580",
  "PmmPurpose": "Review Dave's estimate. ",
  "PmmRecordStatus": "SUBMITTED",
  "PmmReminderDate": "2015-08-17",
  "PmmSubject": "Discuss Initial Estimate",
  "PmmTrackCode": "EST2PM",
  "PmmVUuid": "BDAEBA99169B30F7E05316821FACFFB1",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeeting/BDAEBA99169B30F7E05316821FACFFB1",
      "name": "pmmeeting",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeeting/BDAEBA99169B30F7E05316821FACFFB1",
      "name": "pmmeeting",
      "kind": "item"
    }
  ]
}
```

object
