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. |
|
| 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": "c9e23f67-6d20-49f1-b26e-fc85e17a2bf0",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c9e23f67-6d20-49f1-b26e-fc85e17a2bf0",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "ae6a474e-6072-44ca-bab8-e7283bb913ce",
"ConfigId": "2ce3d4d5-c7b0-4326-88f3-09e6d5d03878"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "c9e23f67-6d20-49f1-b26e-fc85e17a2bf0",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c9e23f67-6d20-49f1-b26e-fc85e17a2bf0",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "ae6a474e-6072-44ca-bab8-e7283bb913ce",
"ConfigId": "2ce3d4d5-c7b0-4326-88f3-09e6d5d03878"
}
]