INPUT_OBJECT
CreateExportRequestForTDO
link GraphQL Schema definition
1 input CreateExportRequestForTDO { 7 2 # ID of the TDO to export from 3 # Either this option _or_ mentionId must be provided. 4 # This option must be provided if includeMedia is set to true on 5 # CreateExportRequest 6 ID : 11 8 # ID of the mention to export from 9 # Either this option _or_ tdoId must be provided. 10 ID : 15 12 # optional start offset in milliseconds for the export, relative to TDO 13 # startDateTime 14 Int : 19 16 # optional stop offset in milliseconds for the export, relative to the TDO 17 # stopDateTime. 18 Int : 22 20 # optional start date for the exported results. Takes priority over startOffsetMs. 21 DateTime : 25 23 # optional end date for the exported results. Takes priority over stopOffsetMs. 24 DateTime : 26 }