GET v1/WebsiteStatus/GuidName
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GuidName| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Guid": "988d2eef-6ed9-4214-b3ad-a28162a4e05e",
"Name": "sample string 2"
},
{
"Guid": "988d2eef-6ed9-4214-b3ad-a28162a4e05e",
"Name": "sample string 2"
}
]
application/octet-stream
Sample:
[{"Guid":"988d2eef-6ed9-4214-b3ad-a28162a4e05e","Name":"sample string 2"},{"Guid":"988d2eef-6ed9-4214-b3ad-a28162a4e05e","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>988d2eef-6ed9-4214-b3ad-a28162a4e05e</Guid>
<Name>sample string 2</Name>
</GuidName>
<GuidName>
<Guid>988d2eef-6ed9-4214-b3ad-a28162a4e05e</Guid>
<Name>sample string 2</Name>
</GuidName>
</ArrayOfGuidName>