CCA
  • Content Creation API
  • CCA API
    • File download
    • NewsMLDocuments
    • File upload
    • Files
    • Documents
    • Tools
  • Known Issues
  • Release notes
    • v2.10.7
    • v2.10.8
    • v2.10.9
    • v2.11.0
    • v2.11.1
    • v2.11.2
    • v2.12.0
    • v2.12.8
    • v2.12.9
    • v2.13.0
    • v2.13.1
    • v2.14.0
    • v2.14.1
    • v2.14.2
    • v2.14.3
    • v2.14.6
    • v2.14.8
    • v2.14.9
    • v2.14.10
    • v2.14.11
    • v2.14.12
    • v2.14.13
Powered by GitBook
On this page
  • Methods
  • ConvertToDocument
  • ConvertToNewsml
  • ValidateNavigaDoc
  • Enums

Was this helpful?

  1. CCA API

Tools

Tools service exposes some "tool"-like methods

Methods

ConvertToDocument

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Tools/ConvertToDocument

Method to convert NewsML to Document

Request Body

Name
Type
Description

newsml

string

Full XML NewsML based document

ConvertToNewsml

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Tools/ConvertToNewsml

Convert Document to NewsML

Request Body

Name
Type
Description

document

naviga.Document

A Naviga Doc in JSON

ValidateNavigaDoc

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Tools/ValidateNavigaDoc

Validate NavigaDoc document JSON against JSON schema

Request Body

Name
Type
Description

document

naviga.Document

api-method-response endapi-method-response

Enums

cca.DownloadType DownloadType can be passed as a parameter when downloading assets

TYPE_UNKNOWN
TYPE_ORIGINAL
TYPE_PRESENTATION

cca.LockingMode Locking mode is passed as a parameter when saving documents

NONE
OPTIMISTIC_LOCKING
PESSIMISTIC_LOCKING

cca.ProcessingStatus

UNKNOWN
IN_PROGRESS
DONE
ERROR
PreviousDocumentsNextKnown Issues

Last updated 1 year ago

Was this helpful?