Retrieve a Specific PM Note By VUUID
- 12 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve a Specific PM Note By VUUID
- Updated on 12 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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