CitiLinkBackUrls
Citi Related links
type CitiLinkBackUrls {
staticHtmlLinkBack: String
rhsComponents: String
digidocPrint: String
digidocReadingList: String
digidocPrintReadingList: String
pdfAtInception: Boolean
}
Fields
CitiLinkBackUrls.staticHtmlLinkBack
● String
scalar
Url for the document that needs to be loaded. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.rhsComponents
● String
scalar
Provides data for the Citi RHS sections that contains data link supplement links, bullbear links etc. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.digidocPrint
● String
scalar
Citi does not have standard print functionality, this URL is used to print the document. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.digidocReadingList
● String
scalar
Citi does not have standard download functionality, this URL is used to provide access to read the document. Either one of the field is present digidocReadingList or digidocPrintReadingList. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.digidocPrintReadingList
● String
scalar
Citi does not have standard download functionality, this URL is used to provide access to read the document. @exposed(scopes: ['docviewer'])
CitiLinkBackUrls.pdfAtInception
● Boolean
scalar
Certain documents from Citi are in PDF format, while others are in HTML format. This flag helps to distinguish between the two. @exposed(scopes: ['docviewer'])
Returned by
Document__citiLinkBackUrls
query
Member of
Document
object