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": "ecfbcb09-2b18-4335-bf59-cef88a4ecd3a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ecfbcb09-2b18-4335-bf59-cef88a4ecd3a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "13eca0cc-d4c9-4483-a56f-88b4815c1ee4",
"StateId": "99e4bdb3-cd27-4488-b0c7-11b150e5a1c8"
},
{
"PersonalConfigId": "13eca0cc-d4c9-4483-a56f-88b4815c1ee4",
"StateId": "99e4bdb3-cd27-4488-b0c7-11b150e5a1c8"
}
],
"id": "670738cd-12f0-4dcd-b12f-657d12c4c05b",
"ConfigId": "367e06c3-9db4-4a34-85f7-e6af8667d10c"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "ecfbcb09-2b18-4335-bf59-cef88a4ecd3a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ecfbcb09-2b18-4335-bf59-cef88a4ecd3a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "13eca0cc-d4c9-4483-a56f-88b4815c1ee4",
"StateId": "99e4bdb3-cd27-4488-b0c7-11b150e5a1c8"
},
{
"PersonalConfigId": "13eca0cc-d4c9-4483-a56f-88b4815c1ee4",
"StateId": "99e4bdb3-cd27-4488-b0c7-11b150e5a1c8"
}
],
"id": "670738cd-12f0-4dcd-b12f-657d12c4c05b",
"ConfigId": "367e06c3-9db4-4a34-85f7-e6af8667d10c"
}
]