module BWAPI::Client::Projects::BulkActions
BulkActions
module for projects/bulkactions endpoint
Public Instance Methods
bulk_actions(project_id, opts = {})
click to toggle source
Get all bulk actions in project
@param project_id [Integer] Id of project @param opts [Hash] options hash of parameters @option opts [Integer] page Page of projects to retrieve @option opts [Integer] pageSize Results per page of results @option opts [String] sinceDate the start date to get bulk actions from @return [Hash] All bulk actions in project
# File lib/bwapi/client/projects/bulk_actions.rb, line 17 def bulk_actions(project_id, opts = {}) get "projects/#{project_id}/bulkactions", opts end