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 ActivityGuidNameViewModel| Name | 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": "a8cbc3f7-e653-461a-9aa5-b1505f99fdce",
"Name": "sample string 2",
"SessionNumber": "sample string 3",
"EventWorkForms": [
{
"Guid": "997a85ee-f15f-4546-a733-532439eede5d",
"Name": "sample string 2"
},
{
"Guid": "997a85ee-f15f-4546-a733-532439eede5d",
"Name": "sample string 2"
}
]
},
{
"Guid": "a8cbc3f7-e653-461a-9aa5-b1505f99fdce",
"Name": "sample string 2",
"SessionNumber": "sample string 3",
"EventWorkForms": [
{
"Guid": "997a85ee-f15f-4546-a733-532439eede5d",
"Name": "sample string 2"
},
{
"Guid": "997a85ee-f15f-4546-a733-532439eede5d",
"Name": "sample string 2"
}
]
}
]
application/octet-stream
Sample:
[{"Guid":"a8cbc3f7-e653-461a-9aa5-b1505f99fdce","Name":"sample string 2","SessionNumber":"sample string 3","EventWorkForms":[{"Guid":"997a85ee-f15f-4546-a733-532439eede5d","Name":"sample string 2"},{"Guid":"997a85ee-f15f-4546-a733-532439eede5d","Name":"sample string 2"}]},{"Guid":"a8cbc3f7-e653-461a-9aa5-b1505f99fdce","Name":"sample string 2","SessionNumber":"sample string 3","EventWorkForms":[{"Guid":"997a85ee-f15f-4546-a733-532439eede5d","Name":"sample string 2"},{"Guid":"997a85ee-f15f-4546-a733-532439eede5d","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>997a85ee-f15f-4546-a733-532439eede5d</d3p1:Guid>
<d3p1:Name>sample string 2</d3p1:Name>
</d3p1:GuidName>
<d3p1:GuidName>
<d3p1:Guid>997a85ee-f15f-4546-a733-532439eede5d</d3p1:Guid>
<d3p1:Name>sample string 2</d3p1:Name>
</d3p1:GuidName>
</EventWorkForms>
<Guid>a8cbc3f7-e653-461a-9aa5-b1505f99fdce</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>997a85ee-f15f-4546-a733-532439eede5d</d3p1:Guid>
<d3p1:Name>sample string 2</d3p1:Name>
</d3p1:GuidName>
<d3p1:GuidName>
<d3p1:Guid>997a85ee-f15f-4546-a733-532439eede5d</d3p1:Guid>
<d3p1:Name>sample string 2</d3p1:Name>
</d3p1:GuidName>
</EventWorkForms>
<Guid>a8cbc3f7-e653-461a-9aa5-b1505f99fdce</Guid>
<Name>sample string 2</Name>
<SessionNumber>sample string 3</SessionNumber>
</ActivityGuidNameViewModel>
</ArrayOfActivityGuidNameViewModel>