GET api/ActivityManager/Statuses
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ActivityManagerStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| SendNotifications | boolean |
None. |
|
| BackgroundColor | string |
None. |
|
| TextColor | string |
None. |
|
| UseColor | boolean |
None. |
|
| Rank | integer |
None. |
|
| IsReadOnly | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Identity": "914f66d3-500a-4781-a09a-1ec844e5bf6a",
"Name": "sample string 2",
"Description": "sample string 3",
"SendNotifications": true,
"BackgroundColor": "sample string 5",
"TextColor": "sample string 6",
"UseColor": true,
"Rank": 8,
"IsReadOnly": true
},
{
"Identity": "914f66d3-500a-4781-a09a-1ec844e5bf6a",
"Name": "sample string 2",
"Description": "sample string 3",
"SendNotifications": true,
"BackgroundColor": "sample string 5",
"TextColor": "sample string 6",
"UseColor": true,
"Rank": 8,
"IsReadOnly": true
}
]
application/xml, text/xml
Sample:
<ArrayOfActivityManagerStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<ActivityManagerStatus>
<BackgroundColor>sample string 5</BackgroundColor>
<Description>sample string 3</Description>
<Identity>914f66d3-500a-4781-a09a-1ec844e5bf6a</Identity>
<IsReadOnly>true</IsReadOnly>
<Name>sample string 2</Name>
<Rank>8</Rank>
<SendNotifications>true</SendNotifications>
<TextColor>sample string 6</TextColor>
<UseColor>true</UseColor>
</ActivityManagerStatus>
<ActivityManagerStatus>
<BackgroundColor>sample string 5</BackgroundColor>
<Description>sample string 3</Description>
<Identity>914f66d3-500a-4781-a09a-1ec844e5bf6a</Identity>
<IsReadOnly>true</IsReadOnly>
<Name>sample string 2</Name>
<Rank>8</Rank>
<SendNotifications>true</SendNotifications>
<TextColor>sample string 6</TextColor>
<UseColor>true</UseColor>
</ActivityManagerStatus>
</ArrayOfActivityManagerStatus>