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": "8e61c88f-3327-4e49-b684-d62d9127b282",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "8e61c88f-3327-4e49-b684-d62d9127b282",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4bbaac96-5dba-45f3-8c4c-7b70119726b5",
"StateId": "8de155d8-3139-4026-80aa-6d9e1739dda1"
},
{
"PersonalConfigId": "4bbaac96-5dba-45f3-8c4c-7b70119726b5",
"StateId": "8de155d8-3139-4026-80aa-6d9e1739dda1"
}
],
"id": "cffed567-d53c-4f2d-a20d-8e71f9b161ca",
"ConfigId": "a1f06364-3080-46d8-afae-64fa6f3dcc0a"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "8e61c88f-3327-4e49-b684-d62d9127b282",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "8e61c88f-3327-4e49-b684-d62d9127b282",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4bbaac96-5dba-45f3-8c4c-7b70119726b5",
"StateId": "8de155d8-3139-4026-80aa-6d9e1739dda1"
},
{
"PersonalConfigId": "4bbaac96-5dba-45f3-8c4c-7b70119726b5",
"StateId": "8de155d8-3139-4026-80aa-6d9e1739dda1"
}
],
"id": "cffed567-d53c-4f2d-a20d-8e71f9b161ca",
"ConfigId": "a1f06364-3080-46d8-afae-64fa6f3dcc0a"
}
]