Retrieve a Specific PM Contract Type
  • 28 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve a Specific PM Contract Type

  • Dark
    Light

Article summary

Get
/pm-rest-api/rest/1/pmcontracttype/D0A47915B0A65D7AE05316821FAC6D84

Query Standards

KeyRecommendedDescription
finderYesFilters data based on attributes
limitYesNo. of items to return
offsetYesitem index
totalResultsYesReturns total number of items
orderByYesReturns 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 Contract Type by row ID.

ParameterDescriptionSample
/VUUIDThe VUuid attribute is the Unique row ID/pm-rest-api/rest/1/pmcontracttype/D0A47915B0A65D7AE05316821FAC6D84
Security
HTTP
Type basic

Basic authentication

Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "PmctActiveFlag": "Y",
  "PmctCompCode": "001",
  "PmctCompName": "CMiC Construction Inc",
  "PmctContTypeCode": null,
  "PmctContractType": "Cost Plus",
  "PmctVUuid": "D0A47915B0A65D7AE05316821FAC6D84",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcontracttype/D0A47915B0A65D7AE05316821FAC6D84",
      "name": "pmcontracttype",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcontracttype/D0A47915B0A65D7AE05316821FAC6D84",
      "name": "pmcontracttype",
      "kind": "item"
    }
  ]
}
object