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": "064f9c3b-2e0e-4cc7-8341-cf5312cae3f6", "Name": "sample string 2", "SessionNumber": "sample string 3", "EventWorkForms": [ { "Guid": "2629f25c-16d9-4ed8-8f55-87d80f5f10a7", "Name": "sample string 2" }, { "Guid": "2629f25c-16d9-4ed8-8f55-87d80f5f10a7", "Name": "sample string 2" } ] }, { "Guid": "064f9c3b-2e0e-4cc7-8341-cf5312cae3f6", "Name": "sample string 2", "SessionNumber": "sample string 3", "EventWorkForms": [ { "Guid": "2629f25c-16d9-4ed8-8f55-87d80f5f10a7", "Name": "sample string 2" }, { "Guid": "2629f25c-16d9-4ed8-8f55-87d80f5f10a7", "Name": "sample string 2" } ] } ]
application/octet-stream
Sample:
[{"Guid":"064f9c3b-2e0e-4cc7-8341-cf5312cae3f6","Name":"sample string 2","SessionNumber":"sample string 3","EventWorkForms":[{"Guid":"2629f25c-16d9-4ed8-8f55-87d80f5f10a7","Name":"sample string 2"},{"Guid":"2629f25c-16d9-4ed8-8f55-87d80f5f10a7","Name":"sample string 2"}]},{"Guid":"064f9c3b-2e0e-4cc7-8341-cf5312cae3f6","Name":"sample string 2","SessionNumber":"sample string 3","EventWorkForms":[{"Guid":"2629f25c-16d9-4ed8-8f55-87d80f5f10a7","Name":"sample string 2"},{"Guid":"2629f25c-16d9-4ed8-8f55-87d80f5f10a7","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>2629f25c-16d9-4ed8-8f55-87d80f5f10a7</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> <d3p1:GuidName> <d3p1:Guid>2629f25c-16d9-4ed8-8f55-87d80f5f10a7</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> </EventWorkForms> <Guid>064f9c3b-2e0e-4cc7-8341-cf5312cae3f6</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>2629f25c-16d9-4ed8-8f55-87d80f5f10a7</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> <d3p1:GuidName> <d3p1:Guid>2629f25c-16d9-4ed8-8f55-87d80f5f10a7</d3p1:Guid> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:GuidName> </EventWorkForms> <Guid>064f9c3b-2e0e-4cc7-8341-cf5312cae3f6</Guid> <Name>sample string 2</Name> <SessionNumber>sample string 3</SessionNumber> </ActivityGuidNameViewModel> </ArrayOfActivityGuidNameViewModel>