Skip to main content

PrintApiApi

MethodHTTP requestDescription
cancelPrintEnrollmentsBulkOperationDELETE /api/web/v1/print/cancel/{id}Cancel print enrollments bulk operation
downloadPrintEnrollmentsBulkOperationLogsGET /api/web/v1/print/download/logs/{id}Download print enrollments bulk operation logs
downloadPrintEnrollmentsLogsV2GET /api/web/v2/print/download/logs/{id}Download print enrollments logs V2
getPrintEnrollmentsBulkOperationDetailsGET /api/web/v1/printGet all bulk print enrollments request(s)
getPrintRequestDetailsGET /api/web/v1/print/{id}Get print request details
printEnrollmentsBulkOperationPOST /api/web/v1/printCreate bulk print enrollment request
printEnrollmentsBulkOperationV2POST /api/web/v2/printCreate bulk print enrollment request V2
singleEnrollmentPrintPOST /api/web/v1/print/singlePrint single enrollment

cancelPrintEnrollmentsBulkOperation

cancelPrintEnrollmentsBulkOperation(id)

Cancel print enrollments bulk operation

Cancel print enrollments bulk operation. Caller requires the issuance remove permission to access this resource.

Parameters

NameTypeDescriptionNotes
idStringThe bulk operation ID

Return type

null (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

downloadPrintEnrollmentsBulkOperationLogs

downloadPrintEnrollmentsBulkOperationLogs(id)

Download print enrollments bulk operation logs

Download logs for print enrollments bulk operation. Caller requires the issuance view permission to access this resource.

Example

Parameters

NameTypeDescriptionNotes
idStringThe bulk operation ID

Return type

null (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

downloadPrintEnrollmentsLogsV2

downloadPrintEnrollmentsLogsV2(id)

Download print enrollments logs V2

Download logs for print enrollments. Caller requires the issuance view permission to access this resource.

Example

Parameters

NameTypeDescriptionNotes
idStringThe request ID

Return type

null (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

getPrintEnrollmentsBulkOperationDetails

List<BulkPrintOperationDetails> getPrintEnrollmentsBulkOperationDetails()

Get all bulk print enrollments request(s)

Get all print enrollments request(s). Caller requires the issuance view permission to access this resource.

Example

Parameters

This endpoint does not need any parameter.

Return type

List<BulkPrintOperationDetails>

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

getPrintRequestDetails

PrintRequestDetails getPrintRequestDetails(id)

Get print request details

Get print request details. Caller requires the issuance view permission to access this resource.

Example

Parameters

NameTypeDescriptionNotes
idStringThe print request id

Return type

PrintRequestDetails

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
403Forbidden-
404The specified resource was not found-
409Conflict-
500Unexpected error-

printEnrollmentsBulkOperation

BulkPrintOperationDetails printEnrollmentsBulkOperation(enrollmentMultiPrintApiRequestV1)

Create bulk print enrollment request

Create bulk print enrollment request. Caller requires the issuance add permission to access this resource.

Example

Parameters

NameTypeDescriptionNotes
enrollmentMultiPrintApiRequestV1EnrollmentMultiPrintApiRequestV1

Return type

BulkPrintOperationDetails

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

printEnrollmentsBulkOperationV2

BulkPrintOperationDetails printEnrollmentsBulkOperationV2(enrollmentMultiPrintApiRequestV2)

Create bulk print enrollment request V2

Create bulk print enrollment request. Caller requires the ISSUANCE:ADD permission to access this resource.

<b>Note:</b> Request body payload must not exceed 200 KB.

Example

Parameters

NameTypeDescriptionNotes
enrollmentMultiPrintApiRequestV2EnrollmentMultiPrintApiRequestV2

Return type

BulkPrintOperationDetails

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

singleEnrollmentPrint

EnrollmentPrintApiResponse singleEnrollmentPrint(enrollmentPrintApiRequestV1)

Print single enrollment

Prints a single enrollment by Design Name or Enrollment ID. Caller requires the ISSUANCE:ADD permission to access this resource.

Example

Parameters

NameTypeDescriptionNotes
enrollmentPrintApiRequestV1EnrollmentPrintApiRequestV1

Return type

EnrollmentPrintApiResponse

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-