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": "a9e1d635-e181-4089-82c4-e7511216a554",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a9e1d635-e181-4089-82c4-e7511216a554",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "2efcaa43-e58d-43ce-ac10-bce08a788f59",
"StateId": "0bdfe47e-8825-4a24-ab3d-e757099e629c"
},
{
"PersonalConfigId": "2efcaa43-e58d-43ce-ac10-bce08a788f59",
"StateId": "0bdfe47e-8825-4a24-ab3d-e757099e629c"
}
],
"id": "f4ab9d28-41f2-468d-9565-8ccd09dbf057",
"ConfigId": "2739680f-ec9b-4944-99e2-e9884557a8f8"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "a9e1d635-e181-4089-82c4-e7511216a554",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a9e1d635-e181-4089-82c4-e7511216a554",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "2efcaa43-e58d-43ce-ac10-bce08a788f59",
"StateId": "0bdfe47e-8825-4a24-ab3d-e757099e629c"
},
{
"PersonalConfigId": "2efcaa43-e58d-43ce-ac10-bce08a788f59",
"StateId": "0bdfe47e-8825-4a24-ab3d-e757099e629c"
}
],
"id": "f4ab9d28-41f2-468d-9565-8ccd09dbf057",
"ConfigId": "2739680f-ec9b-4944-99e2-e9884557a8f8"
}
]