Appearance
getPublicMITeams ​
Retrieves a list of public MI Teams for a Company given a valid Membership-specific API Key
Request ​
http
GET /rest/company/membership/teamsHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-company-api-key | Yes | Admin-specific API key UUID provided to company |
Response ​
200 OK ​
json
[
{
"teamId": 6,
"teamName": "Property Investments"
},
{
"teamId": 7,
"teamName": "Equity Investments"
}
]Errors ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSRecordNotFoundException | See Error Definitions |
WSCompanyNotActiveException | See Error Definitions |
WSCompanyApiKeyNotActiveException | See Error Definitions |
WSIncorrectApiKeyTypeException | See Error Definitions |
WSMembershipServiceException | See Error Definitions |