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": "d45b71a9-a9a0-4f02-a330-81e8a69c4a17",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d45b71a9-a9a0-4f02-a330-81e8a69c4a17",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "a23c1734-7a55-463d-94fb-408fea70a727",
"StateId": "87a4abd9-8950-4b3e-91d7-fd506d93e6fe"
},
{
"PersonalConfigId": "a23c1734-7a55-463d-94fb-408fea70a727",
"StateId": "87a4abd9-8950-4b3e-91d7-fd506d93e6fe"
}
],
"id": "bc8f928f-c47f-4af7-95b6-6f9b3e07a8f4",
"ConfigId": "6b642432-da84-4acf-a7f5-a613863ff914"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "d45b71a9-a9a0-4f02-a330-81e8a69c4a17",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d45b71a9-a9a0-4f02-a330-81e8a69c4a17",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "a23c1734-7a55-463d-94fb-408fea70a727",
"StateId": "87a4abd9-8950-4b3e-91d7-fd506d93e6fe"
},
{
"PersonalConfigId": "a23c1734-7a55-463d-94fb-408fea70a727",
"StateId": "87a4abd9-8950-4b3e-91d7-fd506d93e6fe"
}
],
"id": "bc8f928f-c47f-4af7-95b6-6f9b3e07a8f4",
"ConfigId": "6b642432-da84-4acf-a7f5-a613863ff914"
}
]