NewsMLDocuments

Methods

WriteNewsMLDocument

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

Request Body

NameTypeDescription

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

NameTypeDescription

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

NameTypeDescription

UUID

string

Document UUID

version

int64

NewsMLDocumentExists

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

Request Body

NameTypeDescription

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

Last updated