ApplicationUserPrinters
Queryable, Introduced in version 2.52
GET https://localhost:8001/sv/001.1/api/v1/Common/ApplicationUserPrinters
Represents a printer that has been assigned to an application user.
GUID
F518CF01-8FB0-4134-B283-0178684F49F0
Required permission
Show user
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the application user printer. |
|
ApplicationUserId | Int64 | The business key identifier of the application user that the application user printer belongs to.
|
|
PrinterName | String | The name of the local printer that is assigned.
|
|
NormalizedFormReportType | Int32? | The type of form report that the printer assignment will be used for.
|
|
FormReportType | Guid? | The type of form report that the printer assignment will be used for. |
|
ServerPrinterId | Int64? | The server printer that is linked to the application user printer.
|
|
FormDocumentType | Int32 | The type of document that the printer assignment will be used for.
|
Example
{
"Id": 0,
"ApplicationUserId": 0,
"PrinterName": null,
"NormalizedFormReportType": null,
"FormReportType": null,
"ServerPrinterId": null,
"FormDocumentType": 0
}