GET api/applications/cpp/contacts/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ApplicationCpp| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | globally unique identifier |
None. |
|
| Cpp | IdNamePair |
None. |
|
| ProgramId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ApplicationId": "e3867261-9d8f-4d30-88a9-74720ed3caf7",
"Cpp": {
"Id": "39fa7247-a76c-4048-aaee-d4ef78b8c78f",
"Name": "sample string 2"
},
"ProgramId": "2e04ba55-8e15-4861-8eb4-ae199bb1e511"
},
{
"ApplicationId": "e3867261-9d8f-4d30-88a9-74720ed3caf7",
"Cpp": {
"Id": "39fa7247-a76c-4048-aaee-d4ef78b8c78f",
"Name": "sample string 2"
},
"ProgramId": "2e04ba55-8e15-4861-8eb4-ae199bb1e511"
}
]
application/xml, text/xml
Sample:
<ArrayOfApplicationCpp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
<ApplicationCpp>
<ApplicationId>e3867261-9d8f-4d30-88a9-74720ed3caf7</ApplicationId>
<Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d3p1:Id>39fa7247-a76c-4048-aaee-d4ef78b8c78f</d3p1:Id>
<d3p1:Name>sample string 2</d3p1:Name>
</Cpp>
<ProgramId>2e04ba55-8e15-4861-8eb4-ae199bb1e511</ProgramId>
</ApplicationCpp>
<ApplicationCpp>
<ApplicationId>e3867261-9d8f-4d30-88a9-74720ed3caf7</ApplicationId>
<Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d3p1:Id>39fa7247-a76c-4048-aaee-d4ef78b8c78f</d3p1:Id>
<d3p1:Name>sample string 2</d3p1:Name>
</Cpp>
<ProgramId>2e04ba55-8e15-4861-8eb4-ae199bb1e511</ProgramId>
</ApplicationCpp>
</ArrayOfApplicationCpp>