GET v1/Event/{id}/Presentation/GuidName
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FileActivityGuidNameName | Description | Type | Additional information |
---|---|---|---|
FileGuidName | GuidName |
None. |
|
ActivityGuidName | GuidName |
None. |
|
SessionNumber | string |
None. |
|
EventWorkForms | Collection of GuidName |
None. |
|
FullFileName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FileGuidName": { "Guid": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d", "Name": "sample string 2" }, "ActivityGuidName": { "Guid": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d", "Name": "sample string 2" }, "SessionNumber": "sample string 1", "EventWorkForms": [ { "Guid": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d", "Name": "sample string 2" }, { "Guid": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d", "Name": "sample string 2" } ], "FullFileName": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d" }, { "FileGuidName": { "Guid": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d", "Name": "sample string 2" }, "ActivityGuidName": { "Guid": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d", "Name": "sample string 2" }, "SessionNumber": "sample string 1", "EventWorkForms": [ { "Guid": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d", "Name": "sample string 2" }, { "Guid": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d", "Name": "sample string 2" } ], "FullFileName": "f03d3408-ad7f-4a10-a1d9-3aec61d1555d" } ]
application/octet-stream
Sample:
[{"FileGuidName":{"Guid":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d","Name":"sample string 2"},"ActivityGuidName":{"Guid":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d","Name":"sample string 2"},"SessionNumber":"sample string 1","EventWorkForms":[{"Guid":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d","Name":"sample string 2"},{"Guid":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d","Name":"sample string 2"}],"FullFileName":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d"},{"FileGuidName":{"Guid":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d","Name":"sample string 2"},"ActivityGuidName":{"Guid":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d","Name":"sample string 2"},"SessionNumber":"sample string 1","EventWorkForms":[{"Guid":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d","Name":"sample string 2"},{"Guid":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d","Name":"sample string 2"}],"FullFileName":"f03d3408-ad7f-4a10-a1d9-3aec61d1555d"}]
application/xml, text/xml
Sample:
<ArrayOfFileActivityGuidName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.List"> <FileActivityGuidName> <ActivityGuidName xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d3p1:Guid>f03d3408-ad7f-4a10-a1d9-3aec61d1555d</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </ActivityGuidName> <EventWorkForms xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d3p1:GuidName> <d3p1:Guid>f03d3408-ad7f-4a10-a1d9-3aec61d1555d</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> <d3p1:GuidName> <d3p1:Guid>f03d3408-ad7f-4a10-a1d9-3aec61d1555d</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> </EventWorkForms> <FileGuidName xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d3p1:Guid>f03d3408-ad7f-4a10-a1d9-3aec61d1555d</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </FileGuidName> <SessionNumber>sample string 1</SessionNumber> </FileActivityGuidName> <FileActivityGuidName> <ActivityGuidName xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d3p1:Guid>f03d3408-ad7f-4a10-a1d9-3aec61d1555d</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </ActivityGuidName> <EventWorkForms xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d3p1:GuidName> <d3p1:Guid>f03d3408-ad7f-4a10-a1d9-3aec61d1555d</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> <d3p1:GuidName> <d3p1:Guid>f03d3408-ad7f-4a10-a1d9-3aec61d1555d</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> </EventWorkForms> <FileGuidName xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d3p1:Guid>f03d3408-ad7f-4a10-a1d9-3aec61d1555d</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </FileGuidName> <SessionNumber>sample string 1</SessionNumber> </FileActivityGuidName> </ArrayOfFileActivityGuidName>