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": "9af6bf20-c864-4e10-9644-51a3f3ef3e15",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "9af6bf20-c864-4e10-9644-51a3f3ef3e15",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "921e1f51-a144-48ab-94f2-41bb9c983b7e",
"StateId": "bfdc700d-483a-4c81-a362-0c4d778a3c64"
},
{
"PersonalConfigId": "921e1f51-a144-48ab-94f2-41bb9c983b7e",
"StateId": "bfdc700d-483a-4c81-a362-0c4d778a3c64"
}
],
"id": "994149fb-cf75-4558-9327-d60ea50afa0a",
"ConfigId": "1fbe9d04-abd0-4c3f-b00a-abc393dc3906"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "9af6bf20-c864-4e10-9644-51a3f3ef3e15",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "9af6bf20-c864-4e10-9644-51a3f3ef3e15",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "921e1f51-a144-48ab-94f2-41bb9c983b7e",
"StateId": "bfdc700d-483a-4c81-a362-0c4d778a3c64"
},
{
"PersonalConfigId": "921e1f51-a144-48ab-94f2-41bb9c983b7e",
"StateId": "bfdc700d-483a-4c81-a362-0c4d778a3c64"
}
],
"id": "994149fb-cf75-4558-9327-d60ea50afa0a",
"ConfigId": "1fbe9d04-abd0-4c3f-b00a-abc393dc3906"
}
]