---
title: "Retrieve a Specific Contact By VUUID"
slug: "retrieve-a-specific-contact-by-vuuid"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-contact-by-vuuid"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a Specific Contact By VUUID

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:

```json
{
    "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.

SecurityHTTPType basic

Basic authentication

Path parametersVUUIDstringRequired

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='8c2c548a-3174-4646-8227-c6378dfdd1dd'>application/json</option>
</select>

```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
