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": "4613a7ec-e06e-4d7a-824f-937a32b6c026",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "4613a7ec-e06e-4d7a-824f-937a32b6c026",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "5407038c-48c6-46b7-a9cc-56963243402c",
"StateId": "c45356b6-10cd-46bb-b485-1956e302d5b7"
},
{
"PersonalConfigId": "5407038c-48c6-46b7-a9cc-56963243402c",
"StateId": "c45356b6-10cd-46bb-b485-1956e302d5b7"
}
],
"id": "a8024f77-59b3-43bc-8b3d-4fc089b4d407",
"ConfigId": "f7d62784-48f3-4470-979a-8d63583672d3"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "4613a7ec-e06e-4d7a-824f-937a32b6c026",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "4613a7ec-e06e-4d7a-824f-937a32b6c026",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "5407038c-48c6-46b7-a9cc-56963243402c",
"StateId": "c45356b6-10cd-46bb-b485-1956e302d5b7"
},
{
"PersonalConfigId": "5407038c-48c6-46b7-a9cc-56963243402c",
"StateId": "c45356b6-10cd-46bb-b485-1956e302d5b7"
}
],
"id": "a8024f77-59b3-43bc-8b3d-4fc089b4d407",
"ConfigId": "f7d62784-48f3-4470-979a-8d63583672d3"
}
]