Sha256: df28c48c54104fa762c8e8fd6b1917a4ce8ee82d2f2ec3d049b196150fa9a8e7

Contents?: true

Size: 696 Bytes

Versions: 8

Compression:

Stored size: 696 Bytes

Contents

organizationexports: 
    create_organization_export: >-
        require 'asana'


        client = Asana::Client.new do |c|
            c.authentication :access_token, 'PERSONAL_ACCESS_TOKEN'
        end


        result = client.organization_exports.create_organization_export(field: "value", field: "value", options: {pretty: true})
    get_organization_export: >-
        require 'asana'


        client = Asana::Client.new do |c|
            c.authentication :access_token, 'PERSONAL_ACCESS_TOKEN'
        end


        result = client.organization_exports.get_organization_export(organization_export_gid: 'organization_export_gid', param: "value", param: "value", options: {pretty: true})

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
asana-2.0.3 samples/organization_exports_sample.yaml
asana-2.0.2 samples/organization_exports_sample.yaml
asana-2.0.1 samples/organization_exports_sample.yaml
asana-2.0.0 samples/organization_exports_sample.yaml
asana-1.0.0 samples/organization_exports_sample.yaml
asana-0.10.13 samples/organization_exports_sample.yaml
asana-0.10.12 samples/organization_exports_sample.yaml
asana-0.10.3 samples/organization_exports_sample.yaml