GET api/enterpriseteams/{id}
Get a single enterprise team
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
OnePlanTeamName | 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": "e833d38d-6919-41a6-a169-706e1164beed", "ResourceAllocation": 2.0, "AllocationType": 0 }, { "ResourceId": "e833d38d-6919-41a6-a169-706e1164beed", "ResourceAllocation": 2.0, "AllocationType": 0 } ], "Fields": { "sample string 1": {}, "sample string 3": {} }, "id": "4b774af2-87b9-4b1c-9cae-b40ab054e1a8", "ConfigId": "d1df6d72-38bc-497c-8b5a-b8e24e9a92a3" }