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": "027baf96-3e75-4411-a0f6-343f99c03eca",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "027baf96-3e75-4411-a0f6-343f99c03eca",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "518e1afc-b283-4808-8c88-32b4ca7a981e",
"StateId": "78119ad1-8976-4336-82e6-54e86c9f9c34"
},
{
"PersonalConfigId": "518e1afc-b283-4808-8c88-32b4ca7a981e",
"StateId": "78119ad1-8976-4336-82e6-54e86c9f9c34"
}
],
"id": "9d116c58-8c85-4a45-a6f4-66d18213e2e5",
"ConfigId": "db32be71-51c5-4525-af20-d4c607cf13b8"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "027baf96-3e75-4411-a0f6-343f99c03eca",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "027baf96-3e75-4411-a0f6-343f99c03eca",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "518e1afc-b283-4808-8c88-32b4ca7a981e",
"StateId": "78119ad1-8976-4336-82e6-54e86c9f9c34"
},
{
"PersonalConfigId": "518e1afc-b283-4808-8c88-32b4ca7a981e",
"StateId": "78119ad1-8976-4336-82e6-54e86c9f9c34"
}
],
"id": "9d116c58-8c85-4a45-a6f4-66d18213e2e5",
"ConfigId": "db32be71-51c5-4525-af20-d4c607cf13b8"
}
]