Skip to content

Obtener un formulario específico por ID

GET
/config/forms/{formid}

Returns a specific form by ID from own configuration.

Authorizations

bearerAuth

JWT token de autenticación. Utilice este esquema para autenticar solicitudes con un token JWT.

TypeHTTP (bearer)

Parameters

Path Parameters

formid*

ID único del formulario

Typestring
Required
Example123e4567-e89b-12d3-a456-426614174000
formatuuid

Responses

Formulario obtenido exitosamente
application/json
JSON
{
"status": "success",
"data": {
"form": "string"
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI