List Accounts for Team
/teams/{id}/accounts
A list of all accounts assigned to a specific team.
Get Team's Accounts [GET]
Get a list of accounts assigned to a specific team.
Authorization: Admin
Response 200
Body
{ "page": 1, "pages": 2, "count": 52, "items": [ { "id": 9082, "num": "SP9081", "name": "Springfield Nuclear Plant", "address": "123 Elm Street", "city": "Springfield", "state": "Oregan", "zip": "80982", "country": "US", "rowStatus": 1, "teamsCount": 14 } ] }