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": "531e7349-f83c-424b-97b7-ba68cca60206",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "531e7349-f83c-424b-97b7-ba68cca60206",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b4122299-f31e-4437-b22a-c623f4bf8605",
"StateId": "1ab951c6-534f-4a94-b4c2-563283e71f79"
},
{
"PersonalConfigId": "b4122299-f31e-4437-b22a-c623f4bf8605",
"StateId": "1ab951c6-534f-4a94-b4c2-563283e71f79"
}
],
"id": "33b895f2-b054-4f6d-8554-2a0c2a08792b",
"ConfigId": "e6464098-cbfe-4cb8-b12f-64b9c4dedc7c"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "531e7349-f83c-424b-97b7-ba68cca60206",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "531e7349-f83c-424b-97b7-ba68cca60206",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b4122299-f31e-4437-b22a-c623f4bf8605",
"StateId": "1ab951c6-534f-4a94-b4c2-563283e71f79"
},
{
"PersonalConfigId": "b4122299-f31e-4437-b22a-c623f4bf8605",
"StateId": "1ab951c6-534f-4a94-b4c2-563283e71f79"
}
],
"id": "33b895f2-b054-4f6d-8554-2a0c2a08792b",
"ConfigId": "e6464098-cbfe-4cb8-b12f-64b9c4dedc7c"
}
]