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": "3cb0fa6b-4a3a-4c1d-8972-688b1a21f519",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "3cb0fa6b-4a3a-4c1d-8972-688b1a21f519",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "37d1544d-a270-47d0-aedd-78bfcd64d4e4",
"StateId": "6de2f65e-68a9-409a-8103-7fdedd21e644"
},
{
"PersonalConfigId": "37d1544d-a270-47d0-aedd-78bfcd64d4e4",
"StateId": "6de2f65e-68a9-409a-8103-7fdedd21e644"
}
],
"id": "f03646cf-6283-4282-997d-da6505af32f7",
"ConfigId": "575a92ae-c849-482e-9705-658149e942b5"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "3cb0fa6b-4a3a-4c1d-8972-688b1a21f519",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "3cb0fa6b-4a3a-4c1d-8972-688b1a21f519",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "37d1544d-a270-47d0-aedd-78bfcd64d4e4",
"StateId": "6de2f65e-68a9-409a-8103-7fdedd21e644"
},
{
"PersonalConfigId": "37d1544d-a270-47d0-aedd-78bfcd64d4e4",
"StateId": "6de2f65e-68a9-409a-8103-7fdedd21e644"
}
],
"id": "f03646cf-6283-4282-997d-da6505af32f7",
"ConfigId": "575a92ae-c849-482e-9705-658149e942b5"
}
]