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": "22e331f9-eed0-4645-b2ec-b972bce29ae7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "22e331f9-eed0-4645-b2ec-b972bce29ae7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c7b7e0f6-6e6d-4e95-9045-d470e48174fb",
"StateId": "dbc92a2c-f86f-4051-b4c0-7ca257c6d05a"
},
{
"PersonalConfigId": "c7b7e0f6-6e6d-4e95-9045-d470e48174fb",
"StateId": "dbc92a2c-f86f-4051-b4c0-7ca257c6d05a"
}
],
"id": "c6a1bc56-866d-47eb-88f3-8e4d6d684ea4",
"ConfigId": "349b9e5f-69f5-4cdb-a640-148b04e66737"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "22e331f9-eed0-4645-b2ec-b972bce29ae7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "22e331f9-eed0-4645-b2ec-b972bce29ae7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c7b7e0f6-6e6d-4e95-9045-d470e48174fb",
"StateId": "dbc92a2c-f86f-4051-b4c0-7ca257c6d05a"
},
{
"PersonalConfigId": "c7b7e0f6-6e6d-4e95-9045-d470e48174fb",
"StateId": "dbc92a2c-f86f-4051-b4c0-7ca257c6d05a"
}
],
"id": "c6a1bc56-866d-47eb-88f3-8e4d6d684ea4",
"ConfigId": "349b9e5f-69f5-4cdb-a640-148b04e66737"
}
]