Dropbox SignDropbox Sign eSignature API
GET/team/sub_teams/{team_id}
List Sub Teams
Provides a paginated list of sub teams that belong to a given team.
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
teamSubTeams- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
team_id
pathstringrequired
The id of the parent Team.
4fea99bfcf2b26bfccf6cea3e127fb8bb74d8d9c
page
queryinteger
Which page number of the SubTeam List to return. Defaults to `1`.
1
page_size
queryinteger
Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`.
20
Responses
200
TeamSubTeamsResponseapplication/json
successful operation
Properties: sub_teamslist_infowarnings
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"sub_teams": [
{
"team_id": "example-team-id",
"name": "Example Name"
}
],
"list_info": {
"num_pages": 0,
"num_results": 0,
"page": 0,
"page_size": 0
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}