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": "6c950de2-d763-422d-990b-c7e62e7c9bc6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "6c950de2-d763-422d-990b-c7e62e7c9bc6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "caad8f92-534d-43f6-b283-9f3f274c19ae",
"StateId": "db10b075-eac5-43de-97f0-127f78b8bf79"
},
{
"PersonalConfigId": "caad8f92-534d-43f6-b283-9f3f274c19ae",
"StateId": "db10b075-eac5-43de-97f0-127f78b8bf79"
}
],
"id": "1b9557ce-6a65-4d58-b0ac-7abdd16fdbf0",
"ConfigId": "01b9fd34-b628-4df6-ba27-8c91cd6f0b57"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "6c950de2-d763-422d-990b-c7e62e7c9bc6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "6c950de2-d763-422d-990b-c7e62e7c9bc6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "caad8f92-534d-43f6-b283-9f3f274c19ae",
"StateId": "db10b075-eac5-43de-97f0-127f78b8bf79"
},
{
"PersonalConfigId": "caad8f92-534d-43f6-b283-9f3f274c19ae",
"StateId": "db10b075-eac5-43de-97f0-127f78b8bf79"
}
],
"id": "1b9557ce-6a65-4d58-b0ac-7abdd16fdbf0",
"ConfigId": "01b9fd34-b628-4df6-ba27-8c91cd6f0b57"
}
]