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": "d6e8426b-c50d-4a15-b167-70ab599b04d4",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d6e8426b-c50d-4a15-b167-70ab599b04d4",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "31d03322-5b65-4201-acdc-1741028a92bc",
"StateId": "7fd60348-a197-4414-9e2f-f2e9455e3983"
},
{
"PersonalConfigId": "31d03322-5b65-4201-acdc-1741028a92bc",
"StateId": "7fd60348-a197-4414-9e2f-f2e9455e3983"
}
],
"id": "f18efc63-d7a9-47aa-96a7-82fbdda557dd",
"ConfigId": "85c3f07f-868f-4664-ba61-8ea460c40147"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "d6e8426b-c50d-4a15-b167-70ab599b04d4",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d6e8426b-c50d-4a15-b167-70ab599b04d4",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "31d03322-5b65-4201-acdc-1741028a92bc",
"StateId": "7fd60348-a197-4414-9e2f-f2e9455e3983"
},
{
"PersonalConfigId": "31d03322-5b65-4201-acdc-1741028a92bc",
"StateId": "7fd60348-a197-4414-9e2f-f2e9455e3983"
}
],
"id": "f18efc63-d7a9-47aa-96a7-82fbdda557dd",
"ConfigId": "85c3f07f-868f-4664-ba61-8ea460c40147"
}
]