Skip to main content

PrintAPIApi

MethodHTTP requestDescription
cancel_print_enrollments_bulk_operationDELETE /api/web/v1/print/cancel/{id}Cancel print enrollments bulk operation
download_print_enrollments_bulk_operation_logsGET /api/web/v1/print/download/logs/{id}Download print enrollments bulk operation logs
download_print_enrollments_logs_v2GET /api/web/v2/print/download/logs/{id}Download print enrollments logs V2
get_print_enrollments_bulk_operation_detailsGET /api/web/v1/printGet all bulk print enrollments request(s)
get_print_request_detailsGET /api/web/v1/print/{id}Get print request details
print_enrollments_bulk_operationPOST /api/web/v1/printCreate bulk print enrollment request
print_enrollments_bulk_operation_v2POST /api/web/v2/printCreate bulk print enrollment request V2
single_enrollment_printPOST /api/web/v1/print/singlePrint single enrollment

cancel_print_enrollments_bulk_operation

cancel_print_enrollments_bulk_operation(id)

Cancel print enrollments bulk operation

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

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

NameTypeDescriptionNotes
idstrThe bulk operation ID

Return type

void (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-

download_print_enrollments_bulk_operation_logs

download_print_enrollments_bulk_operation_logs(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

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

NameTypeDescriptionNotes
idstrThe bulk operation ID

Return type

void (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-

download_print_enrollments_logs_v2

download_print_enrollments_logs_v2(id)

Download print enrollments logs V2

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

Example

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

NameTypeDescriptionNotes
idstrThe request ID

Return type

void (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-

get_print_enrollments_bulk_operation_details

List[BulkPrintOperationDetails] get_print_enrollments_bulk_operation_details()

Get all bulk print enrollments request(s)

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

Example

  • Api Key Authentication (AdminAPIAuthentication):

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-

get_print_request_details

PrintRequestDetails get_print_request_details(id)

Get print request details

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

Example

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

NameTypeDescriptionNotes
idstrThe 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-

BulkPrintOperationDetails print_enrollments_bulk_operation(enrollment_multi_print_api_request_v1)

Create bulk print enrollment request

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

Example

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

NameTypeDescriptionNotes
enrollment_multi_print_api_request_v1EnrollmentMultiPrintApiRequestV1

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-

BulkPrintOperationDetails print_enrollments_bulk_operation_v2(enrollment_multi_print_api_request_v2)

Create bulk print enrollment request V2

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

Note: Request body payload must not exceed 200 KB.

Example

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

NameTypeDescriptionNotes
enrollment_multi_print_api_request_v2EnrollmentMultiPrintApiRequestV2

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-

single_enrollment_print

EnrollmentPrintApiResponse single_enrollment_print(enrollment_print_api_request_v1)

Print single enrollment

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

Example

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

NameTypeDescriptionNotes
enrollment_print_api_request_v1EnrollmentPrintApiRequestV1

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-