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": "7c29a31a-24fd-48f2-829d-4128093b493b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "7c29a31a-24fd-48f2-829d-4128093b493b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "67b1b8ab-a1dd-4ee0-8546-8f14293d7c27",
"ConfigId": "c6da604f-fda0-4467-90dc-70159404e8d0"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "7c29a31a-24fd-48f2-829d-4128093b493b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "7c29a31a-24fd-48f2-829d-4128093b493b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "67b1b8ab-a1dd-4ee0-8546-8f14293d7c27",
"ConfigId": "c6da604f-fda0-4467-90dc-70159404e8d0"
}
]