GET v1/Activity/Empty
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ActivityViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Nr | integer |
None. |
|
| IsFull | boolean |
None. |
|
| IsCanceled | boolean |
None. |
|
| Url | string |
None. |
|
| HideRating | boolean |
None. |
|
| SessionNumber | string |
None. |
|
| HidePicture | boolean |
None. |
|
| DisplayTypeId | byte |
None. |
|
| EventGuid | globally unique identifier |
None. |
|
| EventLocationGuid | globally unique identifier |
None. |
|
| ParentGuid | globally unique identifier |
None. |
|
| EventThemes | Collection of GuidName |
None. |
|
| ContributionGuid | globally unique identifier |
None. |
|
| Accessibility | boolean |
None. |
|
| Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2",
"Nr": 3,
"IsFull": true,
"IsCanceled": true,
"Url": "sample string 6",
"HideRating": true,
"SessionNumber": "sample string 8",
"HidePicture": true,
"DisplayTypeId": 64,
"EventGuid": "6d8b3a9e-b528-4424-a906-1be6ad7e5fe8",
"EventLocationGuid": "690e5b6e-8909-4914-b8a5-14a125bc7a1a",
"ParentGuid": "b7daf468-a3f9-44ae-a813-a0e3edc8a8a9",
"EventThemes": [
{
"Guid": "f9176fd8-1f58-457a-aed4-bb13cc0a3cd1",
"Name": "sample string 2"
},
{
"Guid": "f9176fd8-1f58-457a-aed4-bb13cc0a3cd1",
"Name": "sample string 2"
}
],
"ContributionGuid": "00a2d858-9df1-4a65-9a65-5f62819ed746",
"Accessibility": true,
"Guid": "d7aee3ad-c869-4e47-885c-f00b1de4a2bd",
"Created": "2026-05-11T05:11:44.750994+00:00",
"Modified": "2026-05-11T05:11:44.750994+00:00",
"Deleted": "2026-05-11T05:11:44.750994+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
application/octet-stream
Sample:
{"Name":"sample string 1","Description":"sample string 2","Nr":3,"IsFull":true,"IsCanceled":true,"Url":"sample string 6","HideRating":true,"SessionNumber":"sample string 8","HidePicture":true,"DisplayTypeId":64,"EventGuid":"6d8b3a9e-b528-4424-a906-1be6ad7e5fe8","EventLocationGuid":"690e5b6e-8909-4914-b8a5-14a125bc7a1a","ParentGuid":"b7daf468-a3f9-44ae-a813-a0e3edc8a8a9","EventThemes":[{"Guid":"f9176fd8-1f58-457a-aed4-bb13cc0a3cd1","Name":"sample string 2"},{"Guid":"f9176fd8-1f58-457a-aed4-bb13cc0a3cd1","Name":"sample string 2"}],"ContributionGuid":"00a2d858-9df1-4a65-9a65-5f62819ed746","Accessibility":true,"Guid":"d7aee3ad-c869-4e47-885c-f00b1de4a2bd","Created":"2026-05-11T05:11:44.750994+00:00","Modified":"2026-05-11T05:11:44.750994+00:00","Deleted":"2026-05-11T05:11:44.750994+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity">
<ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-11T05:11:44.750994+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-11T05:11:44.750994+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">d7aee3ad-c869-4e47-885c-f00b1de4a2bd</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-11T05:11:44.750994+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>00a2d858-9df1-4a65-9a65-5f62819ed746</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>6d8b3a9e-b528-4424-a906-1be6ad7e5fe8</EventGuid>
<EventLocationGuid>690e5b6e-8909-4914-b8a5-14a125bc7a1a</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>f9176fd8-1f58-457a-aed4-bb13cc0a3cd1</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>f9176fd8-1f58-457a-aed4-bb13cc0a3cd1</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</EventThemes>
<HidePicture>true</HidePicture>
<HideRating>true</HideRating>
<IsCanceled>true</IsCanceled>
<IsFull>true</IsFull>
<Name>sample string 1</Name>
<Nr>3</Nr>
<ParentGuid>b7daf468-a3f9-44ae-a813-a0e3edc8a8a9</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>