Skip to content
Developer Docs

Business activity groups

GET
/business-activity/v1/business-activity-groups

Lists the business activity groups defined for a country, each one with the activities it contains.
Returns the whole catalogue tree in a single call, so an organisation can be shown every activity
available in its country before choosing one.

Autorizaciones

OAuth2

OAuth2 security scheme

clientCredentials Flow
URL del token"/api/v2/auth/token"
Scopes:
  • "zertiban-api"Access to the API

Parámetros

Query Parameters

country*

Country code

Tipo
string
Requerido
Formato
"ISO 3166 alpha-2"

Respuestas

Business activities

application/json
JSON
{
  
"businessActivityGroups": [
  
  
{
  
  
  
"uuid": "string",
  
  
  
"code": "string",
  
  
  
"description": "string",
  
  
  
"businessActivities": [
  
  
  
  
{
  
  
  
  
  
"uuid": "string",
  
  
  
  
  
"code": "string",
  
  
  
  
  
"description": "string",
  
  
  
  
  
"favourite": true
  
  
  
  
}
  
  
  
]
  
  
}
  
]
}

Playground

Servidor
Autorización
Variables
Key
Value

Ejemplos