Retrieve a Specific PM Distribution (CC) By VUUID
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve a Specific PM Distribution (CC) By VUUID
- Updated on 06 Jan 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/pmdistcc/9FC8F96DA63B4B69E053788610AC556A
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 an optional finder for querying a specific PM Distribution (CC) by row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | /pm-rest-api/rest/1/pmdistcc/9FC8F96DA63B4B69E053788610AC556A |
Security
HTTP
Type basic
Basic authentication
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"PmdistAbbrevCode": "001",
"PmdistCcFlag": "N",
"PmdistComment": null,
"PmdistCompanyCode": "001",
"PmdistContactCode": "SC",
"PmdistIuCreateDate": "2017-11-13T20:46:02Z",
"PmdistIuUpdateDate": null,
"PmdistObjId": null,
"PmdistObjId2": null,
"PmdistObjectType": "PMRFI",
"PmdistPartnCode": "001",
"PmdistPartnTypeCode": "C",
"PmdistProjectCode": "14001",
"PmdistTreatAsToFlag": "N",
"PmdistVUuid": "9FC8F96DA63B4B69E053788610AC556A",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdistcc/9FC8F96DA63B4B69E053788610AC556A",
"name": "pmdistcc",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdistcc/9FC8F96DA63B4B69E053788610AC556A",
"name": "pmdistcc",
"kind": "item"
}
]
}
object