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
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
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
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
Last updated
Was this helpful?