Salesforce

TasksStatusExport

« Go Back
Information
TasksStatusExport
000005184
Public
Product Selection
aiWare - aiWare
Article Details
*os.File TasksStatusExport(ctx, optional)

Export a task status report as a excel file

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
optional*TasksStatusExportOptsoptional parametersnil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a TasksStatusExportOpts struct

NameTypeDescriptionNotes
xCorrelationIdoptional.StringCorrelation Id that can be passed, traced in the server and will be returned in the response if present in the request
startTimeoptional.Int64The unix timestamp, describing the start time for the stats
endTimeoptional.Int64The unix timestamp, describing the end time for the stats
offsetoptional.Int64the number of data to skip before getting the result set
limitoptional.Int64the number of items to return.[default to 10]
orderByoptional.Stringthe field to sort[default to createdDateTime]
directionoptional.Stringthe sort order. ASC or DESC.[default to DESC]
statusoptional.Interface of TaskStatusEnumFiltering by task Status
organizationIDoptional.StringFilter by organization id
taskIDoptional.StringFilter by task id
coreTaskIDoptional.StringFilter by coreTaskID
errorTypeoptional.Interface of FailureReasonEnumfilter by errorType (failureReason)
jobIDoptional.StringFilter by job id
coreJobIDoptional.StringFilter by coreJobID
engineIDoptional.StringFilter by engine id
mediaSourceIDoptional.StringFilter by media source id
recordingIDoptional.Int64Filter tasks by the recording id
engineCategoryIDoptional.Interface of stringFiltering by engineCategoryID
modifiedBeforeoptional.Int64Filter by items modified before expressed as timestamp
modifiedAfteroptional.Int64Filter by items modified after expressed as timestamp
createdBeforeoptional.Int64Filter items where created date is before this date
createdAfteroptional.Int64Filter items where created date is after this date
backlogoptional.BoolFiltering all tasks in backlog
allocoptional.BoolFiltering all tasks have alloc = true or not

Return type

*os.File

Authorization

api_key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/json
Additional Technical Documentation Information
Properties
5/31/2024 6:30 PM
6/5/2024 9:49 PM
6/5/2024 9:49 PM
Documentation
Documentation
000005184
Translation Information
English

Powered by