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

Get/pm-rest-api/rest/1/pmnoticestatus/BEB09CAC32CA7B6CE05316821FACA618

## 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 a recommended finder for querying a specific Notice Status by row ID.

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

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='83bf5b8f-fcbb-49ca-866a-8eb350a8fcc8'>application/json</option>
</select>

```json
{
  "PmnsIuCreateDate": "2014-04-25T18:39:42Z",
  "PmnsIuUpdateDate": null,
  "PmnsStatusClassCode": "R",
  "PmnsStatusCode": "REJECTED",
  "PmnsStatusName": "Rejected",
  "PmnsVUuid": "BEB09CAC32CA7B6CE05316821FACA618",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnoticestatus/BEB09CAC32CA7B6CE05316821FACA618",
      "name": "pmnoticestatus",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnoticestatus/BEB09CAC32CA7B6CE05316821FACA618",
      "name": "pmnoticestatus",
      "kind": "item"
    }
  ]
}
```

object
