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": "1803fd63-d456-4796-8679-841c44c00e4c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1803fd63-d456-4796-8679-841c44c00e4c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ecd2129b-ca5f-4e37-880c-aa0c6714c5e6",
"StateId": "bcd81971-d47e-4013-87d7-e7d785749149"
},
{
"PersonalConfigId": "ecd2129b-ca5f-4e37-880c-aa0c6714c5e6",
"StateId": "bcd81971-d47e-4013-87d7-e7d785749149"
}
],
"id": "9d6dc51d-3922-436f-895c-12a940c3d894",
"ConfigId": "25615005-eb5e-4ae5-bf55-86ff5ccecf7a"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "1803fd63-d456-4796-8679-841c44c00e4c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1803fd63-d456-4796-8679-841c44c00e4c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ecd2129b-ca5f-4e37-880c-aa0c6714c5e6",
"StateId": "bcd81971-d47e-4013-87d7-e7d785749149"
},
{
"PersonalConfigId": "ecd2129b-ca5f-4e37-880c-aa0c6714c5e6",
"StateId": "bcd81971-d47e-4013-87d7-e7d785749149"
}
],
"id": "9d6dc51d-3922-436f-895c-12a940c3d894",
"ConfigId": "25615005-eb5e-4ae5-bf55-86ff5ccecf7a"
}
]