GET v1/Activity/{id}/EventComponent/GuidName
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "e2279e18-32fb-4de9-962c-928a65f60305",
"Name": "sample string 2"
},
{
"Guid": "e2279e18-32fb-4de9-962c-928a65f60305",
"Name": "sample string 2"
}
]
application/octet-stream
Sample:
[{"Guid":"e2279e18-32fb-4de9-962c-928a65f60305","Name":"sample string 2"},{"Guid":"e2279e18-32fb-4de9-962c-928a65f60305","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>e2279e18-32fb-4de9-962c-928a65f60305</Guid>
<Name>sample string 2</Name>
</GuidName>
<GuidName>
<Guid>e2279e18-32fb-4de9-962c-928a65f60305</Guid>
<Name>sample string 2</Name>
</GuidName>
</ArrayOfGuidName>