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": "0d9a0899-449f-4d70-93cb-4c73070a3ed7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "0d9a0899-449f-4d70-93cb-4c73070a3ed7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "676f1c3a-2b2d-46bc-945a-85ecb754d3bd",
"StateId": "94cdfcca-19ec-448d-8ba4-39684c8b3434"
},
{
"PersonalConfigId": "676f1c3a-2b2d-46bc-945a-85ecb754d3bd",
"StateId": "94cdfcca-19ec-448d-8ba4-39684c8b3434"
}
],
"id": "8193b394-4498-4979-8656-0317e4719f9f",
"ConfigId": "b4a6b821-c899-4683-9f9c-b6bede1bb25f"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "0d9a0899-449f-4d70-93cb-4c73070a3ed7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "0d9a0899-449f-4d70-93cb-4c73070a3ed7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "676f1c3a-2b2d-46bc-945a-85ecb754d3bd",
"StateId": "94cdfcca-19ec-448d-8ba4-39684c8b3434"
},
{
"PersonalConfigId": "676f1c3a-2b2d-46bc-945a-85ecb754d3bd",
"StateId": "94cdfcca-19ec-448d-8ba4-39684c8b3434"
}
],
"id": "8193b394-4498-4979-8656-0317e4719f9f",
"ConfigId": "b4a6b821-c899-4683-9f9c-b6bede1bb25f"
}
]