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": "aad7a512-04b7-434e-b729-9705eaa146f7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "aad7a512-04b7-434e-b729-9705eaa146f7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "26f9d6ac-b5bf-4932-b853-83dec01b8788",
"StateId": "ce02b8d2-b4cd-4f2b-a793-8febab3647eb"
},
{
"PersonalConfigId": "26f9d6ac-b5bf-4932-b853-83dec01b8788",
"StateId": "ce02b8d2-b4cd-4f2b-a793-8febab3647eb"
}
],
"id": "55eab830-b3c5-4067-b7ef-3f3fdcb68781",
"ConfigId": "f3d1e4fa-0271-4807-be63-b33d729f3b00"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "aad7a512-04b7-434e-b729-9705eaa146f7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "aad7a512-04b7-434e-b729-9705eaa146f7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "26f9d6ac-b5bf-4932-b853-83dec01b8788",
"StateId": "ce02b8d2-b4cd-4f2b-a793-8febab3647eb"
},
{
"PersonalConfigId": "26f9d6ac-b5bf-4932-b853-83dec01b8788",
"StateId": "ce02b8d2-b4cd-4f2b-a793-8febab3647eb"
}
],
"id": "55eab830-b3c5-4067-b7ef-3f3fdcb68781",
"ConfigId": "f3d1e4fa-0271-4807-be63-b33d729f3b00"
}
]