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": "ed853557-82bd-4151-ac17-6b3736a8e4a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ed853557-82bd-4151-ac17-6b3736a8e4a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "25a23b87-35c5-4e7f-8431-b5227ba9ea35",
"StateId": "ad33a948-0178-4191-aeba-eba38f843b5a"
},
{
"PersonalConfigId": "25a23b87-35c5-4e7f-8431-b5227ba9ea35",
"StateId": "ad33a948-0178-4191-aeba-eba38f843b5a"
}
],
"id": "66c2e1d5-2004-4c34-9c35-1952c587309e",
"ConfigId": "1a798294-204f-49ff-9975-93d6042e049e"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "ed853557-82bd-4151-ac17-6b3736a8e4a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ed853557-82bd-4151-ac17-6b3736a8e4a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "25a23b87-35c5-4e7f-8431-b5227ba9ea35",
"StateId": "ad33a948-0178-4191-aeba-eba38f843b5a"
},
{
"PersonalConfigId": "25a23b87-35c5-4e7f-8431-b5227ba9ea35",
"StateId": "ad33a948-0178-4191-aeba-eba38f843b5a"
}
],
"id": "66c2e1d5-2004-4c34-9c35-1952c587309e",
"ConfigId": "1a798294-204f-49ff-9975-93d6042e049e"
}
]