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": "ee8b19b3-b375-4d6c-9dcd-e633627f3085",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ee8b19b3-b375-4d6c-9dcd-e633627f3085",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "2ff46c50-2930-4ff0-8a8b-80b9e715c9f3",
"StateId": "dea4e220-2160-448b-856e-6b9605be02cc"
},
{
"PersonalConfigId": "2ff46c50-2930-4ff0-8a8b-80b9e715c9f3",
"StateId": "dea4e220-2160-448b-856e-6b9605be02cc"
}
],
"id": "214d8a33-6e72-4510-a21b-08611d114f41",
"ConfigId": "69a529cc-bf83-4605-b97d-7fc1ef8ace78"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "ee8b19b3-b375-4d6c-9dcd-e633627f3085",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ee8b19b3-b375-4d6c-9dcd-e633627f3085",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "2ff46c50-2930-4ff0-8a8b-80b9e715c9f3",
"StateId": "dea4e220-2160-448b-856e-6b9605be02cc"
},
{
"PersonalConfigId": "2ff46c50-2930-4ff0-8a8b-80b9e715c9f3",
"StateId": "dea4e220-2160-448b-856e-6b9605be02cc"
}
],
"id": "214d8a33-6e72-4510-a21b-08611d114f41",
"ConfigId": "69a529cc-bf83-4605-b97d-7fc1ef8ace78"
}
]