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": "384086ef-306c-480e-b75d-3d36d1769ef6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "384086ef-306c-480e-b75d-3d36d1769ef6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "57c77e93-1ded-4f6b-b6ba-2c021f89bb92",
"StateId": "48a8d9d0-bb00-4b59-bc64-98f1bfd29a87"
},
{
"PersonalConfigId": "57c77e93-1ded-4f6b-b6ba-2c021f89bb92",
"StateId": "48a8d9d0-bb00-4b59-bc64-98f1bfd29a87"
}
],
"id": "0bf1a90e-3f5b-4f77-983c-ed2c3540d99b",
"ConfigId": "cee10820-6859-43bd-83f9-b16ea43991f3"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "384086ef-306c-480e-b75d-3d36d1769ef6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "384086ef-306c-480e-b75d-3d36d1769ef6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "57c77e93-1ded-4f6b-b6ba-2c021f89bb92",
"StateId": "48a8d9d0-bb00-4b59-bc64-98f1bfd29a87"
},
{
"PersonalConfigId": "57c77e93-1ded-4f6b-b6ba-2c021f89bb92",
"StateId": "48a8d9d0-bb00-4b59-bc64-98f1bfd29a87"
}
],
"id": "0bf1a90e-3f5b-4f77-983c-ed2c3540d99b",
"ConfigId": "cee10820-6859-43bd-83f9-b16ea43991f3"
}
]