GET v1/Person/GuidName?personType={personType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
personType | PersonType |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GuidNameName | Description | Type | Additional information |
---|---|---|---|
Guid | globally unique identifier |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Guid": "06f1c9c7-7d20-45f5-b262-94ff4c0cc036", "Name": "sample string 2" }, { "Guid": "06f1c9c7-7d20-45f5-b262-94ff4c0cc036", "Name": "sample string 2" } ]
application/octet-stream
Sample:
[{"Guid":"06f1c9c7-7d20-45f5-b262-94ff4c0cc036","Name":"sample string 2"},{"Guid":"06f1c9c7-7d20-45f5-b262-94ff4c0cc036","Name":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfGuidName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <GuidName> <Guid>06f1c9c7-7d20-45f5-b262-94ff4c0cc036</Guid> <Name>sample string 2</Name> </GuidName> <GuidName> <Guid>06f1c9c7-7d20-45f5-b262-94ff4c0cc036</Guid> <Name>sample string 2</Name> </GuidName> </ArrayOfGuidName>