Teams
Find and enrich teams
Input
Composable response
Credit cost
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
teamsinteger[] · min: 1 · max: 1000 · nullableOptional
List of Sumble team ids to retrieve and enrich. One result row per entry, in input order. Mutually exclusive with filter.
limitinteger · min: 1 · max: 200OptionalDefault:
Maximum number of teams to return (filter mode only; ignored when teams is provided).
10offsetinteger · max: 10000OptionalDefault:
Number of results to skip (filter mode only; ignored when teams is provided).
0order_by_columnstring · enum · nullableOptionalPossible values:
Column to order by (filter mode only): jobs_count, first_activity or last_activity. Default: jobs_count.
order_by_directionstring · enum · nullableOptionalPossible values:
Sort direction; DESC when omitted.
Responses
200
Successful Response
application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
matched_countinteger · nullableOptional
List mode only: how many input ids matched a Sumble team.
totalintegerRequired
source_data_urlstring · uri · min: 1 · max: 2083 · nullableOptional
422
Validation Error
application/json
post/v9/teams
Last updated