Interface: IProductionHistoryService

Class for working with Production History

Methods

getProductionHistory()

getProductionHistory(documentId, refreshCache?): Promise<IProductionHistoryItem[]>

Retrieves all Productions for a Document

Parameters

documentId: number

Document Artifact ID of correlating Document Production History Data

refreshCache?: boolean

(optional) Whether or not to skip the cache and force retrieval from the API (Defaults to false)

Returns

Promise<IProductionHistoryItem[]>

A promise with a response containing the items