GET v1/Event/UrlEventGuids

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and EventGuidNameViewModel [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {
    "Guid": "f359e43b-f013-4d92-9dad-ffe6d013aa9f",
    "Name": "sample string 2",
    "Domain": "sample string 3"
  },
  "sample string 2": {
    "Guid": "f359e43b-f013-4d92-9dad-ffe6d013aa9f",
    "Name": "sample string 2",
    "Domain": "sample string 3"
  }
}

application/octet-stream

Sample:
{"sample string 1":{"Guid":"f359e43b-f013-4d92-9dad-ffe6d013aa9f","Name":"sample string 2","Domain":"sample string 3"},"sample string 2":{"Guid":"f359e43b-f013-4d92-9dad-ffe6d013aa9f","Name":"sample string 2","Domain":"sample string 3"}}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringEventGuidNameViewModelwHSBTnn6 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringEventGuidNameViewModelwHSBTnn6>
    <Key>sample string 1</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Small">
      <d3p1:Domain>sample string 3</d3p1:Domain>
      <d3p1:Guid>f359e43b-f013-4d92-9dad-ffe6d013aa9f</d3p1:Guid>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Value>
  </KeyValueOfstringEventGuidNameViewModelwHSBTnn6>
  <KeyValueOfstringEventGuidNameViewModelwHSBTnn6>
    <Key>sample string 2</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Small">
      <d3p1:Domain>sample string 3</d3p1:Domain>
      <d3p1:Guid>f359e43b-f013-4d92-9dad-ffe6d013aa9f</d3p1:Guid>
      <d3p1:Name>sample string 2</d3p1:Name>
    </Value>
  </KeyValueOfstringEventGuidNameViewModelwHSBTnn6>
</ArrayOfKeyValueOfstringEventGuidNameViewModelwHSBTnn6>