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": "d9e36ae7-54e7-4228-94de-64a318110743",
"Cpp": {
"Id": "0999df5c-038e-4b95-95e7-9ee68b156760",
"Name": "sample string 2"
},
"ProgramId": "13ec9a3e-f781-41ff-866d-d98f43359e6f"
},
{
"ApplicationId": "d9e36ae7-54e7-4228-94de-64a318110743",
"Cpp": {
"Id": "0999df5c-038e-4b95-95e7-9ee68b156760",
"Name": "sample string 2"
},
"ProgramId": "13ec9a3e-f781-41ff-866d-d98f43359e6f"
}
]
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>d9e36ae7-54e7-4228-94de-64a318110743</ApplicationId>
<Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d3p1:Id>0999df5c-038e-4b95-95e7-9ee68b156760</d3p1:Id>
<d3p1:Name>sample string 2</d3p1:Name>
</Cpp>
<ProgramId>13ec9a3e-f781-41ff-866d-d98f43359e6f</ProgramId>
</ApplicationCpp>
<ApplicationCpp>
<ApplicationId>d9e36ae7-54e7-4228-94de-64a318110743</ApplicationId>
<Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d3p1:Id>0999df5c-038e-4b95-95e7-9ee68b156760</d3p1:Id>
<d3p1:Name>sample string 2</d3p1:Name>
</Cpp>
<ProgramId>13ec9a3e-f781-41ff-866d-d98f43359e6f</ProgramId>
</ApplicationCpp>
</ArrayOfApplicationCpp>