{"service":"Asana","base_url":"https://app.asana.com/api/1.0","auth":{"type":"bearer"},"intents":[{"id":"get_attachments_for_object","method":"GET","path":"/attachments","params":{"parent":"string","limit":"number","offset":"number"},"returns":"Compact records for all attachments"},{"id":"create_attachment_for_object","method":"POST","path":"/attachments","params":{"file":"string"},"returns":"Newly created attachment object"},{"id":"get_attachment","method":"GET","path":"/attachments/{attachment_gid}","returns":"Full record for single attachment"},{"id":"delete_attachment","method":"DELETE","path":"/attachments/{attachment_gid}","returns":"Empty response"},{"id":"create_batch_request","method":"POST","path":"/batch","returns":"Results of parallel API operations"},{"id":"create_custom_field","method":"POST","path":"/custom_fields","returns":"Newly created custom field object"},{"id":"get_custom_field","method":"GET","path":"/custom_fields/{custom_field_gid}","returns":"Complete custom field metadata"},{"id":"update_custom_field","method":"PUT","path":"/custom_fields/{custom_field_gid}","returns":"Updated custom field record"},{"id":"delete_custom_field","method":"DELETE","path":"/custom_fields/{custom_field_gid}","returns":"Empty response"},{"id":"create_enum_option_for_custom_field","method":"POST","path":"/custom_fields/{custom_field_gid}/enum_options","returns":"Newly created enum option"},{"id":"insert_enum_option_for_custom_field","method":"POST","path":"/custom_fields/{custom_field_gid}/enum_options/insert","returns":"Reordered enum option"},{"id":"update_enum_option","method":"PUT","path":"/enum_options/{enum_option_gid}","returns":"Updated enum option record"},{"id":"get_events","method":"GET","path":"/events","params":{"resource":"string","sync":"string"},"returns":"Events since sync token creation"},{"id":"get_goal_relationships","method":"GET","path":"/goal_relationships","params":{"supported_goal":"string","resource_subtype":"string"},"returns":"Compact goal relationship records"},{"id":"get_goal_relationship","method":"GET","path":"/goal_relationships/{goal_relationship_gid}","returns":"Single goal relationship record"},{"id":"update_goal_relationship","method":"PUT","path":"/goal_relationships/{goal_relationship_gid}","returns":"Updated goal relationship record"},{"id":"get_goals","method":"GET","path":"/goals","params":{"portfolio":"string","project":"string","is_workspace_level":"boolean","team":"string","workspace":"string","time_periods":"array"},"returns":"Compact goal records"},{"id":"create_goal","method":"POST","path":"/goals","returns":"Newly created goal record"},{"id":"get_goal","method":"GET","path":"/goals/{goal_gid}","returns":"Single goal record"},{"id":"update_goal","method":"PUT","path":"/goals/{goal_gid}","returns":"Updated goal record"}]}