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": "97100d80-c222-4403-92a8-f2384694c987",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "97100d80-c222-4403-92a8-f2384694c987",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "7d9cbccf-a9c2-4ef3-b134-ce9b90cafe2c",
"StateId": "3c67ce30-cdde-44bc-a435-0910a79521d4"
},
{
"PersonalConfigId": "7d9cbccf-a9c2-4ef3-b134-ce9b90cafe2c",
"StateId": "3c67ce30-cdde-44bc-a435-0910a79521d4"
}
],
"id": "d4d607c0-2fd1-42d9-ae97-f49eb3007d2d",
"ConfigId": "5f783763-00da-4163-b2e0-cfeb10975ae0"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "97100d80-c222-4403-92a8-f2384694c987",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "97100d80-c222-4403-92a8-f2384694c987",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "7d9cbccf-a9c2-4ef3-b134-ce9b90cafe2c",
"StateId": "3c67ce30-cdde-44bc-a435-0910a79521d4"
},
{
"PersonalConfigId": "7d9cbccf-a9c2-4ef3-b134-ce9b90cafe2c",
"StateId": "3c67ce30-cdde-44bc-a435-0910a79521d4"
}
],
"id": "d4d607c0-2fd1-42d9-ae97-f49eb3007d2d",
"ConfigId": "5f783763-00da-4163-b2e0-cfeb10975ae0"
}
]