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": "c656ceee-704f-47f5-ba24-c87a7dae1dbf",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c656ceee-704f-47f5-ba24-c87a7dae1dbf",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "797dc58d-3077-441a-98e1-0bedb2dcd22b",
"StateId": "946dd770-1823-4e1c-a6ea-1db7cd65eee4"
},
{
"PersonalConfigId": "797dc58d-3077-441a-98e1-0bedb2dcd22b",
"StateId": "946dd770-1823-4e1c-a6ea-1db7cd65eee4"
}
],
"id": "a7c46470-eac7-4b81-9d88-5054916c7eec",
"ConfigId": "c63c4eeb-8b5e-4c41-bf43-d0c9807a7328"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "c656ceee-704f-47f5-ba24-c87a7dae1dbf",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c656ceee-704f-47f5-ba24-c87a7dae1dbf",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "797dc58d-3077-441a-98e1-0bedb2dcd22b",
"StateId": "946dd770-1823-4e1c-a6ea-1db7cd65eee4"
},
{
"PersonalConfigId": "797dc58d-3077-441a-98e1-0bedb2dcd22b",
"StateId": "946dd770-1823-4e1c-a6ea-1db7cd65eee4"
}
],
"id": "a7c46470-eac7-4b81-9d88-5054916c7eec",
"ConfigId": "c63c4eeb-8b5e-4c41-bf43-d0c9807a7328"
}
]