ScanopyScanopy
Vlans

Export Vlans to CSV

Export all Vlans matching the filter criteria to CSV format. Ignores pagination parameters (limit/offset) and exports all matching records.

GET
/api/v1/vlans/export/csv
Authorization<token>

User API key (Bearer scp_u_...). Create in Platform > API Keys.

In: header

Query Parameters

group_by?null|VlanOrderField
order_by?null|VlanOrderField
order_direction?null|OrderDirection
limit?integer|null
Formatint32
Range0 <= value <= 1000
offset?integer|null
Formatint32
Range0 <= value
network_id?string|null

Filter by network ID

Formatuuid

Response Body

text/csv

curl -X GET "https://loading/api/v1/vlans/export/csv"
Empty