Description Usage Arguments Examples
Get details about a specific export
1 2 3 4 | get_export_details(
export_id,
token
)
|
export_id |
Id of the export |
token |
Token object obtained from authorize() or a string containing your personal access token |
1 2 | token <- authorize("key", "secret")
details <- get_export_details(1, token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.