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": "451abe7f-b722-4f4c-b949-0f3e6eef94fd",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "451abe7f-b722-4f4c-b949-0f3e6eef94fd",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8de1b39b-f8f9-41cc-ab96-d4b378f338ef",
"StateId": "0d06aa61-fc34-413e-baca-4a7c509b82eb"
},
{
"PersonalConfigId": "8de1b39b-f8f9-41cc-ab96-d4b378f338ef",
"StateId": "0d06aa61-fc34-413e-baca-4a7c509b82eb"
}
],
"id": "bffad381-0e9a-426b-bc8a-12c4af47e687",
"ConfigId": "6a4c1837-4fd9-4f6d-8df0-98acd38ec0ea"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "451abe7f-b722-4f4c-b949-0f3e6eef94fd",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "451abe7f-b722-4f4c-b949-0f3e6eef94fd",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8de1b39b-f8f9-41cc-ab96-d4b378f338ef",
"StateId": "0d06aa61-fc34-413e-baca-4a7c509b82eb"
},
{
"PersonalConfigId": "8de1b39b-f8f9-41cc-ab96-d4b378f338ef",
"StateId": "0d06aa61-fc34-413e-baca-4a7c509b82eb"
}
],
"id": "bffad381-0e9a-426b-bc8a-12c4af47e687",
"ConfigId": "6a4c1837-4fd9-4f6d-8df0-98acd38ec0ea"
}
]