Skip to content

Commit

Permalink
Add readme notes for list canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
adayag authored and wenga86 committed Jan 25, 2021
1 parent 997aca1 commit 222e87d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,17 @@ See: [Segment Export](https://www.braze.com/documentation/REST_API/#segment-expo
api.list_segments
```

### List Canvas

See: [Segment Export](https://www.braze.com/docs/api/endpoints/export/canvas/get_canvases)

```ruby
api.list_canvas(
sort_direction: (optional, string, default: 'desc',
include_archived: (optional, boolean, default: false)
)
```

### Export Users

See: [User Export](https://www.braze.com/documentation/REST_API/#user-export)
Expand Down

0 comments on commit 222e87d

Please sign in to comment.