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": "6e524b41-1810-4651-a0e0-9143973fe96b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "6e524b41-1810-4651-a0e0-9143973fe96b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f3e6165e-80a7-494a-a3c9-957fb49877af",
"StateId": "5c9bcb2b-9656-43a6-a50a-8fe5b3c5a8b7"
},
{
"PersonalConfigId": "f3e6165e-80a7-494a-a3c9-957fb49877af",
"StateId": "5c9bcb2b-9656-43a6-a50a-8fe5b3c5a8b7"
}
],
"id": "60374550-ecdd-46b4-9e01-672ee5c3a194",
"ConfigId": "2ea48b57-c4fc-46a7-8cb0-beec6fc340f7"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "6e524b41-1810-4651-a0e0-9143973fe96b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "6e524b41-1810-4651-a0e0-9143973fe96b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f3e6165e-80a7-494a-a3c9-957fb49877af",
"StateId": "5c9bcb2b-9656-43a6-a50a-8fe5b3c5a8b7"
},
{
"PersonalConfigId": "f3e6165e-80a7-494a-a3c9-957fb49877af",
"StateId": "5c9bcb2b-9656-43a6-a50a-8fe5b3c5a8b7"
}
],
"id": "60374550-ecdd-46b4-9e01-672ee5c3a194",
"ConfigId": "2ea48b57-c4fc-46a7-8cb0-beec6fc340f7"
}
]