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": "dbf0dddb-c68e-4140-9471-2d4fe9e4f17f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "dbf0dddb-c68e-4140-9471-2d4fe9e4f17f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b583f4c8-aae2-4509-bb40-55d2ab7b982e",
"StateId": "d6222754-bd9e-450e-b325-61188f1e5fd1"
},
{
"PersonalConfigId": "b583f4c8-aae2-4509-bb40-55d2ab7b982e",
"StateId": "d6222754-bd9e-450e-b325-61188f1e5fd1"
}
],
"id": "1920123b-26cc-4a69-bb48-9e9fa7feb31a",
"ConfigId": "93d566ae-78a2-4b97-b34c-950dac62c744"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "dbf0dddb-c68e-4140-9471-2d4fe9e4f17f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "dbf0dddb-c68e-4140-9471-2d4fe9e4f17f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b583f4c8-aae2-4509-bb40-55d2ab7b982e",
"StateId": "d6222754-bd9e-450e-b325-61188f1e5fd1"
},
{
"PersonalConfigId": "b583f4c8-aae2-4509-bb40-55d2ab7b982e",
"StateId": "d6222754-bd9e-450e-b325-61188f1e5fd1"
}
],
"id": "1920123b-26cc-4a69-bb48-9e9fa7feb31a",
"ConfigId": "93d566ae-78a2-4b97-b34c-950dac62c744"
}
]