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": "c9a8c76d-c356-49e7-9fa3-4972fa101988",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c9a8c76d-c356-49e7-9fa3-4972fa101988",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "70bc4fe1-eda4-4c40-bd81-6760bac18a6a",
"StateId": "3595458d-532e-46cc-b61c-0b8635b92266"
},
{
"PersonalConfigId": "70bc4fe1-eda4-4c40-bd81-6760bac18a6a",
"StateId": "3595458d-532e-46cc-b61c-0b8635b92266"
}
],
"id": "a926dc34-2d85-4398-ac42-cbf296ea6c9a",
"ConfigId": "cbd62256-9d7e-46a8-9244-d39a88eda17b"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "c9a8c76d-c356-49e7-9fa3-4972fa101988",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c9a8c76d-c356-49e7-9fa3-4972fa101988",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "70bc4fe1-eda4-4c40-bd81-6760bac18a6a",
"StateId": "3595458d-532e-46cc-b61c-0b8635b92266"
},
{
"PersonalConfigId": "70bc4fe1-eda4-4c40-bd81-6760bac18a6a",
"StateId": "3595458d-532e-46cc-b61c-0b8635b92266"
}
],
"id": "a926dc34-2d85-4398-ac42-cbf296ea6c9a",
"ConfigId": "cbd62256-9d7e-46a8-9244-d39a88eda17b"
}
]