Ir al contenido

List of all individual short links of a campaign

GET
/short_link_campaigns/{code}/short_links

List of all short links which were used in a specific campaign.

code
required
string

Short_link_campaigns code

Short_links collection

object
hydra:member
required
Array<object>

Short links

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
short_code

Código corto del enlace

string | null
url

URL del enlace corto

string | null
updated_at

Fecha en que se modificó la entidad

integer
campaign

Campaña asociada con el enlace corto

string | null format: iri-reference
requests

Solicitudes asociadas con el enlace corto

string
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#"
},
"campaign": "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.

No se ha encontrado el recurso

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/{id}/short_links \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'