Elenco delle news/tips/tutorial
| Field | Type | Required | Default | Description | Notes |
|---|---|---|---|---|---|
Typology |
int |
❌ | null |
ID della tipologia di post |
|
Categories |
int[] |
❌ | null |
ID delle categorie di post |
| Field | Type | Description | Notes |
|---|---|---|---|
ID |
int |
ID univoco del post | |
PostType |
int |
Tipo di post |
|
DateStart |
string |
Data inizio validità | Formato: YYYY-MM-DD HH:mm:ss |
DateEnd |
string |
Data fine validità | Formato: YYYY-MM-DD HH:mm:ss |
Cover |
string |
URL immagine copertina | |
Banner |
string |
URL immagine banner | |
Title |
string |
Titolo del post | Formato HTML |
Content |
string |
Contenuto del post | Formato HTML |
Categories |
Category[] |
Elenco categorie associate |
| Field | Type | Description | Notes |
|---|---|---|---|
ID |
int |
ID univoco categoria | |
Description |
string |
Nome della categoria |
Per ottenere i post filtrati per una o più categorie specifiche, è possibile inviare una richiesta come la seguente:
Per filtrare per più categorie, è possibile specificare un array con più ID:
Per ottenere i post filtrati per una tipologia specifica, è possibile inviare una richiesta come la seguente:
È possibile combinare i filtri per tipologia e categorie: