Ir al contenido

Recupera la colección de Grupos

GET
/groups

Devuelve todos tus grupos (lista de distribución SMS).

page
integer
default: 1 >= 1

Página actual

Groups collection

object
hydra:member
required
Array<object>

Phone’s group

object
@context
One of:
string
@id

JSON-LD ID

string
@type

JSON-LD type

string
id

ID del grupo

integer
>= 1
name
required

Nombre del grupo

string
>= 1 characters <= 50 characters
description

Descripción del grupo

string | null
<= 255 characters
name_a

Nombre de la columna

string | null
<= 50 characters
name_b

Nombre de la columna

string | null
<= 50 characters
name_c

Nombre de la columna

string | null
<= 50 characters
name_d

Nombre de la columna

string | null
<= 50 characters
name_e

Nombre de la columna

string | null
<= 50 characters
count_items

Cantidad de elementos en el grupo

integer
deleted_at

Fecha y hora en que se eliminará el grupo

string | null format: date-time
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#"
}
}
],
"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/groups \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'