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": "2f806a92-2add-4453-b48f-07100d8b4060",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2f806a92-2add-4453-b48f-07100d8b4060",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "5caddfee-49ee-4b36-ac57-08441879ce1f",
"StateId": "89ff762e-6560-4eae-8674-34515f306591"
},
{
"PersonalConfigId": "5caddfee-49ee-4b36-ac57-08441879ce1f",
"StateId": "89ff762e-6560-4eae-8674-34515f306591"
}
],
"id": "d5600606-cb78-4f12-981d-c379699d6ad7",
"ConfigId": "37286f49-3bd8-44d7-a34a-3b9e5d3e9310"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "2f806a92-2add-4453-b48f-07100d8b4060",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2f806a92-2add-4453-b48f-07100d8b4060",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "5caddfee-49ee-4b36-ac57-08441879ce1f",
"StateId": "89ff762e-6560-4eae-8674-34515f306591"
},
{
"PersonalConfigId": "5caddfee-49ee-4b36-ac57-08441879ce1f",
"StateId": "89ff762e-6560-4eae-8674-34515f306591"
}
],
"id": "d5600606-cb78-4f12-981d-c379699d6ad7",
"ConfigId": "37286f49-3bd8-44d7-a34a-3b9e5d3e9310"
}
]