Skip to content

Obtener un campo específico con metadata onlyAdmin

GET
/config/form/fields/{fieldid}

Returns a specific field (FieldWithMetadata) with onlyAdmin metadata from merged forms of own configuration.

Authorizations

bearerAuth

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

TypeHTTP (bearer)

Parameters

Path Parameters

fieldid*

ID único del campo a obtener

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

Responses

Campo encontrado con metadata
application/json
JSON
{
"status": "success",
"data": {
"field": {
"ID": "string",
"name": "string",
"label": "string",
"type": "string",
"onlyAdmin": true
}
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI