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": "bdf87987-ce09-461b-a43e-ea77b104d7cc",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "bdf87987-ce09-461b-a43e-ea77b104d7cc",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ffc7f41d-6522-4118-b0ac-23cc1923bb19",
"StateId": "0c89674a-70fa-410b-a597-9479f8e13c65"
},
{
"PersonalConfigId": "ffc7f41d-6522-4118-b0ac-23cc1923bb19",
"StateId": "0c89674a-70fa-410b-a597-9479f8e13c65"
}
],
"id": "11754125-4201-43ef-bfd0-a09c79320736",
"ConfigId": "dde2e1f9-7a22-4da4-87b9-8042ac18be16"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "bdf87987-ce09-461b-a43e-ea77b104d7cc",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "bdf87987-ce09-461b-a43e-ea77b104d7cc",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ffc7f41d-6522-4118-b0ac-23cc1923bb19",
"StateId": "0c89674a-70fa-410b-a597-9479f8e13c65"
},
{
"PersonalConfigId": "ffc7f41d-6522-4118-b0ac-23cc1923bb19",
"StateId": "0c89674a-70fa-410b-a597-9479f8e13c65"
}
],
"id": "11754125-4201-43ef-bfd0-a09c79320736",
"ConfigId": "dde2e1f9-7a22-4da4-87b9-8042ac18be16"
}
]