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 ApplicationCppName | 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": "012b5224-d23c-45e5-90c4-c62f7d270fe7", "Cpp": { "Id": "73e20bf9-dfeb-4268-831e-26db2aac5fae", "Name": "sample string 2" }, "ProgramId": "b5adf025-736d-494a-a75c-36ea4b6e2541" }, { "ApplicationId": "012b5224-d23c-45e5-90c4-c62f7d270fe7", "Cpp": { "Id": "73e20bf9-dfeb-4268-831e-26db2aac5fae", "Name": "sample string 2" }, "ProgramId": "b5adf025-736d-494a-a75c-36ea4b6e2541" } ]
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>012b5224-d23c-45e5-90c4-c62f7d270fe7</ApplicationId> <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d3p1:Id>73e20bf9-dfeb-4268-831e-26db2aac5fae</d3p1:Id> <d3p1:Name>sample string 2</d3p1:Name> </Cpp> <ProgramId>b5adf025-736d-494a-a75c-36ea4b6e2541</ProgramId> </ApplicationCpp> <ApplicationCpp> <ApplicationId>012b5224-d23c-45e5-90c4-c62f7d270fe7</ApplicationId> <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d3p1:Id>73e20bf9-dfeb-4268-831e-26db2aac5fae</d3p1:Id> <d3p1:Name>sample string 2</d3p1:Name> </Cpp> <ProgramId>b5adf025-736d-494a-a75c-36ea4b6e2541</ProgramId> </ApplicationCpp> </ArrayOfApplicationCpp>