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": "a10c204c-79d4-4e22-ac03-4b3896335c27",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a10c204c-79d4-4e22-ac03-4b3896335c27",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "538a15f4-bae8-4f3d-9663-5d19a92d96ab",
"StateId": "96cb3229-c374-4409-bcd2-0c553b123cfc"
},
{
"PersonalConfigId": "538a15f4-bae8-4f3d-9663-5d19a92d96ab",
"StateId": "96cb3229-c374-4409-bcd2-0c553b123cfc"
}
],
"id": "3ee2d7fb-427b-41bb-b20b-da270f64a40f",
"ConfigId": "1df14852-47ff-48de-93d1-048bcb1fc4ce"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "a10c204c-79d4-4e22-ac03-4b3896335c27",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a10c204c-79d4-4e22-ac03-4b3896335c27",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "538a15f4-bae8-4f3d-9663-5d19a92d96ab",
"StateId": "96cb3229-c374-4409-bcd2-0c553b123cfc"
},
{
"PersonalConfigId": "538a15f4-bae8-4f3d-9663-5d19a92d96ab",
"StateId": "96cb3229-c374-4409-bcd2-0c553b123cfc"
}
],
"id": "3ee2d7fb-427b-41bb-b20b-da270f64a40f",
"ConfigId": "1df14852-47ff-48de-93d1-048bcb1fc4ce"
}
]