Retrieve a Specific Contact By VUUID
  • 01 Oct 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve a Specific Contact By VUUID

  • Dark
    Light

Article summary

Get
/sys-rest-api/rest/1/syscontact/{VUUID}

Retrieve System Contact Details

This endpoint retrieves the details of a system contact with the specified UUID.

Request

Request URL

  • Method: GET

Response Body

The response will contain the details of the system contact in the JSON format. Here is an example of the response body:

{
    "SyscContactCode":"",
    "SyscFirstName":"",
    "SyscMiddleName":null,
    "SyscLastName":"",
    "SyscDisplayName":"",
    "SyscPrefixName":null,
    "SyscSuffixName":null,
    "SyscAkaName":null,
    "SyscEmpNo":null,
    "SyscContactDesc":null,
    "SyscAddCompCode":"",
    "SyscAddCode":"",
    "SyscAddLine1":null,
    "SyscAddLine2":null,
    "SyscAddLine3":null,
    "SyscRegionCode":null,
    "SyscPostalCode":null,
    "SyscCountry":null,
    "SyscWorkPhoneNum":"",
    "SyscHomePhoneNum":null,
    "SyscMobileNum":null,
    "SyscPagerNum":null,
    "SyscFaxNum1":"",
    "SyscFaxNum2":null,
    "SyscEmail1":"",
    "SyscEmail1Link":"",
    "SyscEmail2":null,
    "SyscEmail2Link":null,
    "SyscWwwSite":null,
    "SyscPmRoleCode":"",
    "SyscPmRoleName":"",
    "SyscOther":null,
    "SyscPrefContactMth":"",
    "SyscActiveFlag":"",
    "SyscPartnCode":"",
    "SyscPartnTypeCode":"",
    "SyscPartnName":"",
    "SyscPrimaryFlag":"",
    "SyscLastUpdUser":"",
    "SyscBidFlag":"",
    "SyscCollabUsagePrice":null,
    "SyscCollabUserFlag":"",
    "SyscPartnOmOnlyFlag":"",
    "SyscHtmlEmailFlag":"",
    "SyscIndepContractorFlag":"",
    "SyscVUuid":"",
    "SyscLastModifiedDate":"",
    "links":[{"rel":"","href":"","name":"","kind":""}]
}

Response

The response will be in the JSON format and will contain the details of the system contact.

Security
HTTP
Type basic

Basic authentication

Path parameters
VUUID
stringRequired
Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "SyscContactCode": "SSH",
  "SyscFirstName": "Shahid",
  "SyscMiddleName": null,
  "SyscLastName": "Shariff",
  "SyscDisplayName": "Shahid Shariff",
  "SyscPrefixName": null,
  "SyscSuffixName": null,
  "SyscAkaName": null,
  "SyscEmpNo": null,
  "SyscContactDesc": null,
  "SyscAddCompCode": "ZZ",
  "SyscAddCode": "A",
  "SyscAddLine1": null,
  "SyscAddLine2": null,
  "SyscAddLine3": null,
  "SyscRegionCode": null,
  "SyscPostalCode": null,
  "SyscCountry": null,
  "SyscWorkPhoneNum": "123 312 2983",
  "SyscHomePhoneNum": null,
  "SyscMobileNum": null,
  "SyscPagerNum": null,
  "SyscFaxNum1": "234 312 2983",
  "SyscFaxNum2": null,
  "SyscEmail1": "ShahidWazir.Shariff@cmic.ca",
  "SyscEmail1Link": "ShahidWazir.Shariff@cmic.ca",
  "SyscEmail2": null,
  "SyscEmail2Link": null,
  "SyscWwwSite": null,
  "SyscPmRoleCode": "PROJMGR",
  "SyscPmRoleName": "PROJ. MANAGER",
  "SyscOther": null,
  "SyscPrefContactMth": "MAIL",
  "SyscActiveFlag": "Y",
  "SyscPartnCode": "ZZ",
  "SyscPartnTypeCode": "C",
  "SyscPartnName": "CMiC-ZZ  Test Company Incorp",
  "SyscPrimaryFlag": "N",
  "SyscLastUpdUser": "UIG",
  "SyscBidFlag": "N",
  "SyscCollabUsagePrice": null,
  "SyscCollabUserFlag": "N",
  "SyscPartnOmOnlyFlag": "N",
  "SyscHtmlEmailFlag": "N",
  "SyscIndepContractorFlag": "N",
  "SyscVUuid": "9DD509A0A2CF7F47E0536900A8C09AD7",
  "SyscLastModifiedDate": "2022-08-10T19:11:47Z",
  "links": [
    {
      "rel": "self",
      "href": "http://localhost:7101/sys-rest-api/rest/1/syscontact/9DD509A0A2CF7F47E0536900A8C09AD7",
      "name": "syscontact",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://localhost:7101/sys-rest-api/rest/1/syscontact/9DD509A0A2CF7F47E0536900A8C09AD7",
      "name": "syscontact",
      "kind": "item"
    }
  ]
}
object