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": "2beb9abe-5ddb-4e21-ad57-9701eccb8f88",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2beb9abe-5ddb-4e21-ad57-9701eccb8f88",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "42eab91f-5ca8-4a3c-882b-003902d12550",
"StateId": "3673fe8d-4997-4921-964d-c8d6cd24d78f"
},
{
"PersonalConfigId": "42eab91f-5ca8-4a3c-882b-003902d12550",
"StateId": "3673fe8d-4997-4921-964d-c8d6cd24d78f"
}
],
"id": "670d7a39-55ad-44a9-95a5-2199fe41f58b",
"ConfigId": "17a1ac98-dd4a-4ad7-a0d2-7996a256b6fc"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "2beb9abe-5ddb-4e21-ad57-9701eccb8f88",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2beb9abe-5ddb-4e21-ad57-9701eccb8f88",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "42eab91f-5ca8-4a3c-882b-003902d12550",
"StateId": "3673fe8d-4997-4921-964d-c8d6cd24d78f"
},
{
"PersonalConfigId": "42eab91f-5ca8-4a3c-882b-003902d12550",
"StateId": "3673fe8d-4997-4921-964d-c8d6cd24d78f"
}
],
"id": "670d7a39-55ad-44a9-95a5-2199fe41f58b",
"ConfigId": "17a1ac98-dd4a-4ad7-a0d2-7996a256b6fc"
}
]