Saltar al contenido principal
POST
/
cms
/
v3
/
blogs
/
tags
/
batch
/
read
Recuperar un lote de etiquetas de blog
curl --request POST \
  --url https://api.hubapi.com/cms/v3/blogs/tags/batch/read \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "inputs": [
    "<string>"
  ]
}
'
{
  "completedAt": "2023-11-07T05:31:56Z",
  "results": [
    {
      "created": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "language": "af",
      "name": "<string>",
      "translatedFromId": 123,
      "updated": "2023-11-07T05:31:56Z"
    }
  ],
  "startedAt": "2023-11-07T05:31:56Z",
  "status": "CANCELED",
  "links": {},
  "requestedAt": "2023-11-07T05:31:56Z"
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Pro
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Starter

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

archived
boolean

Especifica si se devuelven las etiquetas de blog eliminadas. La opción predeterminada es falso.

Body

application/json

The JSON array of Blog Tag ids.

Wrapper for providing an array of strings as inputs.

inputs
string[]
required

Cadenas que se introducirán.

Response

successful operation

Response object for batch operations on blog tags.

completedAt
string<date-time>
required

Hora de finalización de la operación por lotes.

results
object[]
required

Resultados de la operación por lotes.

startedAt
string<date-time>
required

Hora de inicio de la operación por lotes.

status
enum<string>
required

Estado de la operación por lotes.

Opciones disponibles:
CANCELED,
COMPLETE,
PENDING,
PROCESSING

Enlaces asociados a la operación por lotes.

requestedAt
string<date-time>

Hora de la solicitud de operación por lotes.