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": "eed7f6a3-fd58-4051-839b-593ab84edbf1",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "eed7f6a3-fd58-4051-839b-593ab84edbf1",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4083f606-d3f6-477f-bde1-7f9c21929749",
"StateId": "b5d174d2-7f5a-4868-90d1-79e03716b9df"
},
{
"PersonalConfigId": "4083f606-d3f6-477f-bde1-7f9c21929749",
"StateId": "b5d174d2-7f5a-4868-90d1-79e03716b9df"
}
],
"id": "7087b3f0-b953-45ce-94b6-1fd5788716cb",
"ConfigId": "cffa4b61-880c-4204-bd86-a553d423dd45"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "eed7f6a3-fd58-4051-839b-593ab84edbf1",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "eed7f6a3-fd58-4051-839b-593ab84edbf1",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4083f606-d3f6-477f-bde1-7f9c21929749",
"StateId": "b5d174d2-7f5a-4868-90d1-79e03716b9df"
},
{
"PersonalConfigId": "4083f606-d3f6-477f-bde1-7f9c21929749",
"StateId": "b5d174d2-7f5a-4868-90d1-79e03716b9df"
}
],
"id": "7087b3f0-b953-45ce-94b6-1fd5788716cb",
"ConfigId": "cffa4b61-880c-4204-bd86-a553d423dd45"
}
]