Ir al contenido

List all requests

GET
/short_link_requests

Lists all clicks on shortlinks

page
integer
default: 1 >= 1

Página actual

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

Sort a list by ‘date’ property

ip
string

Partial case-insensitive text filter by a IP address

url
string

Partial case-insensitive text filter by a destination URL

user_agent
string

Partial filter short links by user agent (partial match)

country
string

Exact filtrar entidades por el código de país

country[]
Array<string>

Exact filtrar entidades por los códigos de país

referer
string

Partial case-insensitive text filter by a referer

date
integer

Exact filter short link requests by exact date

date[]
Array<integer>

Exact filter short link requests by date (array of values)

type
integer

Exact filter short links by type (exact match)

type[]
Array<integer>

Range filter short links by type (array of values)

browser
string

Partial case-insensitive text filter by a browser name

browser_version
string

Partial case-insensitive text filter by a browser version

os
string

Partial case-insensitive text filter by a operation system name

os_version
string

Partial case-insensitive text filter by a operation system version

software_type
string

Partial case-insensitive text filter by a software type

hardware_type
string

Partial case-insensitive text filter by a hardware type

date[between]
string

Range filter short link requests by date range

date[gt]
string

Filtrar solicitudes de enlaces cortos por fecha mayor que

date[gte]
string

Filtrar solicitudes de enlaces cortos por fecha mayor o igual que

date[lt]
string

Filtrar solicitudes de enlaces cortos por fecha menor que

date[lte]
string

Filtrar solicitudes de enlaces cortos por fecha menor o igual que

Short_link_requests 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
id

Identificador único de la solicitud de enlace corto

integer
ip

Dirección IP de la solicitud de enlace corto

string | null format: ipv4
<= 15 characters
user_agent

Agente de usuario de la solicitud de enlace corto

string | null
url

URL de la solicitud de enlace corto

string
date

Fecha de la solicitud de enlace corto

integer
country

Código del país

string
>= 2 characters <= 2 characters /^[A-Z]{2}$/
referer

Referente de la solicitud de enlace corto

string | null
short_link

Enlace corto asociado con la solicitud

string | null format: iri-reference
type

Tipo de la solicitud de enlace corto

integer
browser

Navegador utilizado para la solicitud de enlace corto

string | null
browser_version

Versión del navegador utilizada para la solicitud de enlace corto

string | null
<= 255 characters
os

Sistema operativo utilizado para la solicitud de enlace corto

string | null
<= 255 characters
os_version

Versión del sistema operativo utilizada para la solicitud de enlace corto

string | null
<= 255 characters
software_type

Tipo de software utilizado para la solicitud de enlace corto

string | null
<= 255 characters
hardware_type

Tipo de hardware utilizado para la solicitud de enlace corto

string | null
<= 255 characters
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#"
},
"ip": "192.168.1.1",
"country": "US",
"short_link": "https://example.com/"
}
],
"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_requests \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'