ConnectionsApiToken
Get all connections from Nprinting.
Endpoint
POST /connections
Parameter
Body
Field | Value | Type |
---|---|---|
ApiToken | ApiToken set in the Config |
Response
200
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"
}]
400 / 500
"Error Text"