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": "91de1240-3f23-413c-9477-693ac494bbcc",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "91de1240-3f23-413c-9477-693ac494bbcc",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "a092c50c-aa23-43d9-a2d6-6f4f9c8bd69a",
"StateId": "39a91c42-b550-4d42-ba75-cb70257c76dc"
},
{
"PersonalConfigId": "a092c50c-aa23-43d9-a2d6-6f4f9c8bd69a",
"StateId": "39a91c42-b550-4d42-ba75-cb70257c76dc"
}
],
"id": "a7f36406-17b2-4c7c-bbba-0bb4688e54d3",
"ConfigId": "dd836ff0-83fa-4c63-839a-bef36a02bdc2"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "91de1240-3f23-413c-9477-693ac494bbcc",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "91de1240-3f23-413c-9477-693ac494bbcc",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "a092c50c-aa23-43d9-a2d6-6f4f9c8bd69a",
"StateId": "39a91c42-b550-4d42-ba75-cb70257c76dc"
},
{
"PersonalConfigId": "a092c50c-aa23-43d9-a2d6-6f4f9c8bd69a",
"StateId": "39a91c42-b550-4d42-ba75-cb70257c76dc"
}
],
"id": "a7f36406-17b2-4c7c-bbba-0bb4688e54d3",
"ConfigId": "dd836ff0-83fa-4c63-839a-bef36a02bdc2"
}
]