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": "111a38aa-791b-4e07-954e-84d364191e09",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "111a38aa-791b-4e07-954e-84d364191e09",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "683ab99b-e7ea-48cd-b6b9-ec4719c30705",
"StateId": "5ce075d6-59e8-491f-99c3-d1c701b16137"
},
{
"PersonalConfigId": "683ab99b-e7ea-48cd-b6b9-ec4719c30705",
"StateId": "5ce075d6-59e8-491f-99c3-d1c701b16137"
}
],
"id": "8e5889f1-608f-414d-a5eb-19e225ec75e5",
"ConfigId": "3125167a-6c19-4356-98f8-bb5ac9a2b357"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "111a38aa-791b-4e07-954e-84d364191e09",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "111a38aa-791b-4e07-954e-84d364191e09",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "683ab99b-e7ea-48cd-b6b9-ec4719c30705",
"StateId": "5ce075d6-59e8-491f-99c3-d1c701b16137"
},
{
"PersonalConfigId": "683ab99b-e7ea-48cd-b6b9-ec4719c30705",
"StateId": "5ce075d6-59e8-491f-99c3-d1c701b16137"
}
],
"id": "8e5889f1-608f-414d-a5eb-19e225ec75e5",
"ConfigId": "3125167a-6c19-4356-98f8-bb5ac9a2b357"
}
]