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": "acc7b293-25e6-4d80-8ddd-a3b659cfd33b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "acc7b293-25e6-4d80-8ddd-a3b659cfd33b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "a463aba4-1171-4ee8-a245-5be2606fa550",
"StateId": "4413d013-c04f-4bdb-a590-a8cad0adaa06"
},
{
"PersonalConfigId": "a463aba4-1171-4ee8-a245-5be2606fa550",
"StateId": "4413d013-c04f-4bdb-a590-a8cad0adaa06"
}
],
"id": "d8749b7e-f896-4542-9391-b9b08b80e5d7",
"ConfigId": "8b5b3623-b690-4f86-965f-8794948d0d23"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "acc7b293-25e6-4d80-8ddd-a3b659cfd33b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "acc7b293-25e6-4d80-8ddd-a3b659cfd33b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "a463aba4-1171-4ee8-a245-5be2606fa550",
"StateId": "4413d013-c04f-4bdb-a590-a8cad0adaa06"
},
{
"PersonalConfigId": "a463aba4-1171-4ee8-a245-5be2606fa550",
"StateId": "4413d013-c04f-4bdb-a590-a8cad0adaa06"
}
],
"id": "d8749b7e-f896-4542-9391-b9b08b80e5d7",
"ConfigId": "8b5b3623-b690-4f86-965f-8794948d0d23"
}
]