Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.24 KB

ExportRequestInfo.md

File metadata and controls

18 lines (15 loc) · 1.24 KB

CLOUD.Artik.Model.ExportRequestInfo

Properties

Name Type Description Notes
CsvHeaders bool? Add header to csv format [optional]
EndDate long? Timestamp of latest message (in milliseconds since epoch). [optional]
Format string Format of the export. [optional]
Order string Ascending or descending sort order. [optional]
Sdids string Source Device IDs being searched for messages (Comma-separated for multiple Device IDs). [optional]
Sdtids string Source Device Type IDs being searched for messages (Comma-separated for multiple Device Type IDs). [optional]
StartDate long? Timestamp of earliest message (in milliseconds since epoch). [optional]
TrialId string Trial ID being searched for messages. [optional]
Uids string Owner's user IDs being searched for messages (Comma-separated for multiple User IDs). [optional]
Url string URL added to successful email message. [optional]

[Back to Model list] [Back to API list] [Back to README]