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": "f5d40b84-4f1e-46a3-943f-a55d9d2b8bef",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f5d40b84-4f1e-46a3-943f-a55d9d2b8bef",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "1bab2f12-082d-413c-bea5-9b607851ee10",
"ConfigId": "627c3d3e-fa23-4878-982e-f844b7d71d2f"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "f5d40b84-4f1e-46a3-943f-a55d9d2b8bef",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f5d40b84-4f1e-46a3-943f-a55d9d2b8bef",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "1bab2f12-082d-413c-bea5-9b607851ee10",
"ConfigId": "627c3d3e-fa23-4878-982e-f844b7d71d2f"
}
]