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": "3f646b2b-8e94-44a2-a6de-f25dfa61e893",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "3f646b2b-8e94-44a2-a6de-f25dfa61e893",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "bcacaea5-b964-43e7-a6b8-c8ee88031201",
"StateId": "4cd864d3-8b4c-46e4-986f-5350b17a6925"
},
{
"PersonalConfigId": "bcacaea5-b964-43e7-a6b8-c8ee88031201",
"StateId": "4cd864d3-8b4c-46e4-986f-5350b17a6925"
}
],
"id": "1e85ba9f-669d-493f-b72d-1b367031b612",
"ConfigId": "ef35244c-83f4-4e6d-9438-28fdc3cb9bc9"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "3f646b2b-8e94-44a2-a6de-f25dfa61e893",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "3f646b2b-8e94-44a2-a6de-f25dfa61e893",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "bcacaea5-b964-43e7-a6b8-c8ee88031201",
"StateId": "4cd864d3-8b4c-46e4-986f-5350b17a6925"
},
{
"PersonalConfigId": "bcacaea5-b964-43e7-a6b8-c8ee88031201",
"StateId": "4cd864d3-8b4c-46e4-986f-5350b17a6925"
}
],
"id": "1e85ba9f-669d-493f-b72d-1b367031b612",
"ConfigId": "ef35244c-83f4-4e6d-9438-28fdc3cb9bc9"
}
]