Skip to content

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.

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

Current page

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

Sort by timestamp when the entity was created

name
string

Filter short links by name (partial match)

url
string

Partial case-insensitive text filter by a destination URL

created_at
integer

Exact filter entities by the creation timestamp

created_at[]
Array<integer>

Exact and range filter entities by the creation timestamps

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

Type of the short link campaign

integer
Allowed values: 1 2
id

Unique identifier of the short link campaign

string | null
name

Name of the short link campaign

string
<= 100 characters
url

URL of the short link campaign

string
created_at

Timestamp when the entity was added to the system by the user

integer
group_id

Group ID of the short link campaign

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
Example
{
"@id": "string",
"@type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
}
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

Client ID or API key isn’t active or invalid!

Account isn’t activated. Please wait or contact to support!

IP address was temporary blocked, because during short time from it was sent many request with invalid credentials. Please wait and try later.