### Using serigyItemType and serigyClearForm in HTML Source: https://serigy.tce.se.gov.br/definicoes Illustrates the use of `serigyItemType` for form elements and `serigyClearForm` for a button that clears the form. This example shows a text input, a search button, and a clear form button within a schema context. ```html
...
``` -------------------------------- ### HTML Search Component Example Source: https://serigy.tce.se.gov.br/legislativo/atividades-finalisticas Exemplo de código HTML para um componente de pesquisa utilizado em diversas seções do portal. Este componente permite a filtragem de informações e a seleção de histórico. Possui atributos específicos como 'serigySchema', 'serigyItem', 'serigyItemType' e 'serigyValue'. ```html
``` -------------------------------- ### Using serigyItem, serigyItemType, and serigyValue in HTML Source: https://serigy.tce.se.gov.br/definicoes Illustrates how to use `serigyItem`, `serigyItemType`, and `serigyValue` to define selectable items within a schema. `serigyItem` identifies the item, `serigyItemType` specifies its type (e.g., 'select'), and `serigyValue` provides the option values. ```html
``` -------------------------------- ### GET /Receitas/Arrecadada Source: https://serigy.tce.se.gov.br/comum/receitas Retrieves collected revenue data. Supports filtering and report generation. ```APIDOC ## GET /Receitas/Arrecadada ### Description Retrieves collected revenue data. Supports filtering by various criteria and allows saving reports in different formats. ### Method GET ### Endpoint /Receitas/Arrecadada ### Parameters #### Query Parameters - **orgaoReceita** (string) - Optional - Filters by the respective revenue body. - **dataLancamentoReceita** (date) - Optional - Filters by the revenue launch date. - **valorArrecadadoReceita** (monetary) - Optional - Filters by the collected revenue amount. - **filtroPesquisa** (N/A) - Optional - Enables search functionality with filters. - **salvarRelatorio** (N/A) - Optional - Specifies the format for saving reports (e.g., pdf, xls, csv). - **dataUltimaAtualizacao** (date) - Optional - Filters by the last update date. - **historicoExercicio** (N/A) - Optional - Retrieves historical data for the last 5 years. ### Request Example ``` GET /Receitas/Arrecadada?historicoExercicio=2023&dataLancamentoReceita=2023-03-03 ``` ### Response #### Success Response (200) - **historicoExercicio** (N/A) - The fiscal year for the collected revenue. - **dataLancamentoReceita** (date) - The date of the revenue launch. - **valorArrecadadoReceita** (monetary) - The collected revenue amount. - **dataUltimaAtualizacao** (date) - The date of the last update. #### Response Example ```json { "historicoExercicio": "2023", "dataLancamentoReceita": "03/03/2023", "valorArrecadadoReceita": "R$234,89", "dataUltimaAtualizacao": "2023-10-27" } ``` ``` -------------------------------- ### GET /Receitas/Prevista Source: https://serigy.tce.se.gov.br/comum/receitas Retrieves forecasted revenue data. Supports filtering and report generation. ```APIDOC ## GET /Receitas/Prevista ### Description Retrieves forecasted revenue data. Supports filtering by various criteria and allows saving reports in different formats. ### Method GET ### Endpoint /Receitas/Prevista ### Parameters #### Query Parameters - **orgaoReceita** (string) - Optional - Filters by the respective revenue body. - **valorPrevistoReceita** (monetary) - Optional - Filters by the forecasted revenue amount. - **filtroPesquisa** (N/A) - Optional - Enables search functionality with filters. - **salvarRelatorio** (N/A) - Optional - Specifies the format for saving reports (e.g., pdf, xls, csv). - **dataUltimaAtualizacao** (date) - Optional - Filters by the last update date. - **historicoExercicio** (N/A) - Optional - Retrieves historical data for the last 5 years. ### Request Example ``` GET /Receitas/Prevista?orgaoReceita=Secretaria%20de%20Educa%C3%A7%C3%A3o&historicoExercicio=2023 ``` ### Response #### Success Response (200) - **orgaoReceita** (string) - The respective revenue body. - **valorPrevistoReceita** (monetary) - The forecasted revenue amount. - **valorArrecadadoReceita** (monetary) - The collected revenue amount. - **dataUltimaAtualizacao** (date) - The date of the last update. #### Response Example ```json { "orgaoReceita": "Secretaria de Educação", "valorPrevistoReceita": "R$3.000,00", "valorArrecadadoReceita": "R$2.701,86", "dataUltimaAtualizacao": "2023-10-27" } ``` ``` -------------------------------- ### Using serigyItem, serigyValue, and serigyEmpty in HTML Source: https://serigy.tce.se.gov.br/definicoes Shows the use of `serigyItem`, `serigyValue`, and `serigyEmpty` for defining items and handling cases where content might be missing. `serigyEmpty` can provide a reason for the absence of content. ```html
... Salvar em PDF
``` -------------------------------- ### GET /Legislativo/NormasProduzidas Source: https://serigy.tce.se.gov.br/legislativo/atividades-finalisticas Retrieves information about legal norms produced, including the norm itself, its annex, and update information. ```APIDOC ## GET /Legislativo/NormasProduzidas ### Description Retrieves information about legal norms produced, including the norm itself, its annex, and update information. Supports filtering and historical data. ### Method GET ### Endpoint /Legislativo/NormasProduzidas ### Parameters #### Query Parameters - **normaProduzida** (string) - Optional - Filters by the legal norm text. - **anexoProduzida** (string) - Optional - Filters by the annex link. - **filtroPesquisa** (string) - Optional - General search filter. - **dataUltimaAtualizacao** (string) - Optional - Filters by the last update date (YYYY-MM-DD). - **historicoExercicio** (integer) - Optional - Filters by historical exercise year (e.g., 2023). ### Response #### Success Response (200) - **normaProduzida** (string) - The text of the legal norm. - **anexoProduzida** (string) - A link to the annex of the norm. - **dataUltimaAtualizacao** (string) - The date of the last update. #### Response Example { "normaProduzida": "Example Norm Text", "anexoProduzida": "http://example.com/annex", "dataUltimaAtualizacao": "2023-10-27" } ``` -------------------------------- ### Using serigyLink Attribute in HTML Source: https://serigy.tce.se.gov.br/definicoes Demonstrates how to use the `serigyLink` attribute to specify a URL where related content can be found. This is useful when the schema information is hosted externally. ```html ... ``` -------------------------------- ### GET /Legislativo/ComposicaoCasa Source: https://serigy.tce.se.gov.br/legislativo/atividades-finalisticas Retrieves information about the composition of the legislative house, including parliamentarian names and biography links. ```APIDOC ## GET /Legislativo/ComposicaoCasa ### Description Retrieves information about the composition of the legislative house, including parliamentarian names and biography links. ### Method GET ### Endpoint /Legislativo/ComposicaoCasa ### Parameters #### Query Parameters - **nomeParlamentar** (string) - Optional - Filters results by parliamentarian name. - **biografiaParlamentar** (string) - Optional - Filters results by biography link. ### Response #### Success Response (200) - **nomeParlamentar** (string) - The name of the parliamentarian. - **biografiaParlamentar** (string) - A link to the parliamentarian's biography. #### Response Example { "nomeParlamentar": "Example Name", "biografiaParlamentar": "http://example.com/biography" } ``` -------------------------------- ### GET /Legislativo/AtasSessoes Source: https://serigy.tce.se.gov.br/legislativo/atividades-finalisticas Retrieves information about session minutes, including session identification, minutes content, and update information. ```APIDOC ## GET /Legislativo/AtasSessoes ### Description Retrieves information about session minutes, including session identification, minutes content (with attendance list), and update information. Supports filtering and report generation. ### Method GET ### Endpoint /Legislativo/AtasSessoes ### Parameters #### Query Parameters - **identificaSessao** (string) - Optional - Filters by session identification. - **conteudoAta** (string) - Optional - Filters by the minutes content link. - **filtroPesquisa** (string) - Optional - General search filter. - **dataUltimaAtualizacao** (string) - Optional - Filters by the last update date (YYYY-MM-DD). - **historicoExercicio** (integer) - Optional - Filters by historical exercise year (e.g., 2023). ### Response #### Success Response (200) - **identificaSessao** (string) - The identification of the session. - **conteudoAta** (string) - A link to the session minutes content. - **dataUltimaAtualizacao** (string) - The date of the last update. #### Response Example { "identificaSessao": "SESSION-MINUTES-2023-10-25", "conteudoAta": "http://example.com/minutes", "dataUltimaAtualizacao": "2023-10-27" } ``` -------------------------------- ### Exibir Responsável pelo Tratamento de Dados em HTML Source: https://serigy.tce.se.gov.br/comum/lgpd-governo-digital Este snippet HTML demonstra como estruturar uma tabela para exibir o nome e os contatos (telefone e e-mail) do responsável pelo tratamento de dados pessoais, conforme as diretrizes da LGPD. ```html
Nome Telefone E-mail
Josenilson Silva Santos 79 3045-4933 josenilson.santos@saocristovao.se.gov.br
``` -------------------------------- ### GET /Legislativo/SessoesPlenario Source: https://serigy.tce.se.gov.br/legislativo/atividades-finalisticas Retrieves information about plenary sessions, including session identification, agenda content, and update information. ```APIDOC ## GET /Legislativo/SessoesPlenario ### Description Retrieves information about plenary sessions, including session identification, agenda content, and update information. Supports filtering and report generation. ### Method GET ### Endpoint /Legislativo/SessoesPlenario ### Parameters #### Query Parameters - **sessaoPlenario** (string) - Optional - Filters by session identification. - **pautaSessao** (string) - Optional - Filters by session agenda content link. - **filtroPesquisa** (string) - Optional - General search filter. - **dataUltimaAtualizacao** (string) - Optional - Filters by the last update date (YYYY-MM-DD). ### Response #### Success Response (200) - **sessaoPlenario** (string) - The identification of the plenary session. - **pautaSessao** (string) - A link to the session's agenda content. - **dataUltimaAtualizacao** (string) - The date of the last update. #### Response Example { "sessaoPlenario": "PLENARY-2023-10-27", "pautaSessao": "http://example.com/agenda", "dataUltimaAtualizacao": "2023-10-27" } ``` -------------------------------- ### GET /Obras/Andamento Source: https://serigy.tce.se.gov.br/comum/obras Retrieves a list of ongoing public works projects. This endpoint allows filtering and exporting of project data. ```APIDOC ## GET /Obras/Andamento ### Description Retrieves a list of ongoing public works projects. This endpoint allows filtering and exporting of project data. ### Method GET ### Endpoint [PortalTransparencia]/Obras/Andamento ### Parameters #### Query Parameters - **filtroPesquisa** (string) - Optional - Allows filtering of obras em andamento. - **salvarRelatorio** (string) - Optional - Specifies the format for exporting reports (e.g., pdf, xls, xlsx, ods, csv, json). ### Request Example ```html
Export to PDF
``` ### Response #### Success Response (200) - **nomeObra** (string) - Name of the work. - **inicioObra** (string) - Start date of the work. - **percentualConclusao** (number) - Percentage of completion. - **previsaoTermino** (string) - Estimated completion date. - **statusObra** (string) - Current status of the work. - **quantitativoContratado** (number) - Contracted quantity. - **valorUnitarioContratado** (string) - Contracted unit value. - **valorTotalContratado** (string) - Total contracted value. - **quantitativoReal** (number) - Executed quantity. - **valorUnitarioReal** (string) - Actual unit value. - **valorTotalReal** (string) - Total actual value. - **dataUltimaAtualizacao** (string) - Date of last update. #### Response Example ```json { "obras": [ { "nomeObra": "RESTAURAÇÃO DO SOBRADO DO BALCÃO CORRIDO", "inicioObra": "04/07/2024", "percentualConclusao": 65.32, "previsaoTermino": "04/03/2025", "statusObra": "Em Andamento", "quantitativoContratado": 800, "valorUnitarioContratado": "R$ -", "valorTotalContratado": "R$ 45.675.552,54", "quantitativoReal": 522, "valorUnitarioReal": "R$ -", "valorTotalReal": "R$ 29.835.270,91", "dataUltimaAtualizacao": "2024-07-20" } ] } ``` ``` -------------------------------- ### HTML para Exibição de Tabela de Contratos Source: https://serigy.tce.se.gov.br/comum/contratos Este código HTML exibe uma tabela com informações detalhadas sobre contratos, como número, órgão, datas, valores e contratado. Utiliza atributos 'serigyLoadSection' e 'serigySchema' para carregar e associar os dados, com 'serigyItem' definindo cada coluna. ```html
Número do Contrato Órgão Data Assinatura Início Fim CPF/CNPJ Contratado Modalidade Valor
065/2023 PREFEITURA MUNICIPAL DE BARRA DOS COQUEIROS 06/03/2023 06/03/2023 06/03/2024 00.999.891/0001-00 AGC CONSTRUÇÕES E EMPREENDIMENTOS LTDA Concorrência 535.985,92
``` -------------------------------- ### GET /Legislativo/ProjetosNormas Source: https://serigy.tce.se.gov.br/legislativo/atividades-finalisticas Retrieves information about draft legal norms, including identification, summary, annex, status, author, and reporter. ```APIDOC ## GET /Legislativo/ProjetosNormas ### Description Retrieves information about draft legal norms, including identification, summary, annex, status, author, and reporter. Supports filtering and historical data. ### Method GET ### Endpoint /Legislativo/ProjetosNormas ### Parameters #### Query Parameters - **normaProjeto** (string) - Optional - Filters by the draft norm identification. - **ementaProjeto** (string) - Optional - Filters by the draft norm summary. - **anexoProjeto** (string) - Optional - Filters by the draft norm annex link. - **statusProjeto** (string) - Optional - Filters by the draft norm status. - **autorProjeto** (string) - Optional - Filters by the draft norm author. - **relatorProjeto** (string) - Optional - Filters by the draft norm reporter. - **filtroPesquisa** (string) - Optional - General search filter. - **dataUltimaAtualizacao** (string) - Optional - Filters by the last update date (YYYY-MM-DD). - **historicoExercicio** (integer) - Optional - Filters by historical exercise year (e.g., 2023). ### Response #### Success Response (200) - **normaProjeto** (string) - The identification of the draft norm. - **ementaProjeto** (string) - The summary of the draft norm. - **anexoProjeto** (string) - A link to the annex of the draft norm. - **statusProjeto** (string) - The status of the draft norm. - **autorProjeto** (string) - The author of the draft norm. - **relatorProjeto** (string) - The reporter of the draft norm. - **dataUltimaAtualizacao** (string) - The date of the last update. #### Response Example { "normaProjeto": "DRAFT-001", "ementaProjeto": "Example Summary", "anexoProjeto": "http://example.com/annex", "statusProjeto": "In Review", "autorProjeto": "John Doe", "relatorProjeto": "Jane Smith", "dataUltimaAtualizacao": "2023-10-27" } ``` -------------------------------- ### Exibir Acesso ao Portal da Transparência com Metadados Serigy (HTML) Source: https://serigy.tce.se.gov.br/comum/informacoes Este código HTML mostra como criar um link para o Portal da Transparência, utilizando o metadado 'serigyItem="acessoPortal"'. O snippet é destinado a ser incluído no site oficial do órgão e especifica o schema de informações através de 'serigySchema'. ```html
Portal da Transparência
``` -------------------------------- ### GET /Legislativo/PautasComissoes Source: https://serigy.tce.se.gov.br/legislativo/atividades-finalisticas Retrieves information about commission agendas, including commission name, meeting identification, agenda content, and update information. ```APIDOC ## GET /Legislativo/PautasComissoes ### Description Retrieves information about commission agendas, including commission name, meeting identification, agenda content, and update information. Supports filtering and report generation. ### Method GET ### Endpoint /Legislativo/PautasComissoes ### Parameters #### Query Parameters - **comissaoResponsavel** (string) - Optional - Filters by the responsible commission name. - **identificaReuniao** (string) - Optional - Filters by the meeting identification. - **pautaComissao** (string) - Optional - Filters by the commission agenda content link. - **filtroPesquisa** (string) - Optional - General search filter. - **dataUltimaAtualizacao** (string) - Optional - Filters by the last update date (YYYY-MM-DD). ### Response #### Success Response (200) - **comissaoResponsavel** (string) - The name of the responsible commission. - **identificaReuniao** (string) - The identification of the meeting. - **pautaComissao** (string) - A link to the commission's agenda content. - **dataUltimaAtualizacao** (string) - The date of the last update. #### Response Example { "comissaoResponsavel": "Finance Committee", "identificaReuniao": "MEETING-2023-10-26", "pautaComissao": "http://example.com/commission-agenda", "dataUltimaAtualizacao": "2023-10-27" } ``` -------------------------------- ### Exibir Sítio Oficial com Metadados Serigy (HTML) Source: https://serigy.tce.se.gov.br/comum/informacoes Este snippet HTML demonstra como exibir o sítio oficial do órgão utilizando o metadado 'serigyItem="sitioOficial"'. Ele inclui o atributo 'serigySchema' para referenciar o schema de informações e 'serigyLink' para o URL do sítio oficial. ```html ``` -------------------------------- ### Using serigySchema Attribute in HTML Source: https://serigy.tce.se.gov.br/definicoes Demonstrates the basic implementation of the `serigySchema` attribute, which defines the schema for the enclosed content. This attribute should be placed on a parent tag or the same HTML tag as a `serigyItem`. ```html
...
``` -------------------------------- ### GET /Obras/Paralisadas Source: https://serigy.tce.se.gov.br/comum/obras Retrieves a list of halted public works projects. This endpoint provides details on the reasons for halting and expected restart dates. ```APIDOC ## GET /Obras/Paralisadas ### Description Retrieves a list of halted public works projects. This endpoint provides details on the reasons for halting and expected restart dates. ### Method GET ### Endpoint [PortalTransparencia]/Obras/Paralisadas ### Parameters #### Query Parameters - **filtroPesquisa** (string) - Optional - Allows filtering of obras paralisadas. - **salvarRelatorio** (string) - Optional - Specifies the format for exporting reports (e.g., pdf, xls, xlsx, ods, csv, json). - **historicoExercicio** (string) - Optional - Retrieves historical data for the last 5 years. ### Request Example ```html
Export to CSV View 5-Year History
``` ### Response #### Success Response (200) - **nomeObra** (string) - Name of the work. - **motivoParada** (string) - Reason for the halt. - **responsavelParada** (string) - Entity responsible for the temporary non-execution. - **previsaoReinicio** (string) - Estimated restart date. - **dataUltimaAtualizacao** (string) - Date of last update. #### Response Example ```json { "obrasParalisadas": [ { "nomeObra": "CONSTRUÇÃO DA NOVA SEDE DA SECRETARIA DE SAÚDE", "motivoParada": "Questões orçamentárias", "responsavelParada": "Secretaria de Planejamento", "previsaoReinicio": "01/01/2025", "dataUltimaAtualizacao": "2024-06-15" } ] } ``` ``` -------------------------------- ### GET /Legislativo/Decretos Source: https://serigy.tce.se.gov.br/legislativo/atividades-finalisticas Retrieves information about decrees related to the accounts of the Head of the Executive Power, including identification, session details, and update information. ```APIDOC ## GET /Legislativo/Decretos ### Description Retrieves information about decrees related to the accounts of the Head of the Executive Power, including identification, session details, and update information. Supports filtering and report generation. ### Method GET ### Endpoint /Legislativo/Decretos ### Parameters #### Query Parameters - **identificaDecreto** (string) - Optional - Filters by the decree identification. - **ataSessao** (string) - Optional - Filters by the session minutes link. - **filtroPesquisa** (string) - Optional - General search filter. - **dataUltimaAtualizacao** (string) - Optional - Filters by the last update date (YYYY-MM-DD). - **historicoExercicio** (integer) - Optional - Filters by historical exercise year (e.g., 2023). ### Response #### Success Response (200) - **identificaDecreto** (string) - The identification of the decree. - **ataSessao** (string) - A link to the session minutes related to the decree. - **dataUltimaAtualizacao** (string) - The date of the last update. #### Response Example { "identificaDecreto": "DECREE-EXEC-2023-001", "ataSessao": "http://example.com/session-minutes", "dataUltimaAtualizacao": "2023-10-27" } ``` -------------------------------- ### HTML para Detalhes Dinâmicos de Contrato Source: https://serigy.tce.se.gov.br/comum/contratos Este snippet HTML mostra como implementar a exibição de detalhes dinâmicos para itens de contrato através de interação do usuário, como um clique em um botão. Utiliza 'serigyLoadSection' para carregar a seção e 'serigyExecuteWaitSection' para acionar a exibição de detalhes. ```html
``` -------------------------------- ### Exibir Pesquisa de Conteúdo com Metadados Serigy (HTML) Source: https://serigy.tce.se.gov.br/comum/informacoes Este snippet HTML implementa um formulário de pesquisa de conteúdo, identificado pelo metadado 'serigyItem="pesquisaConteudo"'. Ele utiliza um campo de texto ('text-input') e um botão ('button') com atributos Serigy para funcionalidade e estilização. ```html
``` -------------------------------- ### HTML: Dynamic Section Loading with serigyLoadSection Source: https://serigy.tce.se.gov.br/definicoes This snippet shows how to use the `serigyLoadSection` attribute in an HTML table to dynamically load a section with detailed item information. It requires a corresponding element with a matching `serigyExecuteWaitSection` attribute to trigger the load. The `serigySchema` attribute specifies the schema for the data. ```html ...

Após o clique uma seção HTML é renderizada na tela com os dados relativos ao detalhamento do item:

...
Item do Detalhe a ser exibido
``` -------------------------------- ### HTML for Last Update Information Source: https://serigy.tce.se.gov.br/comum/despesas This HTML snippet displays the last update information for the presented data. It uses a 'serigySchema' attribute for data context and a 'serigyItem' attribute to identify the specific data point representing the last update timestamp. This is typically a static text element that gets updated periodically. ```html
Conjunto de informações atualizadas em 31/01/2023 com dados até 30/01/2023
``` -------------------------------- ### HTML para Componente de Pesquisa de Receita Source: https://serigy.tce.se.gov.br/comum/recursos-humanos Exemplo de código HTML para um componente de pesquisa de receita, utilizando atributos 'serigySchema', 'serigyItem' e 'serigyItemType' para interagir com o sistema Serigy. Inclui seletores para histórico de exercício e mês, além de links para salvar relatórios em diversos formatos e um botão de submissão. ```html
Salvar em PDF Salvar em XLS Salvar em XLSX Salvar em ODS Salvar em CSV Salvar em JSON
``` -------------------------------- ### Exibir Data de Atualização de Informações (HTML) Source: https://serigy.tce.se.gov.br/executivo/renuncia-receitas Este snippet HTML exibe a data da última atualização das informações e o período dos dados apresentados. Ele utiliza atributos `serigySchema` e `serigyItem` para fins de schema e identificação, com a data formatada dentro de uma tag ``. ```html
Conjunto de informações atualizado em 08/08/2024 com dados até 08/08/2024
``` -------------------------------- ### Inserir Hash no Portal da Transparência (HTML) Source: https://serigy.tce.se.gov.br/invoker Este snippet demonstra como inserir um código hash exclusivo na página principal do portal da transparência. O hash é fornecido pela DMT do TCE/SE e garante que o robô Serigy seja executado apenas para a URL vinculada à unidade gestora cadastrada, prevenindo o uso indevido. ```html ``` -------------------------------- ### HTML Table for 'Procedimentos Preparatórios' Source: https://serigy.tce.se.gov.br/ministerio-publico/atividades-finalisticas This HTML code defines a table structure to display 'Procedimentos Preparatórios' (Preparatory Procedures). It includes columns for process number, subject, movement history, and attachments, utilizing 'serigySchema' and 'serigyItem' attributes for data binding. ```html
Nº Processo Assunto Movimentações Anexo
1.30.020.000264/2024-16 1ª CCR - Repasse de Verbas Públicas, 5ª CCR - Repasse de Verbas Públicas 23/09/2024 12:08:27 - Recebido pelo(a) SETOR DE ACOMPANHAMENTO PROCESSUAL DA PRM/SAO GONCALO 20/09/2024 14:06:41 - Movimentado para SETOR DE ACOMPANHAMENTO PROCESSUAL DA PRM/SAO GONCALO 19/09/2024 16:09:24 - Expedição de Recomendação ... Ver anexo PP
``` -------------------------------- ### Exibir Data de Atualização de Informações (HTML) Source: https://serigy.tce.se.gov.br/comum/receitas Este snippet HTML exibe a data da última atualização das informações apresentadas. Ele utiliza atributos `serigySchema` e `serigyItem` para referenciar um schema de dados específico. O conteúdo é formatado para destacar a data de atualização. ```html
Conjunto de informações atualizado em 14/09/2023 com dados até 14/09/2023
``` -------------------------------- ### Link HTML para Redirecionamento de Cadastro go.br Source: https://serigy.tce.se.gov.br/comum/sic Fornece um link para redirecionar o usuário ao portal go.br para cadastro. Utiliza 'serigySchema' e 'serigyLink' para a integração do link. ```html
Clique aqui para encaminhamento ...
``` -------------------------------- ### Exibir Perguntas Frequentes em HTML Source: https://serigy.tce.se.gov.br/comum/institucional Este código HTML demonstra como exibir perguntas e respostas frequentes, usando os atributos serigySchema e serigyItem. Ele pode incluir um link de redirecionamento para uma página externa através do atributo serigyLink. ```html
P: Como consigo encontrar as perguntas frequentes?
R: Acessando a seção de Perguntas e Respostas Frequentes.
``` ```html
Perguntas Frequentes
``` -------------------------------- ### Exibir Política de Privacidade e Pesquisa de Satisfação em HTML Source: https://serigy.tce.se.gov.br/comum/lgpd-governo-digital Este snippet HTML ilustra a criação de uma tabela para apresentar links para a Política de Privacidade e o Relatório de Pesquisa de Satisfação, ambos essenciais para a transparência e conformidade com a LGPD. ```html
Política de Privacidade Relatório de Satisfação
Baixar Baixar
``` -------------------------------- ### Exibição do Plano Estadual/Municipal de Educação em HTML Source: https://serigy.tce.se.gov.br/executivo/planos-educacao-saude Este snippet HTML exibe o plano estadual ou municipal de educação em formato de tabela. Ele utiliza atributos como 'serigySchema' e 'serigyLoadSection' para carregar os dados e 'serigyItem' para associar as colunas aos atributos do plano, como período e link para download. ```html
Nome do documento Período Link
Plano Municipal de Educação 2021 - 2025 Download
``` -------------------------------- ### HTML para Pesquisa e Histórico de Exercício Source: https://serigy.tce.se.gov.br/defensoria-publica/atividades-finalisticas Este snippet HTML demonstra um componente de pesquisa com um seletor para o histórico de exercícios (últimos 5 anos) e um botão de submissão. Ele utiliza atributos 'serigySchema' e 'serigyItem' para integração com o sistema Serigy. ```html
```