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": "74fd300e-f055-494c-ad2f-8f05a5b30f6e", "Cpp": { "Id": "e08d32fe-f1a2-4b39-8d86-5eb379e59d1e", "Name": "sample string 2" }, "ProgramId": "9337266d-a86b-41dc-8be5-5767ca0a8a7d" }, { "ApplicationId": "74fd300e-f055-494c-ad2f-8f05a5b30f6e", "Cpp": { "Id": "e08d32fe-f1a2-4b39-8d86-5eb379e59d1e", "Name": "sample string 2" }, "ProgramId": "9337266d-a86b-41dc-8be5-5767ca0a8a7d" } ]
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>74fd300e-f055-494c-ad2f-8f05a5b30f6e</ApplicationId> <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d3p1:Id>e08d32fe-f1a2-4b39-8d86-5eb379e59d1e</d3p1:Id> <d3p1:Name>sample string 2</d3p1:Name> </Cpp> <ProgramId>9337266d-a86b-41dc-8be5-5767ca0a8a7d</ProgramId> </ApplicationCpp> <ApplicationCpp> <ApplicationId>74fd300e-f055-494c-ad2f-8f05a5b30f6e</ApplicationId> <Cpp xmlns:d3p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d3p1:Id>e08d32fe-f1a2-4b39-8d86-5eb379e59d1e</d3p1:Id> <d3p1:Name>sample string 2</d3p1:Name> </Cpp> <ProgramId>9337266d-a86b-41dc-8be5-5767ca0a8a7d</ProgramId> </ApplicationCpp> </ArrayOfApplicationCpp>