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": "97db5632-db29-4c99-a641-e7318fb3d825",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "97db5632-db29-4c99-a641-e7318fb3d825",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f9abf975-eb70-4f39-8246-e5d597a49f53",
"StateId": "aeb66852-c516-4422-a719-8fe972998909"
},
{
"PersonalConfigId": "f9abf975-eb70-4f39-8246-e5d597a49f53",
"StateId": "aeb66852-c516-4422-a719-8fe972998909"
}
],
"id": "93d42488-6af9-4384-98c7-e2f72b03ef7a",
"ConfigId": "79a8ede3-cc58-4d24-bd6b-d021a1ef8205"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "97db5632-db29-4c99-a641-e7318fb3d825",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "97db5632-db29-4c99-a641-e7318fb3d825",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f9abf975-eb70-4f39-8246-e5d597a49f53",
"StateId": "aeb66852-c516-4422-a719-8fe972998909"
},
{
"PersonalConfigId": "f9abf975-eb70-4f39-8246-e5d597a49f53",
"StateId": "aeb66852-c516-4422-a719-8fe972998909"
}
],
"id": "93d42488-6af9-4384-98c7-e2f72b03ef7a",
"ConfigId": "79a8ede3-cc58-4d24-bd6b-d021a1ef8205"
}
]