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": "2bb495f8-91ab-4df6-bf4b-2c4cdf4cb7d6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2bb495f8-91ab-4df6-bf4b-2c4cdf4cb7d6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "7157f9bd-3b4c-4dae-91a3-909498741502",
"ConfigId": "f6864cb2-6c62-447e-a2f9-8a382276feaa"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "2bb495f8-91ab-4df6-bf4b-2c4cdf4cb7d6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2bb495f8-91ab-4df6-bf4b-2c4cdf4cb7d6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "7157f9bd-3b4c-4dae-91a3-909498741502",
"ConfigId": "f6864cb2-6c62-447e-a2f9-8a382276feaa"
}
]