@datafire/presalytics_ooxml
v3.0.0
Published
DataFire integration for OOXML Automation
Downloads
3
Readme
@datafire/presalytics_ooxml
Client library for OOXML Automation
Installation and Usage
npm install --save @datafire/presalytics_ooxml
let presalytics_ooxml = require('@datafire/presalytics_ooxml').create();
.then(data => {
console.log(data);
});
Description
This API helps users convert Excel and Powerpoint documents into rich, live dashboards and stories.
Actions
chart_axes_get_id
Get by Id: Use this method to retrieve a Axes object by its primary key (id)
presalytics_ooxml.chart_axes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.Axes
chart_axisdatatypes_get
List Types: Use this method to retreive a list of possible options for the AxisDataTypes type. Use the Id from oneof the returned elements on to make changes to elements in the Chart object space.
presalytics_ooxml.chart_axisdatatypes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Chart.AxisDataTypes
chart_axisdatatypes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.chart_axisdatatypes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Chart.AxisDataTypes
chart_axisdatatypes_get_id
Get by Id: Use this method to retrieve a AxisDataTypes object by its primary key (id)
presalytics_ooxml.chart_axisdatatypes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.AxisDataTypes
chart_chartdata_get_id
Get by Id: Use this method to retrieve a ChartData object by its primary key (id)
presalytics_ooxml.chart_chartdata_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.ChartData
charts_charts_chartupdate_get_id
Gets a ChartDataDTO object, usually used for downstream analytics and chart updates
presalytics_ooxml.charts_charts_chartupdate_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.ChartDataDTO
charts_charts_chartupdate_put_id
Simplifies chart update by allowing users to supply data via ChartDataDTO
presalytics_ooxml.charts_charts_chartupdate_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: The Chart Id - body Chart.ChartDataDTO
- id required
Output
Output schema unknown
charts_charts_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Chart and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.charts_charts_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
chart_columncollections_get_id
Get by Id: Use this method to retrieve a ColumnCollections object by its primary key (id)
presalytics_ooxml.chart_columncollections_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.ColumnCollections
chart_columns_get_id
Get by Id: Use this method to retrieve a Columns object by its primary key (id)
presalytics_ooxml.chart_columns_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.Columns
chart_datapoints_get_id
Get by Id: Use this method to retrieve a DataPoints object by its primary key (id)
presalytics_ooxml.chart_datapoints_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.DataPoints
charts_charts_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.charts_charts_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.Charts.Details
charts_charts_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Chart object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Chart objects.
presalytics_ooxml.charts_charts_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
charts_charts_openofficexml_put_id
Directly eidt the underlying xml of a Chart object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Chart objects.
presalytics_ooxml.charts_charts_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
chart_plottype_get
List Types: Use this method to retreive a list of possible options for the PlotType type. Use the Id from oneof the returned elements on to make changes to elements in the Chart object space.
presalytics_ooxml.chart_plottype_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Chart.PlotType
chart_plottype_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.chart_plottype_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Chart.PlotType
chart_plottype_get_id
Get by Id: Use this method to retrieve a PlotType object by its primary key (id)
presalytics_ooxml.chart_plottype_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.PlotType
chart_rowcol_get
List Types: Use this method to retreive a list of possible options for the RowCol type. Use the Id from oneof the returned elements on to make changes to elements in the Chart object space.
presalytics_ooxml.chart_rowcol_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Chart.RowCol
chart_rowcol_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.chart_rowcol_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Chart.RowCol
chart_rowcol_get_id
Get by Id: Use this method to retrieve a RowCol object by its primary key (id)
presalytics_ooxml.chart_rowcol_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.RowCol
chart_rowcollections_get_id
Get by Id: Use this method to retrieve a RowCollections object by its primary key (id)
presalytics_ooxml.chart_rowcollections_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.RowCollections
chart_rownameformattypes_get
List Types: Use this method to retreive a list of possible options for the RowNameFormatTypes type. Use the Id from oneof the returned elements on to make changes to elements in the Chart object space.
presalytics_ooxml.chart_rownameformattypes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Chart.RowNameFormatTypes
chart_rownameformattypes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.chart_rownameformattypes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Chart.RowNameFormatTypes
chart_rownameformattypes_get_id
Get by Id: Use this method to retrieve a RowNameFormatTypes object by its primary key (id)
presalytics_ooxml.chart_rownameformattypes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.RowNameFormatTypes
chart_rows_get_id
Get by Id: Use this method to retrieve a Rows object by its primary key (id)
presalytics_ooxml.chart_rows_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Chart.Rows
charts_charts_svg_get_id_use_cache
This endpoint is helpful for rending this Chart as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.charts_charts_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
charts_charts_get_id
Get by Id: Use this method to retrieve a Charts object by its primary key (id)
presalytics_ooxml.charts_charts_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Chart.Charts
slides_connectionshapes_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Slide and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.slides_connectionshapes_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
slides_connectionshapes_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.slides_connectionshapes_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.Connector.Details
slides_connectionshapes_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Slide object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Slide objects.
presalytics_ooxml.slides_connectionshapes_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
slides_connectionshapes_openofficexml_put_id
Directly eidt the underlying xml of a Slide object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Slide objects.
presalytics_ooxml.slides_connectionshapes_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
slides_connectionshapes_svg_get_id_use_cache
This endpoint is helpful for rending this Slide as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.slides_connectionshapes_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
slides_connectionshapes_get_id
Get by Id: Use this method to retrieve a ConnectionShapes object by its primary key (id)
presalytics_ooxml.slides_connectionshapes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Slide.Connector
documents_post
Upload an OpenOfficeXml document (e.g., .xlsx, .pptx) for processing by the API.
presalytics_ooxml.documents_post({
"file": "",
"storyId": ""
}, context)
Input
- input
object
- file required
string
: The file to upload. Must be of type .pptx, ppt - storyId required
string
: The story_id of the document being uploaded.
- file required
Output
- output
array
- items Document
documents_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this DocumentsController and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.documents_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
documents_clone_post_id
Clone A Document that has already been uploaded to a new Story
presalytics_ooxml.documents_clone_post_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: the Source document Id - body DocumentCloneDTO
- id required
Output
- output Document
documents_documenttype_get
List Types: Use this method to retreive a list of possible options for the DocumentType type. Use the Id from oneof the returned elements on to make changes to elements in the Documents object space.
presalytics_ooxml.documents_documenttype_get(null, context)
Input
This action has no parameters
Output
- output
array
- items DocumentType
documents_documenttype_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.documents_documenttype_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output DocumentType
documents_documenttype_get_id
Get by Id: Use this method to retrieve a DocumentType object by its primary key (id)
presalytics_ooxml.documents_documenttype_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output DocumentType
documents_download_get_id_orginal
Download the into a bytestream for client-side processing.
presalytics_ooxml.documents_download_get_id_orginal({
"id": ""
}, context)
Input
- input
object
- id required
string
- orginal
boolean
- id required
Output
- output
string
documents_delete_id
Permantly delete a document from the Ooxml Automation API. Note that is does not make changes to the related Presalytics APIs. Please use the delete endpoint in the story API to ensure that stories are not left with orphaned references to the Ooxml Automation API.
presalytics_ooxml.documents_delete_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
Output schema unknown
documents_get_id
Get by Id: Use this method to retrieve a Documents object by its primary key (id)
presalytics_ooxml.documents_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Document
slides_groups_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Slide and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.slides_groups_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
slides_groups_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.slides_groups_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.Groups.Details
slides_groups_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Slide object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Slide objects.
presalytics_ooxml.slides_groups_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
slides_groups_openofficexml_put_id
Directly eidt the underlying xml of a Slide object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Slide objects.
presalytics_ooxml.slides_groups_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
slides_groups_svg_get_id_use_cache
This endpoint is helpful for rending this Slide as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.slides_groups_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
slides_groups_get_id
Get by Id: Use this method to retrieve a Groups object by its primary key (id)
presalytics_ooxml.slides_groups_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Slide.Groups
shared_images_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Shared and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.shared_images_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
shared_images_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.shared_images_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.Pictures.Details
shared_images_getimage_put_id
Download Images extracted from Ooxml Documents
presalytics_ooxml.shared_images_getimage_put_id({
"Id": ""
}, context)
Input
- input
object
- Id required
string
: The Image Id
- Id required
Output
Output schema unknown
shared_images_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Shared object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Shared objects.
presalytics_ooxml.shared_images_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
shared_images_openofficexml_put_id
Directly eidt the underlying xml of a Shared object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Shared objects.
presalytics_ooxml.shared_images_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
shared_images_svg_get_id_use_cache
This endpoint is helpful for rending this Shared as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.shared_images_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
shared_images_get_id
Get by Id: Use this method to retrieve a Images object by its primary key (id)
presalytics_ooxml.shared_images_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Shared.Pictures
slides_shapetrees_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Slide and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.slides_shapetrees_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
slides_shapetrees_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.slides_shapetrees_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.ShapeTrees.Details
slides_shapetrees_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Slide object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Slide objects.
presalytics_ooxml.slides_shapetrees_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
slides_shapetrees_openofficexml_put_id
Directly eidt the underlying xml of a Slide object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Slide objects.
presalytics_ooxml.slides_shapetrees_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
slides_shapetrees_svg_get_id_use_cache
This endpoint is helpful for rending this Slide as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.slides_shapetrees_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
slides_shapetrees_get_id
Get by Id: Use this method to retrieve a ShapeTrees object by its primary key (id)
presalytics_ooxml.slides_shapetrees_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Slide.ShapeTrees
slides_shapes_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Slide and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.slides_shapes_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
slides_shapes_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.slides_shapes_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.Shapes.Details
slides_shapes_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Slide object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Slide objects.
presalytics_ooxml.slides_shapes_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
slides_shapes_openofficexml_put_id
Directly eidt the underlying xml of a Slide object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Slide objects.
presalytics_ooxml.slides_shapes_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
slides_shapes_svg_get_id_use_cache
This endpoint is helpful for rending this Slide as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.slides_shapes_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
slides_shapes_get_id
Get by Id: Use this method to retrieve a Shapes object by its primary key (id)
presalytics_ooxml.slides_shapes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Slide.Shapes
shared_colortransformationattributes_get_id
Get by Id: Use this method to retrieve a ColorTransformationAttributes object by its primary key (id)
presalytics_ooxml.shared_colortransformationattributes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
shared_colortransformations_get_id
Get by Id: Use this method to retrieve a ColorTransformations object by its primary key (id)
presalytics_ooxml.shared_colortransformations_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.ColorTransformations
shared_colortypes_get
List Types: Use this method to retreive a list of possible options for the ColorTypes type. Use the Id from oneof the returned elements on to make changes to elements in the Shared object space.
presalytics_ooxml.shared_colortypes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Shared.ColorTypes
shared_colortypes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.shared_colortypes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Shared.ColorTypes
shared_colortypes_get_id
Get by Id: Use this method to retrieve a ColorTypes object by its primary key (id)
presalytics_ooxml.shared_colortypes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.ColorTypes
shared_dashtypes_get
List Types: Use this method to retreive a list of possible options for the DashTypes type. Use the Id from oneof the returned elements on to make changes to elements in the Shared object space.
presalytics_ooxml.shared_dashtypes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Shared.DashTypes
shared_dashtypes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.shared_dashtypes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Shared.DashTypes
shared_dashtypes_get_id
Get by Id: Use this method to retrieve a DashTypes object by its primary key (id)
presalytics_ooxml.shared_dashtypes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.DashTypes
shared_effectattributes_get_id
Get by Id: Use this method to retrieve a EffectAttributes object by its primary key (id)
presalytics_ooxml.shared_effectattributes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.EffectAttributes
shared_effecttypes_get
List Types: Use this method to retreive a list of possible options for the EffectTypes type. Use the Id from oneof the returned elements on to make changes to elements in the Shared object space.
presalytics_ooxml.shared_effecttypes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Shared.EffectTypes
shared_effecttypes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.shared_effecttypes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Shared.EffectTypes
shared_effecttypes_get_id
Get by Id: Use this method to retrieve a EffectTypes object by its primary key (id)
presalytics_ooxml.shared_effecttypes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.EffectTypes
shared_effects_get_id
Get by Id: Use this method to retrieve a Effects object by its primary key (id)
presalytics_ooxml.shared_effects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.Effects
shared_fillmap_get_id
Get by Id: Use this method to retrieve a FillMap object by its primary key (id)
presalytics_ooxml.shared_fillmap_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.FillMap
shared_filltypes_get
List Types: Use this method to retreive a list of possible options for the FillTypes type. Use the Id from oneof the returned elements on to make changes to elements in the Shared object space.
presalytics_ooxml.shared_filltypes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Shared.FillTypes
shared_filltypes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.shared_filltypes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Shared.FillTypes
shared_filltypes_get_id
Get by Id: Use this method to retrieve a FillTypes object by its primary key (id)
presalytics_ooxml.shared_filltypes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.FillTypes
shared_gradientfills_get_id
Get by Id: Use this method to retrieve a GradientFills object by its primary key (id)
presalytics_ooxml.shared_gradientfills_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.GradientFills
shared_gradientstops_get_id
Get by Id: Use this method to retrieve a GradientStops object by its primary key (id)
presalytics_ooxml.shared_gradientstops_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.GradientStops
shared_imagefills_get_id
Get by Id: Use this method to retrieve a ImageFills object by its primary key (id)
presalytics_ooxml.shared_imagefills_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.ImageFills
shared_lineendsizes_get
List Types: Use this method to retreive a list of possible options for the LineEndSizes type. Use the Id from oneof the returned elements on to make changes to elements in the Shared object space.
presalytics_ooxml.shared_lineendsizes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Shared.LineEndSizes
shared_lineendsizes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.shared_lineendsizes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Shared.LineEndSizes
shared_lineendsizes_get_id
Get by Id: Use this method to retrieve a LineEndSizes object by its primary key (id)
presalytics_ooxml.shared_lineendsizes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.LineEndSizes
shared_lineendtypes_get
List Types: Use this method to retreive a list of possible options for the LineEndTypes type. Use the Id from oneof the returned elements on to make changes to elements in the Shared object space.
presalytics_ooxml.shared_lineendtypes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Shared.LineEndTypes
shared_lineendtypes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.shared_lineendtypes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Shared.LineEndTypes
shared_lineendtypes_get_id
Get by Id: Use this method to retrieve a LineEndTypes object by its primary key (id)
presalytics_ooxml.shared_lineendtypes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.LineEndTypes
shared_lines_get_id
Get by Id: Use this method to retrieve a Lines object by its primary key (id)
presalytics_ooxml.shared_lines_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.Lines
shared_paragraph_get_id
Get by Id: Use this method to retrieve a Paragraph object by its primary key (id)
presalytics_ooxml.shared_paragraph_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.Paragraph
shared_solidfills_get_id
Get by Id: Use this method to retrieve a SolidFills object by its primary key (id)
presalytics_ooxml.shared_solidfills_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.SolidFills
shared_text_get_id
Get by Id: Use this method to retrieve a Text object by its primary key (id)
presalytics_ooxml.shared_text_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.Text
shared_textcontainer_get_id
Get by Id: Use this method to retrieve a TextContainer object by its primary key (id)
presalytics_ooxml.shared_textcontainer_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Shared.TextContainer
slides_slides_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Slide and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.slides_slides_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
slides_colormaps_get_id
Get by Id: Use this method to retrieve a ColorMaps object by its primary key (id)
presalytics_ooxml.slides_colormaps_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.ColorMaps
slides_slides_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.slides_slides_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.Slides.Details
slides_graphictypes_get
List Types: Use this method to retreive a list of possible options for the GraphicTypes type. Use the Id from oneof the returned elements on to make changes to elements in the Slides object space.
presalytics_ooxml.slides_graphictypes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Slide.GraphicTypes
slides_graphictypes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.slides_graphictypes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Slide.GraphicTypes
slides_graphictypes_get_id
Get by Id: Use this method to retrieve a GraphicTypes object by its primary key (id)
presalytics_ooxml.slides_graphictypes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.GraphicTypes
slides_graphics_get_id
Get by Id: Use this method to retrieve a Graphics object by its primary key (id)
presalytics_ooxml.slides_graphics_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.Graphics
slides_groupelementtypes_get
List Types: Use this method to retreive a list of possible options for the GroupElementTypes type. Use the Id from oneof the returned elements on to make changes to elements in the Slides object space.
presalytics_ooxml.slides_groupelementtypes_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Slide.GroupElementTypes
slides_groupelementtypes_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.slides_groupelementtypes_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Slide.GroupElementTypes
slides_groupelementtypes_get_id
Get by Id: Use this method to retrieve a GroupElementTypes object by its primary key (id)
presalytics_ooxml.slides_groupelementtypes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.GroupElementTypes
slides_groupelements_get_id
Get by Id: Use this method to retrieve a GroupElements object by its primary key (id)
presalytics_ooxml.slides_groupelements_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.GroupElements
slides_slides_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Slide object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Slide objects.
presalytics_ooxml.slides_slides_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
slides_slides_openofficexml_put_id
Directly eidt the underlying xml of a Slide object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Slide objects.
presalytics_ooxml.slides_slides_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
slides_slidemasters_get_id
Get by Id: Use this method to retrieve a SlideMasters object by its primary key (id)
presalytics_ooxml.slides_slidemasters_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.SlideMasters
slides_slides_svg_get_id_use_cache
This endpoint is helpful for rending this Slide as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.slides_slides_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
slides_slides_get_id
Get by Id: Use this method to retrieve a Slides object by its primary key (id)
presalytics_ooxml.slides_slides_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Slide.Slides
slides_smartarts_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Slide and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.slides_smartarts_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
slides_smartarts_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.slides_smartarts_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Slide.SmartArts.Details
slides_smartarts_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Slide object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Slide objects.
presalytics_ooxml.slides_smartarts_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
slides_smartarts_openofficexml_put_id
Directly eidt the underlying xml of a Slide object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Slide objects.
presalytics_ooxml.slides_smartarts_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
slides_smartarts_svg_get_id_use_cache
This endpoint is helpful for rending this Slide as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.slides_smartarts_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
slides_smartarts_get_id
Get by Id: Use this method to retrieve a SmartArts object by its primary key (id)
presalytics_ooxml.slides_smartarts_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Slide.SmartArts
tables_borders_get_id
Get by Id: Use this method to retrieve a Borders object by its primary key (id)
presalytics_ooxml.tables_borders_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Table.Borders
tables_cells_get_id
Get by Id: Use this method to retrieve a Cells object by its primary key (id)
presalytics_ooxml.tables_cells_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Table.Cells
tables_tables_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Table and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.tables_tables_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
tables_columns_get_id
Get by Id: Use this method to retrieve a Columns object by its primary key (id)
presalytics_ooxml.tables_columns_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Table.Columns
tables_tables_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.tables_tables_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Table.Tables.Details
tables_tables_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Table object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Table objects.
presalytics_ooxml.tables_tables_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
tables_tables_openofficexml_put_id
Directly eidt the underlying xml of a Table object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Table objects.
presalytics_ooxml.tables_tables_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
tables_rows_get_id
Get by Id: Use this method to retrieve a Rows object by its primary key (id)
presalytics_ooxml.tables_rows_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Table.Rows
tables_tables_svg_get_id_use_cache
This endpoint is helpful for rending this Table as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.tables_tables_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
tables_tables_tableupdate_get_id
Gets a TabletDataDTO object, usually used for downstream updates to table content
presalytics_ooxml.tables_tables_tableupdate_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Table.TableDataDTO
tables_tables_tableupdate_put_id
Simplifies table update by allowing users to supply strings to table cells via TableDataDTO
presalytics_ooxml.tables_tables_tableupdate_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body Table.TableDataDTO
- id required
Output
Output schema unknown
tables_tables_get_id
Get by Id: Use this method to retrieve a Tables object by its primary key (id)
presalytics_ooxml.tables_tables_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Table.Tables
themes_backgroundfills_get_id
Get by Id: Use this method to retrieve a BackgroundFills object by its primary key (id)
presalytics_ooxml.themes_backgroundfills_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Theme.BackgroundFills
theme_themes_childobjects_get_id
This endpoint is helpful for helping users and bots identify dependent objects to this Theme and retreive their corresponding metadata in order to make modifications to those objects in downstream operations.
presalytics_ooxml.theme_themes_childobjects_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output
array
- items ChildObjects
themes_colors_get_id
Get by Id: Use this method to retrieve a Colors object by its primary key (id)
presalytics_ooxml.themes_colors_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Theme.Colors
themes_customcolors_get_id
Get by Id: Use this method to retrieve a CustomColors object by its primary key (id)
presalytics_ooxml.themes_customcolors_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Theme.CustomColors
theme_themes_details_get_id
Returns object metadata and information about relative dependent objects
presalytics_ooxml.theme_themes_details_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Theme.Themes.Details
themes_effectmap_get_id
Get by Id: Use this method to retrieve a EffectMap object by its primary key (id)
presalytics_ooxml.themes_effectmap_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Theme.EffectMap
themes_fills_get_id
Get by Id: Use this method to retrieve a Fills object by its primary key (id)
presalytics_ooxml.themes_fills_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Theme.Fills
themes_fonts_get_id
Get by Id: Use this method to retrieve a Fonts object by its primary key (id)
presalytics_ooxml.themes_fonts_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Theme.Fonts
themes_intensity_get
List Types: Use this method to retreive a list of possible options for the Intensity type. Use the Id from oneof the returned elements on to make changes to elements in the Themes object space.
presalytics_ooxml.themes_intensity_get(null, context)
Input
This action has no parameters
Output
- output
array
- items Theme.Intensity
themes_intensity_typeid_get_type_id
This endpoint returns Type metadata from an integer type_id that can found on objects throughout the api.
presalytics_ooxml.themes_intensity_typeid_get_type_id({
"type_id": 0
}, context)
Input
- input
object
- type_id required
integer
- type_id required
Output
- output Theme.Intensity
themes_intensity_get_id
Get by Id: Use this method to retrieve a Intensity object by its primary key (id)
presalytics_ooxml.themes_intensity_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Theme.Intensity
themes_linemap_get_id
Get by Id: Use this method to retrieve a LineMap object by its primary key (id)
presalytics_ooxml.themes_linemap_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- id required
Output
- output Theme.LineMap
theme_themes_openofficexml_get_id_updated
Return the subset of the xml content from within the latest edited version of the OpenXmlDocument from this Theme object. The returned xml data conforms to the Ecma-376 standard. Use this endpoint a starting point for building client-side extensions that modify Presalytics widgets containing Theme objects.
presalytics_ooxml.theme_themes_openofficexml_get_id_updated({
"id": ""
}, context)
Input
- input
object
- id required
string
- updated
boolean
: Indicates whether API should return the orginal uploaded xml (false) or the actively updated version (true, default)
- id required
Output
- output OoxmlDTO
theme_themes_openofficexml_put_id
Directly eidt the underlying xml of a Theme object within an OpenOpenXml (e.g. Excel, Powerpoint) document. This endpoint will validatate the submitted xml against the Ecma-376 standard prior to saving modification. Invalid xml will rejected by this endpoint and a (hopefully) helpful error message will be returned. Use this endpoint for client-side automation of modifications ot Theme objects.
presalytics_ooxml.theme_themes_openofficexml_put_id({
"id": ""
}, context)
Input
- input
object
- id required
string
- body OoxmlDTO
- id required
Output
Output schema unknown
theme_themes_svg_get_id_use_cache
This endpoint is helpful for rending this Theme as an svg or image object that can then be rendered in a story, dashboard or website.
presalytics_ooxml.theme_themes_svg_get_id_use_cache({
"id": ""
}, context)
Input
- input
object
- id required
string
- use_cache
boolean
: Indicates whether API should retrieve content from a cache if aviable (true, default), or force an update (false)
- id required
Output
- output
string
: The file byte stream.
theme_themes_get_id
Get by Id: Use this method to retrieve a Themes object by its primary key (id)
presalytics_ooxml.theme_themes_get_id({
"id": ""
}, context)
Input
- input
object
- id required
string
: An Id of the respository DTO elemennt
- id required
Output
- output Theme.Themes
Definitions
Chart.Axes
- Chart.Axes
object
- axisDataTypeId
integer
- chartsId
string
- id
string
- ooxmlId
integer
- axisDataTypeId
Chart.Axes.Details
- Chart.Axes.Details
object
- axisDataTypeId
integer
- chart Chart.Charts.Details
- chartsId
string
- dateCreated
string
- dateModified
string
- id
string
- ooxmlId
integer
- titleTextContainer Shared.TextContainer.Details
- userCreated
string
- userModified
string
- axisDataTypeId
Chart.AxisDataTypes
- Chart.AxisDataTypes
object
- description
string
- id
string
- name
string
- ooxmlName
string
- typeId
integer
- description
Chart.ChartData
- Chart.ChartData
object
- chartId
string
- id
string
- chartId
Chart.ChartData.Details
- Chart.ChartData.Details
object
- chart Chart.Charts.Details
- chartId
string
- columnCollection Chart.ColumnCollections.Details
- dataPoints
array
- items Chart.DataPoints.Details
- dateCreated
string
- dateModified
string
- id
string
- rowCollection Chart.RowCollections.Details
- userCreated
string
- userModified
string
Chart.ChartDataDTO
- Chart.ChartDataDTO
object
- categoryNames
array
- items
string
- items
- chartId
string
- dataPoints
array
- items
array
- items
number
- items
- items
- seriesNames
array
- items
string
- items
- categoryNames
Chart.Charts
- Chart.Charts
object
- baseElementBlobUrl
string
- changedBaseElementBlobUrl
string
- id
string
- name
string
- packageUri
string
- parentGraphicId
string
- svgBlobUrl
string
- baseElementBlobUrl
Chart.Charts.Details
- Chart.Charts.Details
object
- axes
array
- items Chart.Axes.Details
- baseElementBlobUrl
string
- changedBaseElementBlobUrl
string
- chartData Chart.ChartData.Details
- dateCreated
string
- dateModified
string
- id
string
- name
string
- packageUri
string
- parentGraphic Slide.Graphics.Details
- parentGraphicId
string
- svgBlobUrl
string
- titleTextContainer Shared.TextContainer.Details
- userCreated
string
- userModified
string
- axes
Chart.ColumnCollections
- Chart.ColumnCollections
object
- chartDataId
string
- id
string
- chartDataId
Chart.ColumnCollections.Details
- Chart.ColumnCollections.Details
object
- chartData Chart.ChartData.Details
- chartDataId
string
- columns
array
- items Chart.Columns.Details
- dateCreated
string
- dateModified
string
- id
string
- userCreated
string
- userModified
string
Chart.Columns
- Chart.Columns
object
- axisId
string
- columnCollectionId
string
- id
string
- index
integer
- name
string
- axisId
Chart.Columns.Details
- Chart.Columns.Details
object
- axis Chart.Axes.Details
- axisId
string
- columnCollection Chart.ColumnCollections.Details
- columnCollectionId
string