← API Reference
Export API
Data exports, channels, configurations
Base URL: https://export-api.ayoune.app — 5 entities
Example
cURL
curl -H "Authorization: Bearer pat_your_token" \
https://export-api.ayoune.app/assignmentchannels?limit=10
TypeScript SDK
import { aYOUne } from '@tolinax/ayoune';
const ay = new aYOUne('pat_your_token');
const result = await ay.export.assignmentChannels.find().limit(10).exec();
console.log(result.payload());
Entities
| Entity | REST Path | SDK | Access | Right | |
|---|---|---|---|---|---|
| AssignmentChannels | /assignmentchannels |
ay.export.assignmentChannels |
CRUD | export.assignmentchannels |
|
| ConsumerChannels | /consumerchannels |
ay.export.consumerChannels |
CRUD | export.consumerchannels |
|
| ExportConfigs | /exportconfigs |
ay.export.exportConfigs |
CRUD | export.exportconfigs |
|
| Exports | /exports |
ay.export.exports |
CRUD | export.exports |
|
| ProductChannels | /productchannels |
ay.export.productChannels |
CRUD | export.productchannels |