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. |
|
| 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": "3404b86b-4cc0-4034-a254-90d7e6ebfe0b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "3404b86b-4cc0-4034-a254-90d7e6ebfe0b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "b8792286-d9d4-4e5a-b7af-bc0b0f909d24",
"ConfigId": "ecfec557-21c1-4787-8b05-aa87e67abffd"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "3404b86b-4cc0-4034-a254-90d7e6ebfe0b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "3404b86b-4cc0-4034-a254-90d7e6ebfe0b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "b8792286-d9d4-4e5a-b7af-bc0b0f909d24",
"ConfigId": "ecfec557-21c1-4787-8b05-aa87e67abffd"
}
]