Retrieve a Specific PM Communication Type

Prev Next
Get
/pm-rest-api/rest/1/pmcommtype/D0A4791597A75D7AE05316821FAC6D84

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 Communication Type by row ID.

Parameter Description Sample
/VUUID The VUuid attribute is the Unique row ID /pm-rest-api/rest/1/pmcommtype/D0A4791597A75D7AE05316821FAC6D84
Security
HTTP
Type basic

Basic authentication

Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "BpcommCode": "CALL",
  "BpcommIuCreateDate": "2014-04-25T18:39:42Z",
  "BpcommIuUpdateDate": null,
  "BpcommName": "Call",
  "BpcommSortKey": 20,
  "BpcommVUuid": "D0A4791597A75D7AE05316821FAC6D84",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcommtype/D0A4791597A75D7AE05316821FAC6D84",
      "name": "pmcommtype",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcommtype/D0A4791597A75D7AE05316821FAC6D84",
      "name": "pmcommtype",
      "kind": "item"
    }
  ]
}
object