Display Strings Custom

List Customized Display Strings

GET /api/.../displaystrings/custom/{productid}

Return a list of custom multilingual string mnemonics and values for a given product as defined for the organization specified in {organizationId}.

Request Information

Parameters
Name Type Required Description
productid Integer Yes Unique ID of the Polaris product.
1 - PowerPAC
4 - ExpressCheck
5 - Inbound Telephony
6 - Outbound Telephony
7 - Notices
8 - ILL
9 - Polaris Fusion
10 - Acquisitions Exchange
11 - Mobile PAC
12 - SIPService
13 - NCIPService
14 - ERMSPortal
15 - Receipts
16 - ContentXChange
17 - Polaris Import
18 - Polaris API Consumer Service
19 - Polaris Application Services
20 - Staff Web Client

Response Information

Example
application/json, text/json
{
    "SW_TEST_1" : "Custom Display String 1",
    "SW_TEST_2" : "Custom Display String 2",
    "SW_TEST_3" : "Custom Display String 3"
}