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": "9bc2deff-84f4-474b-b93a-2e73aca4939a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "9bc2deff-84f4-474b-b93a-2e73aca4939a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c42397d2-dabf-451c-b48d-f76810af8869",
"StateId": "756e8488-ee2d-44f2-a591-47b53cef67ce"
},
{
"PersonalConfigId": "c42397d2-dabf-451c-b48d-f76810af8869",
"StateId": "756e8488-ee2d-44f2-a591-47b53cef67ce"
}
],
"id": "62fca712-a80e-4bed-b1f1-1acd1c7de9b7",
"ConfigId": "fc58bdec-f52b-4d89-b9f7-0d9d0f202b46"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "9bc2deff-84f4-474b-b93a-2e73aca4939a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "9bc2deff-84f4-474b-b93a-2e73aca4939a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c42397d2-dabf-451c-b48d-f76810af8869",
"StateId": "756e8488-ee2d-44f2-a591-47b53cef67ce"
},
{
"PersonalConfigId": "c42397d2-dabf-451c-b48d-f76810af8869",
"StateId": "756e8488-ee2d-44f2-a591-47b53cef67ce"
}
],
"id": "62fca712-a80e-4bed-b1f1-1acd1c7de9b7",
"ConfigId": "fc58bdec-f52b-4d89-b9f7-0d9d0f202b46"
}
]