Retrieve a Specific PM Notice By VUUID
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Retrieve a Specific PM Notice By VUUID
- Updated on 25 Sep 2024
- 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/pmnotice/BEB09CAC289B7B6CE05316821FACA618
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 by row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The 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-08T08:57:14Z",
"PmntcIuUpdateDate": "2015-09-08T09:05:09Z",
"PmntcNotes": "Immediate termination!",
"PmntcNoticeDate": "2015-09-08T08: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