Risorsa /jacms/content
The representation of the content
Nome | Namespace | Sorgente | Estensione | URI |
---|---|---|---|---|
content | /jacms | plugins, CMS (jacms) | '.xml' per la risposta in formato xml e '.json' per la risposta in formato json. |
GET
Metodo | Descrizione | Autorizzazione | Schema XML |
---|---|---|---|
Disponibile | Return a public content | Nessuna, questo metodo è pubblico | Risposta |
Nome | Descrizione | Obbligatorio |
---|---|---|
id | The Id of the content to return (Example: "CNG34", or "NEW45") | Si |
modelId | The Id of the content model used to render each content in the HTML section of the response. Must be an integer, 'default' or 'list' | No |
POST
PUT
DELETE
Metodo | Descrizione | Autorizzazione | Schema XML |
---|---|---|---|
Disponibile | Delete a content | Utenti registrati con permesso Supervision of contents | Risposta |
Nome | Descrizione | Obbligatorio |
---|---|---|
id | The Id of the content to delete (Example: "CNG34", or "NEW45") | Si |
removeWorkVersion | If 'true', remove also the work version. Entries 'true' or 'false', default value 'false' | No |