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": "6d9fa4e6-34e7-4b41-8844-06bc8016685f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "6d9fa4e6-34e7-4b41-8844-06bc8016685f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "cb254041-d3f3-43b9-8e1b-f907397b2db0",
"StateId": "050ccb64-cf18-4681-9bd3-ffbc6cf3b2dd"
},
{
"PersonalConfigId": "cb254041-d3f3-43b9-8e1b-f907397b2db0",
"StateId": "050ccb64-cf18-4681-9bd3-ffbc6cf3b2dd"
}
],
"id": "e76474cf-6921-411d-aa00-80f7ae69f3b2",
"ConfigId": "b04b2942-15e0-430f-a716-3d504cec15b0"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "6d9fa4e6-34e7-4b41-8844-06bc8016685f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "6d9fa4e6-34e7-4b41-8844-06bc8016685f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "cb254041-d3f3-43b9-8e1b-f907397b2db0",
"StateId": "050ccb64-cf18-4681-9bd3-ffbc6cf3b2dd"
},
{
"PersonalConfigId": "cb254041-d3f3-43b9-8e1b-f907397b2db0",
"StateId": "050ccb64-cf18-4681-9bd3-ffbc6cf3b2dd"
}
],
"id": "e76474cf-6921-411d-aa00-80f7ae69f3b2",
"ConfigId": "b04b2942-15e0-430f-a716-3d504cec15b0"
}
]