Retrieve a Specific PM Note By VUUID
    • 12 Feb 2025
    • 1 Minute to read
    • Dark
      Light

    Retrieve a Specific PM Note By VUUID

    • Dark
      Light

    Article summary

    Get
    /pm-rest-api/rest/1/pmnotes/C377D77723047140E05316821FAC73E3
    Security
    HTTP
    Type basic

    Basic authentication

    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "PmnClosedFlag": "N",
      "PmnComment": null,
      "PmnContactCode": "SC",
      "PmnContactName": "Steve Cangiano",
      "PmnDate": "2018-08-05T21:43:14Z",
      "PmnInternalFlag": null,
      "PmnNote": "Here is a new note.",
      "PmnNum": 1,
      "PmnObjCompCode": "001",
      "PmnObjKey1": "00001",
      "PmnObjKey2": "UNUSED",
      "PmnObjProjCode": "15600",
      "PmnObjectType": "PMDAYJR",
      "PmnPartnCode": "001",
      "PmnPartnTypeCode": "C",
      "PmnSrcCode": null,
      "PmnSrcDesc": null,
      "PmnStatusCode": "OPEN",
      "PmnSubject": null,
      "PmnUser": "STEVE",
      "PmnVUuid": "C377D77723047140E05316821FAC73E3",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotes/C377D77723047140E05316821FAC73E3",
          "name": "pmnotes",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotes/C377D77723047140E05316821FAC73E3",
          "name": "pmnotes",
          "kind": "item"
        }
      ]
    }
    object