Ir al contenido

List of all Short Link Campaigns

GET
/short_link_campaigns

Retrieve the list of all existing Short Link Campaigns ordered by the field created_at in descending order.

page
integer
default: 1 >= 1

Página actual

_order[created_at]
string
default: asc
Allowed values: asc desc

Ordenar por marca de tiempo cuando se creó la entidad

name
string

Filtrar enlaces cortos por nombre (coincidencia parcial)

url
string

Partial case-insensitive text filter by a destination URL

created_at
integer

Exact filtrar entidades por la fecha de creación

created_at[]
Array<integer>

Exact y range filtrar entidades por las marcas de tiempo de creación

type
integer

Exact filter short links by type (exact match)

type[]
Array<integer>

Range filter short links by type (array of values)

Short_link_campaigns collection

object
hydra:member
required
Array<object>

Short link campaigns

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
type

Tipo de la campaña de enlaces cortos

integer
Allowed values: 1 2
id

Identificador único de la campaña de enlaces cortos

string | null
name

Nombre de la campaña de enlaces cortos

string
<= 100 characters
url

URL de la campaña de enlaces cortos

string
created_at

Fecha en la que se añadió la entidad al sistema por el usuario

integer
group_id

ID del grupo de la campaña de enlaces cortos

integer | null
hydra:totalItems
integer
hydra:view
object
@id
string format: iri-reference
@type
string
hydra:first
string format: iri-reference
hydra:last
string format: iri-reference
hydra:previous
string format: iri-reference
hydra:next
string format: iri-reference
hydra:search
object
@type
string
hydra:template
string
hydra:variableRepresentation
string
hydra:mapping
Array<object>
object
@type
string
variable
string
property
string | null
required
boolean
Example
{
"hydra:member": [
{
"@context": {
"hydra": "http://www.w3.org/ns/hydra/core#"
},
"type": 1
}
],
"hydra:view": {
"@id": "string",
"@type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
}
}

El ID de cliente o la clave API no están activos o no son válidos.

La cuenta no está activada. Espere o póngase en contacto con el servicio de asistencia.

La dirección IP fue bloqueada temporalmente, ya que durante poco tiempo se enviaron muchas solicitudes con credenciales no válidas. Espere y pruebe más tarde.

Code Samples

#!/usr/bin/env bash
curl -X GET https://api.lox24.eu/short_link_campaigns \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'