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": "e430f60e-6684-478c-a7f8-2f0ce97f7b89",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e430f60e-6684-478c-a7f8-2f0ce97f7b89",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "57fe65f5-1e08-4872-8e91-12b219ca77f9",
"StateId": "3a62f331-6c92-47c0-b114-3ee4310606d2"
},
{
"PersonalConfigId": "57fe65f5-1e08-4872-8e91-12b219ca77f9",
"StateId": "3a62f331-6c92-47c0-b114-3ee4310606d2"
}
],
"id": "0544a953-4785-46e4-ae47-f345b9bba6b5",
"ConfigId": "2fdf0379-3f0e-416e-89f5-ed40384e716e"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "e430f60e-6684-478c-a7f8-2f0ce97f7b89",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e430f60e-6684-478c-a7f8-2f0ce97f7b89",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "57fe65f5-1e08-4872-8e91-12b219ca77f9",
"StateId": "3a62f331-6c92-47c0-b114-3ee4310606d2"
},
{
"PersonalConfigId": "57fe65f5-1e08-4872-8e91-12b219ca77f9",
"StateId": "3a62f331-6c92-47c0-b114-3ee4310606d2"
}
],
"id": "0544a953-4785-46e4-ae47-f345b9bba6b5",
"ConfigId": "2fdf0379-3f0e-416e-89f5-ed40384e716e"
}
]