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": "c86eb4f1-4772-4d7a-9912-1eaa4e75791a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c86eb4f1-4772-4d7a-9912-1eaa4e75791a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "d3e6b7e1-aa7f-4cfe-a16c-2bd369ec1ea0",
"StateId": "3e52cb3b-f197-49e0-9092-568cfb1b13bc"
},
{
"PersonalConfigId": "d3e6b7e1-aa7f-4cfe-a16c-2bd369ec1ea0",
"StateId": "3e52cb3b-f197-49e0-9092-568cfb1b13bc"
}
],
"id": "cb4fb35a-0562-4951-9ef6-b20a9f428c7a",
"ConfigId": "0af47f1c-760c-4aac-a006-344ab848cc26"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "c86eb4f1-4772-4d7a-9912-1eaa4e75791a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c86eb4f1-4772-4d7a-9912-1eaa4e75791a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "d3e6b7e1-aa7f-4cfe-a16c-2bd369ec1ea0",
"StateId": "3e52cb3b-f197-49e0-9092-568cfb1b13bc"
},
{
"PersonalConfigId": "d3e6b7e1-aa7f-4cfe-a16c-2bd369ec1ea0",
"StateId": "3e52cb3b-f197-49e0-9092-568cfb1b13bc"
}
],
"id": "cb4fb35a-0562-4951-9ef6-b20a9f428c7a",
"ConfigId": "0af47f1c-760c-4aac-a006-344ab848cc26"
}
]