ReportsApiToken
Get all reports from Nprinting.
Endpoint
POST /reports
Parameter
Body
Field | Value | Type |
---|---|---|
ApiToken | ApiToken set in the Config |
Response
200
Status: 200
[{
"outputFormats" : [ "PDF", "Excel" ],
"created" : "2000-01-23T04:56:07.000+00:00",
"lastUpdate" : "2000-01-23T04:56:07.000+00:00",
"description" : "description",
"entityId" : "entityId",
"id" : "00000000-0000-0000-0000-000000000000",
"title" : "title",
"type" : "Excel"
}]
400 / 500
"Error Text"