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": "443d2a9e-0d20-4325-bc46-56ce3fa0f59f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "443d2a9e-0d20-4325-bc46-56ce3fa0f59f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "40ba01c0-d02c-46ba-abea-e6d1b456d074",
"StateId": "6eb8a28a-7f82-4dbe-8d2c-29ef3fc6ba9a"
},
{
"PersonalConfigId": "40ba01c0-d02c-46ba-abea-e6d1b456d074",
"StateId": "6eb8a28a-7f82-4dbe-8d2c-29ef3fc6ba9a"
}
],
"id": "6c9aa070-266a-43f9-a515-52b5fc6c10bb",
"ConfigId": "dadacdfb-2749-4a6c-9b24-96d3959278e8"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "443d2a9e-0d20-4325-bc46-56ce3fa0f59f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "443d2a9e-0d20-4325-bc46-56ce3fa0f59f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "40ba01c0-d02c-46ba-abea-e6d1b456d074",
"StateId": "6eb8a28a-7f82-4dbe-8d2c-29ef3fc6ba9a"
},
{
"PersonalConfigId": "40ba01c0-d02c-46ba-abea-e6d1b456d074",
"StateId": "6eb8a28a-7f82-4dbe-8d2c-29ef3fc6ba9a"
}
],
"id": "6c9aa070-266a-43f9-a515-52b5fc6c10bb",
"ConfigId": "dadacdfb-2749-4a6c-9b24-96d3959278e8"
}
]