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": "4e6b04f5-a828-41bb-ae01-ee157be2e171",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "4e6b04f5-a828-41bb-ae01-ee157be2e171",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b5917c33-d29b-41d6-be83-c8cc74739001",
"StateId": "aededb9b-56a4-4d11-9ea4-5d29eaf2310d"
},
{
"PersonalConfigId": "b5917c33-d29b-41d6-be83-c8cc74739001",
"StateId": "aededb9b-56a4-4d11-9ea4-5d29eaf2310d"
}
],
"id": "01c1146a-5287-446f-b1c2-a648ec37cb1a",
"ConfigId": "569d075c-2060-4332-9f84-6cd88009bea3"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "4e6b04f5-a828-41bb-ae01-ee157be2e171",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "4e6b04f5-a828-41bb-ae01-ee157be2e171",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b5917c33-d29b-41d6-be83-c8cc74739001",
"StateId": "aededb9b-56a4-4d11-9ea4-5d29eaf2310d"
},
{
"PersonalConfigId": "b5917c33-d29b-41d6-be83-c8cc74739001",
"StateId": "aededb9b-56a4-4d11-9ea4-5d29eaf2310d"
}
],
"id": "01c1146a-5287-446f-b1c2-a648ec37cb1a",
"ConfigId": "569d075c-2060-4332-9f84-6cd88009bea3"
}
]