GET v1/Company/GuidName

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GuidName
NameDescriptionTypeAdditional information
Guid

globally unique identifier

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Guid": "aa1f0163-0d8b-4a67-ae0d-24b65565fa2b",
    "Name": "sample string 2"
  },
  {
    "Guid": "aa1f0163-0d8b-4a67-ae0d-24b65565fa2b",
    "Name": "sample string 2"
  }
]

application/octet-stream

Sample:
[{"Guid":"aa1f0163-0d8b-4a67-ae0d-24b65565fa2b","Name":"sample string 2"},{"Guid":"aa1f0163-0d8b-4a67-ae0d-24b65565fa2b","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>aa1f0163-0d8b-4a67-ae0d-24b65565fa2b</Guid>
    <Name>sample string 2</Name>
  </GuidName>
  <GuidName>
    <Guid>aa1f0163-0d8b-4a67-ae0d-24b65565fa2b</Guid>
    <Name>sample string 2</Name>
  </GuidName>
</ArrayOfGuidName>