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": "91ddc22a-b2eb-4057-baa3-733d6cfccc38",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "91ddc22a-b2eb-4057-baa3-733d6cfccc38",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f40de8f8-bfa6-4544-83d0-48a401e70093",
"StateId": "2f851c4b-6d1a-4ca3-a99c-882d104ddf7e"
},
{
"PersonalConfigId": "f40de8f8-bfa6-4544-83d0-48a401e70093",
"StateId": "2f851c4b-6d1a-4ca3-a99c-882d104ddf7e"
}
],
"id": "d16fe8ca-4e5b-4e41-b209-1664460007fc",
"ConfigId": "536cfb0b-907f-477a-9418-6be7656813c5"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "91ddc22a-b2eb-4057-baa3-733d6cfccc38",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "91ddc22a-b2eb-4057-baa3-733d6cfccc38",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f40de8f8-bfa6-4544-83d0-48a401e70093",
"StateId": "2f851c4b-6d1a-4ca3-a99c-882d104ddf7e"
},
{
"PersonalConfigId": "f40de8f8-bfa6-4544-83d0-48a401e70093",
"StateId": "2f851c4b-6d1a-4ca3-a99c-882d104ddf7e"
}
],
"id": "d16fe8ca-4e5b-4e41-b209-1664460007fc",
"ConfigId": "536cfb0b-907f-477a-9418-6be7656813c5"
}
]