GET v1/Activity/Empty
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ActivityViewModelName | 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. |
|
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": "d53369a2-4158-4272-a991-0dc85b943495", "EventLocationGuid": "1f208e17-39bf-44d5-a389-5391b7cb4adf", "ParentGuid": "56e115d2-09d8-4cba-8349-554168ef8d39", "EventThemes": [ { "Guid": "92b2b6e1-bc2e-4389-ad76-e52bb87e392a", "Name": "sample string 2" }, { "Guid": "92b2b6e1-bc2e-4389-ad76-e52bb87e392a", "Name": "sample string 2" } ], "ContributionGuid": "f3918190-655c-44e5-aedb-34cc0a7c06c6", "Guid": "9020700a-143a-44ea-95b7-19469e98dc9d", "Created": "2024-10-03T17:08:46.5722705+00:00", "Modified": "2024-10-03T17:08:46.5722705+00:00", "Deleted": "2024-10-03T17:08:46.5722705+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":"d53369a2-4158-4272-a991-0dc85b943495","EventLocationGuid":"1f208e17-39bf-44d5-a389-5391b7cb4adf","ParentGuid":"56e115d2-09d8-4cba-8349-554168ef8d39","EventThemes":[{"Guid":"92b2b6e1-bc2e-4389-ad76-e52bb87e392a","Name":"sample string 2"},{"Guid":"92b2b6e1-bc2e-4389-ad76-e52bb87e392a","Name":"sample string 2"}],"ContributionGuid":"f3918190-655c-44e5-aedb-34cc0a7c06c6","Guid":"9020700a-143a-44ea-95b7-19469e98dc9d","Created":"2024-10-03T17:08:46.5722705+00:00","Modified":"2024-10-03T17:08:46.5722705+00:00","Deleted":"2024-10-03T17:08:46.5722705+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">2024-10-03T17:08:46.5722705+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T17:08:46.5722705+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">9020700a-143a-44ea-95b7-19469e98dc9d</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T17:08:46.5722705+00:00</Modified> <ContributionGuid>f3918190-655c-44e5-aedb-34cc0a7c06c6</ContributionGuid> <Description>sample string 2</Description> <DisplayTypeId>64</DisplayTypeId> <EventGuid>d53369a2-4158-4272-a991-0dc85b943495</EventGuid> <EventLocationGuid>1f208e17-39bf-44d5-a389-5391b7cb4adf</EventLocationGuid> <EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common"> <d2p1:GuidName> <d2p1:Guid>92b2b6e1-bc2e-4389-ad76-e52bb87e392a</d2p1:Guid> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:GuidName> <d2p1:GuidName> <d2p1:Guid>92b2b6e1-bc2e-4389-ad76-e52bb87e392a</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>56e115d2-09d8-4cba-8349-554168ef8d39</ParentGuid> <SessionNumber>sample string 8</SessionNumber> <Url>sample string 6</Url> </ActivityViewModel>