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": "be4287b5-67ae-4c22-a25e-e349033ceea8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "be4287b5-67ae-4c22-a25e-e349033ceea8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "df56e288-37da-4913-9f0c-e0b493d2a7e6",
"StateId": "8937417d-476e-42d8-9cb1-ac1f04a285b3"
},
{
"PersonalConfigId": "df56e288-37da-4913-9f0c-e0b493d2a7e6",
"StateId": "8937417d-476e-42d8-9cb1-ac1f04a285b3"
}
],
"id": "dea64185-24e0-49ff-bd73-251f0135993d",
"ConfigId": "23fcd1ac-3261-455f-b26e-902cd873af09"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "be4287b5-67ae-4c22-a25e-e349033ceea8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "be4287b5-67ae-4c22-a25e-e349033ceea8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "df56e288-37da-4913-9f0c-e0b493d2a7e6",
"StateId": "8937417d-476e-42d8-9cb1-ac1f04a285b3"
},
{
"PersonalConfigId": "df56e288-37da-4913-9f0c-e0b493d2a7e6",
"StateId": "8937417d-476e-42d8-9cb1-ac1f04a285b3"
}
],
"id": "dea64185-24e0-49ff-bd73-251f0135993d",
"ConfigId": "23fcd1ac-3261-455f-b26e-902cd873af09"
}
]