GET v1/Activity/GuidName?eventId={eventId}&parentId={parentId}&hasContribution={hasContribution}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventId | globally unique identifier |
Required |
|
parentId | globally unique identifier |
None. |
|
hasContribution | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ActivityGuidNameViewModelName | Description | Type | Additional information |
---|---|---|---|
Guid | globally unique identifier |
None. |
|
Name | string |
None. |
|
SessionNumber | string |
None. |
|
EventWorkForms | Collection of GuidName |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Guid": "739806f7-7025-4435-9757-4241de12c67e", "Name": "sample string 2", "SessionNumber": "sample string 3", "EventWorkForms": [ { "Guid": "62d7f2bf-458e-47ea-9f59-44971b2e0d52", "Name": "sample string 2" }, { "Guid": "62d7f2bf-458e-47ea-9f59-44971b2e0d52", "Name": "sample string 2" } ] }, { "Guid": "739806f7-7025-4435-9757-4241de12c67e", "Name": "sample string 2", "SessionNumber": "sample string 3", "EventWorkForms": [ { "Guid": "62d7f2bf-458e-47ea-9f59-44971b2e0d52", "Name": "sample string 2" }, { "Guid": "62d7f2bf-458e-47ea-9f59-44971b2e0d52", "Name": "sample string 2" } ] } ]
application/octet-stream
Sample:
[{"Guid":"739806f7-7025-4435-9757-4241de12c67e","Name":"sample string 2","SessionNumber":"sample string 3","EventWorkForms":[{"Guid":"62d7f2bf-458e-47ea-9f59-44971b2e0d52","Name":"sample string 2"},{"Guid":"62d7f2bf-458e-47ea-9f59-44971b2e0d52","Name":"sample string 2"}]},{"Guid":"739806f7-7025-4435-9757-4241de12c67e","Name":"sample string 2","SessionNumber":"sample string 3","EventWorkForms":[{"Guid":"62d7f2bf-458e-47ea-9f59-44971b2e0d52","Name":"sample string 2"},{"Guid":"62d7f2bf-458e-47ea-9f59-44971b2e0d52","Name":"sample string 2"}]}]
application/xml, text/xml
Sample:
<ArrayOfActivityGuidNameViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Small"> <ActivityGuidNameViewModel> <EventWorkForms xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d3p1:GuidName> <d3p1:Guid>62d7f2bf-458e-47ea-9f59-44971b2e0d52</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> <d3p1:GuidName> <d3p1:Guid>62d7f2bf-458e-47ea-9f59-44971b2e0d52</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> </EventWorkForms> <Guid>739806f7-7025-4435-9757-4241de12c67e</Guid> <Name>sample string 2</Name> <SessionNumber>sample string 3</SessionNumber> </ActivityGuidNameViewModel> <ActivityGuidNameViewModel> <EventWorkForms xmlns:d3p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d3p1:GuidName> <d3p1:Guid>62d7f2bf-458e-47ea-9f59-44971b2e0d52</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> <d3p1:GuidName> <d3p1:Guid>62d7f2bf-458e-47ea-9f59-44971b2e0d52</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> </EventWorkForms> <Guid>739806f7-7025-4435-9757-4241de12c67e</Guid> <Name>sample string 2</Name> <SessionNumber>sample string 3</SessionNumber> </ActivityGuidNameViewModel> </ArrayOfActivityGuidNameViewModel>