Skip to content
Developer Center
Pesquisar
K
Main Navigation
Início Rápido
Serviços Layers
Notificações
Single Sign-On
Portais
Sincronização de dados
API Hub
Apps Visualizadores
Pagamentos
Referências API
Dados da Comunidade
Status
Suporte
Acessar Plataforma
suporte@layers.education
Appearance
Menu
Return to top
Listar tags
GET
/v1/tags
Listar tags cadastradas
Autorizações
Bearer
Generate a token
Tipo
HTTP (bearer)
Parâmetros
Parâmetros de Cabeçalho
community-id
*
Identificador da comunidade
Tipo
string
Obrigatório
Exemplo
"test"
Respostas
200
Lista de tags
Content-Type
application/json
Esquema
JSON
JSON
[
{
"_id"
:
"string"
,
"name"
:
"Ensino Fundamental"
,
"community"
:
"test"
,
"createdAt"
:
"string"
,
"updatedAt"
:
"string"
}
]
GET
/v1/tags
Exemplos
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python