GET v1/EventContent/{id}/BelowTextPicture/GuidName
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GuidNameName | Description | Type | Additional information |
---|---|---|---|
Guid | globally unique identifier |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Guid": "66c7aea9-0a0f-49de-9264-f10d168e3d5b", "Name": "sample string 2" }
application/octet-stream
Sample:
{"Guid":"66c7aea9-0a0f-49de-9264-f10d168e3d5b","Name":"sample string 2"}
application/xml, text/xml
Sample:
<GuidName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <Guid>66c7aea9-0a0f-49de-9264-f10d168e3d5b</Guid> <Name>sample string 2</Name> </GuidName>