Connections
POST /connections
Get all connections from Nprinting.
Body
| Field | Value | Type | 
|---|---|---|
| ApiToken | ApiTokenset in the Config | 
Response
Status: 200
[{
    "connectionString" : "aeiou",
    "created" : "2000-01-23T04:56:07.000+00:00",
    "lastUpdate" : "2000-01-23T04:56:07.000+00:00",
    "appId" : "aeiou",
    "name" : "aeiou",
    "connectionStatus" : "Unknown",
    "description" : "aeiou",
    "notificationsEnabled" : true,
    "cacheStatus" : "NeverGenerated",
    "id" : "00000000-0000-0000-0000-000000000000",
    "source" : "aeiou"
}]Last updated on