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": "a1aedd86-4dc4-4333-9266-180026040233",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a1aedd86-4dc4-4333-9266-180026040233",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "1d36062c-a827-4cda-bafe-3d762b34e1ac",
"StateId": "d09ec148-5bba-4abe-8624-d6aa63cfa138"
},
{
"PersonalConfigId": "1d36062c-a827-4cda-bafe-3d762b34e1ac",
"StateId": "d09ec148-5bba-4abe-8624-d6aa63cfa138"
}
],
"id": "d8c17cf6-f6f0-467a-97a7-f51a30b60a62",
"ConfigId": "d20a7bec-9be3-4d15-9192-cd883159381c"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "a1aedd86-4dc4-4333-9266-180026040233",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a1aedd86-4dc4-4333-9266-180026040233",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "1d36062c-a827-4cda-bafe-3d762b34e1ac",
"StateId": "d09ec148-5bba-4abe-8624-d6aa63cfa138"
},
{
"PersonalConfigId": "1d36062c-a827-4cda-bafe-3d762b34e1ac",
"StateId": "d09ec148-5bba-4abe-8624-d6aa63cfa138"
}
],
"id": "d8c17cf6-f6f0-467a-97a7-f51a30b60a62",
"ConfigId": "d20a7bec-9be3-4d15-9192-cd883159381c"
}
]