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": "49235233-1c13-49c0-931e-1eea34f251b9",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "49235233-1c13-49c0-931e-1eea34f251b9",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "df77f601-f702-40e8-b218-0b012890f6aa",
"StateId": "df7dcaca-0497-4444-b542-87c00af71b4b"
},
{
"PersonalConfigId": "df77f601-f702-40e8-b218-0b012890f6aa",
"StateId": "df7dcaca-0497-4444-b542-87c00af71b4b"
}
],
"id": "98b8ef3c-dbf9-4c6b-bafd-82a9544d2d79",
"ConfigId": "5df95182-f63e-4468-8071-ff2f48be434b"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "49235233-1c13-49c0-931e-1eea34f251b9",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "49235233-1c13-49c0-931e-1eea34f251b9",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "df77f601-f702-40e8-b218-0b012890f6aa",
"StateId": "df7dcaca-0497-4444-b542-87c00af71b4b"
},
{
"PersonalConfigId": "df77f601-f702-40e8-b218-0b012890f6aa",
"StateId": "df7dcaca-0497-4444-b542-87c00af71b4b"
}
],
"id": "98b8ef3c-dbf9-4c6b-bafd-82a9544d2d79",
"ConfigId": "5df95182-f63e-4468-8071-ff2f48be434b"
}
]