---
title: "Obter publicação"
method: GET
path: "/api/management/form-publications/{form_publication}"
tags: ["form-publications"]
---

# Obter publicação

`GET /api/management/form-publications/{form_publication}`

Retorna a configuração completa de uma publicação, com o formulário publicado (só os campos respondíveis em link público), o modelo de projeto e o campo usado para nomear o projeto criado.

## Response `200`

Sucesso

- object
  - `response` boolean
  - `form_publication` object
    - `id` string
    - `title` string
    - `description` string
    - `background_color` string, color
    - `starts_at` unknown
    - `ends_at` string
    - `redirect_url` string, uri
    - `token` string
    - `status` string
    - `form_id` integer
    - `frame_id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `deleted_at` unknown
    - `create_project` integer
    - `link_as_media` boolean
    - `link_as_loose_form` boolean
    - `project_name` unknown
    - `form_edge_id` unknown
    - `project_template_id` unknown
    - `funnel_step_id` unknown
    - `type` string
    - `created_by` unknown
    - `project_template` unknown
    - `form_edge` unknown
    - `form` object
      - `id` integer
      - `title` string
      - `frame_id` string
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `deleted_at` unknown
      - `edges` object[]
        - `id` integer
        - `type` string
        - `label` string
        - `index` integer
        - `help_text` unknown
        - `description` unknown
        - `options` unknown[]
          - unknown
        - `initial_value` unknown
        - `required` boolean
        - `custom_validation` unknown
        - `conditional` unknown
        - `form_id` integer
        - `created_at` string, date-time
        - `updated_at` string, date-time
        - `deleted_at` unknown
        - `is_multiple` boolean
        - `logical_operator` string
        - `is_migrated` boolean
        - `conditional_action` unknown

## Other responses

- `404` — Não encontrado

## Changes

- **2026-09-22** `d71b18b1685d` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/form-publications/:form_publication/get.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/d71b18b1685d?raw)
