Retrieve a Specific PM Notice By VUUID
  • 13 Jun 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve a Specific PM Notice By VUUID

  • Dark
    Light

Article summary

Get
/pm-rest-api/rest/1/pmnotice/BEB09CAC289B7B6CE05316821FACA618

Query Standards

KeyRecommendedDescription
finderYesFilters data based on attributes
limitYesNo. of items to return
offsetYesitem index
totalResultsYesReturns total number of items
orderByYesReturns 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 by row ID.

ParameterDescriptionSample
/VUUIDThe VUuid attribute is the Unique row ID/pm-rest-api/rest/1/pmnotice/BEB09CAC289B7B6CE05316821FACA618
Security
HTTP
Type basic

Basic authentication

Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "PmntcClvValueCode1": null,
  "PmntcClvValueCode2": null,
  "PmntcClvValueCode3": null,
  "PmntcClvValueCode4": null,
  "PmntcClvValueCode5": null,
  "PmntcClvValueCode6": null,
  "PmntcCmCode": null,
  "PmntcCompCode": "001",
  "PmntcFollowupDate": null,
  "PmntcFollowupDueDate": "2015-09-15",
  "PmntcFollowupNotes": "Employee must leave the building immediately.",
  "PmntcFollowupRequiredFlag": "Y",
  "PmntcFromContactCode": "DUS",
  "PmntcFromPartnCode": "001",
  "PmntcFromPartnTypeCode": "C",
  "PmntcIuCreateDate": "2015-09-08T20:57:14Z",
  "PmntcIuUpdateDate": "2015-09-08T21:05:09Z",
  "PmntcNotes": "Immediate termination!",
  "PmntcNoticeDate": "2015-09-08T20:54:00Z",
  "PmntcNoticeId": "NTC00001",
  "PmntcNoticeStatusCode": "OPEN",
  "PmntcProjCode": "16-001",
  "PmntcRecordStatus": "SUBMITTED",
  "PmntcReference": null,
  "PmntcSubject": "Non Conformance Notice - Failure to Show up to work on time",
  "PmntcToContactCode": "ZB",
  "PmntcToPartnCode": "001",
  "PmntcToPartnTypeCode": "C",
  "PmntcVUuid": "BEB09CAC289B7B6CE05316821FACA618",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotice/BEB09CAC289B7B6CE05316821FACA618",
      "name": "pmnotice",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotice/BEB09CAC289B7B6CE05316821FACA618",
      "name": "pmnotice",
      "kind": "item"
    }
  ]
}
object