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": "107bf7ed-0259-4df3-9247-f607ce56d449",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "107bf7ed-0259-4df3-9247-f607ce56d449",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "9416086a-99f5-41e6-80fb-ba657887b22b",
"StateId": "5092c6e3-0a74-4367-ac00-d1fc348ac403"
},
{
"PersonalConfigId": "9416086a-99f5-41e6-80fb-ba657887b22b",
"StateId": "5092c6e3-0a74-4367-ac00-d1fc348ac403"
}
],
"id": "d314c15d-346e-46bc-8947-fda56447b9db",
"ConfigId": "911c1e5b-9068-434b-b09a-230a1a25a3a9"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "107bf7ed-0259-4df3-9247-f607ce56d449",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "107bf7ed-0259-4df3-9247-f607ce56d449",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "9416086a-99f5-41e6-80fb-ba657887b22b",
"StateId": "5092c6e3-0a74-4367-ac00-d1fc348ac403"
},
{
"PersonalConfigId": "9416086a-99f5-41e6-80fb-ba657887b22b",
"StateId": "5092c6e3-0a74-4367-ac00-d1fc348ac403"
}
],
"id": "d314c15d-346e-46bc-8947-fda56447b9db",
"ConfigId": "911c1e5b-9068-434b-b09a-230a1a25a3a9"
}
]