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
  • WriteNewsMLDocument
  • DeleteNewsMLDocument
  • GetNewsMLDocument
  • NewsMLDocumentExists
  • Enums

Was this helpful?

  1. CCA API

NewsMLDocuments

Methods

WriteNewsMLDocument

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.NewsMLDocuments/WriteNewsMLDocument

Request Body

Name
Type
Description

uploadId

string

unit

string

newsml

string

expectedRevision

string

lockingMode

string

features

cca.FeatureFlag

DeleteNewsMLDocument

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.NewsMLDocuments/DeleteNewsMLDocument

Request Body

Name
Type
Description

UUID

string

The UUID of the document that will be removed

unit

string

Under which unit are you performing this action

GetNewsMLDocument

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.NewsMLDocuments/GetNewsMLDocument

Request Body

Name
Type
Description

UUID

string

Document UUID

version

int64

NewsMLDocumentExists

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.NewsMLDocuments/NewsMLDocumentExists

Request Body

Name
Type
Description

UUID

string

UUID of the document

unit

string

Under which unit are you performing this action

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
PreviousFile downloadNextFile upload

Last updated 1 year ago

Was this helpful?