GET api/enterpriseteams
Get list of enterprise teams
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OnePlanTeam| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamName | string |
None. |
|
| TeamDescription | string |
None. |
|
| ProfilePicture | string |
None. |
|
| TeamMembers | Collection of TeamMember |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| SharedViews | Collection of SharedView |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "aeccb09a-eb5e-48a7-83dc-04324c89fcc8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "aeccb09a-eb5e-48a7-83dc-04324c89fcc8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f090abba-d67f-4a61-8d78-524ae66df3ac",
"StateId": "4651a53e-9db2-433e-82ea-5d8e4c152832"
},
{
"PersonalConfigId": "f090abba-d67f-4a61-8d78-524ae66df3ac",
"StateId": "4651a53e-9db2-433e-82ea-5d8e4c152832"
}
],
"id": "33012616-d46e-412c-8390-56b329af5c70",
"ConfigId": "c3a4ca8a-2657-460f-8ad9-a3d732541030"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "aeccb09a-eb5e-48a7-83dc-04324c89fcc8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "aeccb09a-eb5e-48a7-83dc-04324c89fcc8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f090abba-d67f-4a61-8d78-524ae66df3ac",
"StateId": "4651a53e-9db2-433e-82ea-5d8e4c152832"
},
{
"PersonalConfigId": "f090abba-d67f-4a61-8d78-524ae66df3ac",
"StateId": "4651a53e-9db2-433e-82ea-5d8e4c152832"
}
],
"id": "33012616-d46e-412c-8390-56b329af5c70",
"ConfigId": "c3a4ca8a-2657-460f-8ad9-a3d732541030"
}
]