Module core_api

Module core_api 

Source

Enums§

CoreBackgroundQueuesRetrieveByNameError
struct for typed errors of method core_background_queues_retrieve_by_name
CoreBackgroundQueuesRetrieveError
struct for typed errors of method core_background_queues_retrieve
CoreBackgroundTasksDeleteCreateError
struct for typed errors of method core_background_tasks_delete_create
CoreBackgroundTasksEnqueueCreateError
struct for typed errors of method core_background_tasks_enqueue_create
CoreBackgroundTasksRequeueCreateError
struct for typed errors of method core_background_tasks_requeue_create
CoreBackgroundTasksRetrieveByIdError
struct for typed errors of method core_background_tasks_retrieve_by_id
CoreBackgroundTasksRetrieveError
struct for typed errors of method core_background_tasks_retrieve
CoreBackgroundTasksStopCreateError
struct for typed errors of method core_background_tasks_stop_create
CoreBackgroundWorkersRetrieveByNameError
struct for typed errors of method core_background_workers_retrieve_by_name
CoreBackgroundWorkersRetrieveError
struct for typed errors of method core_background_workers_retrieve
CoreDataFilesListError
struct for typed errors of method core_data_files_list
CoreDataFilesRetrieveError
struct for typed errors of method core_data_files_retrieve
CoreDataSourcesBulkDestroyError
struct for typed errors of method core_data_sources_bulk_destroy
CoreDataSourcesBulkPartialUpdateError
struct for typed errors of method core_data_sources_bulk_partial_update
CoreDataSourcesBulkUpdateError
struct for typed errors of method core_data_sources_bulk_update
CoreDataSourcesCreateError
struct for typed errors of method core_data_sources_create
CoreDataSourcesDestroyError
struct for typed errors of method core_data_sources_destroy
CoreDataSourcesListError
struct for typed errors of method core_data_sources_list
CoreDataSourcesPartialUpdateError
struct for typed errors of method core_data_sources_partial_update
CoreDataSourcesRetrieveError
struct for typed errors of method core_data_sources_retrieve
CoreDataSourcesSyncCreateError
struct for typed errors of method core_data_sources_sync_create
CoreDataSourcesUpdateError
struct for typed errors of method core_data_sources_update
CoreJobsListError
struct for typed errors of method core_jobs_list
CoreJobsRetrieveError
struct for typed errors of method core_jobs_retrieve
CoreObjectChangesListError
struct for typed errors of method core_object_changes_list
CoreObjectChangesRetrieveError
struct for typed errors of method core_object_changes_retrieve
CoreObjectTypesListError
struct for typed errors of method core_object_types_list
CoreObjectTypesRetrieveError
struct for typed errors of method core_object_types_retrieve

Functions§

core_background_queues_retrieve
Retrieve a list of RQ Queues. Note: Queue names are not URL safe, so not returning a detail view.
core_background_queues_retrieve_by_name
Retrieve a list of RQ Queues. Note: Queue names are not URL safe, so not returning a detail view.
core_background_tasks_delete_create
Retrieve a list of RQ Tasks.
core_background_tasks_enqueue_create
Retrieve a list of RQ Tasks.
core_background_tasks_requeue_create
Retrieve a list of RQ Tasks.
core_background_tasks_retrieve
Retrieve a list of RQ Tasks.
core_background_tasks_retrieve_by_id
Retrieve a list of RQ Tasks.
core_background_tasks_stop_create
Retrieve a list of RQ Tasks.
core_background_workers_retrieve
Retrieve a list of RQ Workers.
core_background_workers_retrieve_by_name
Retrieve a list of RQ Workers.
core_data_files_list
Get a list of data file objects.
core_data_files_retrieve
Get a data file object.
core_data_sources_bulk_destroy
Delete a list of data source objects.
core_data_sources_bulk_partial_update
Patch a list of data source objects.
core_data_sources_bulk_update
Put a list of data source objects.
core_data_sources_create
Post a list of data source objects.
core_data_sources_destroy
Delete a data source object.
core_data_sources_list
Get a list of data source objects.
core_data_sources_partial_update
Patch a data source object.
core_data_sources_retrieve
Get a data source object.
core_data_sources_sync_create
Enqueue a job to synchronize the DataSource.
core_data_sources_update
Put a data source object.
core_jobs_list
Retrieve a list of job results
core_jobs_retrieve
Retrieve a list of job results
core_object_changes_list
Retrieve a list of recent changes.
core_object_changes_retrieve
Retrieve a list of recent changes.
core_object_types_list
Read-only list of ObjectTypes.
core_object_types_retrieve
Read-only list of ObjectTypes.