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": "abd87c3a-239c-4bea-8b75-446ca8a49326",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "abd87c3a-239c-4bea-8b75-446ca8a49326",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "76b6cafa-3465-4ce3-ab3f-4427f4ce0023",
"StateId": "306a6938-de82-47d9-abdf-e58b1f02fb23"
},
{
"PersonalConfigId": "76b6cafa-3465-4ce3-ab3f-4427f4ce0023",
"StateId": "306a6938-de82-47d9-abdf-e58b1f02fb23"
}
],
"id": "c8db27d5-43a0-49b3-8865-3e55b77d1761",
"ConfigId": "3eac5607-d32e-4124-b795-a3c063322578"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "abd87c3a-239c-4bea-8b75-446ca8a49326",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "abd87c3a-239c-4bea-8b75-446ca8a49326",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "76b6cafa-3465-4ce3-ab3f-4427f4ce0023",
"StateId": "306a6938-de82-47d9-abdf-e58b1f02fb23"
},
{
"PersonalConfigId": "76b6cafa-3465-4ce3-ab3f-4427f4ce0023",
"StateId": "306a6938-de82-47d9-abdf-e58b1f02fb23"
}
],
"id": "c8db27d5-43a0-49b3-8865-3e55b77d1761",
"ConfigId": "3eac5607-d32e-4124-b795-a3c063322578"
}
]