-
Notifications
You must be signed in to change notification settings - Fork 8
API Language
The API Language APIs to control creating, deleting, updating and reading Languages. Methods list with Parameters and Return examples.
Read - Details
The Read method is used to return one or more Languages related to the Matrix. If a valid LngIsoCode is passed in, the method will return the corresponding language. If the default value for LngIsoCode is passed in, the method will return all languages.
Authentication: Anonymous
Privilege : Administrator , Moderator , Power User
Method: PxStat.System.Settings.Language_API.Read
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
LngIsoCode |
String | null | ISO 639-1: two-letter codes ISO Codes |
Return: Array [ Object ]
| Name | Type | Description |
|---|---|---|
LngIsoCode |
String | ISO 639-1: two-letter codes ISO Codes |
LngIsoName |
String | ISO language name |
RlsCount |
Int | Number of Releases that use this Language |
Create - Details
The Create method must receive ISO Language Name LngIsoCode and ISO Language Code LngIsoName as parameters. If these are validated successfully, and the ISO Language Code LngIsoCode doesn't already exist then this method will create the new entry.
Authentication: Windows
Privilege : Administrator , Power User
Method: PxStat.System.Settings.Language_API.Create
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
LngIsoCode |
String | ISO 639-1: two-letter codes ISO Codes | |
LngIsoName |
String | ISO Language Name |
Return: String with value of success
Update - Details
Updates a language entity. Only the ISO Language Name LngIsoName can be changed.
Authentication: Windows
Privilege : Administrator , Power User
Method: PxStat.System.Settings.Language_API.Update
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
LngIsoCode |
String | ISO 639-1: two-letter codes ISO Codes | |
LngIsoName |
String | ISO Language Name |
Return: String with value of success
Delete - Details
This method will delete an entity. A valid LngIsoCode must be supplied by the client.
Authentication: Windows
Privilege : Administrator , Power User
Method: PxStat.System.Settings.Language_API.Delete.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
LngIsoCode |
String | ISO 639-1: two-letter codes ISO Codes |
Return: String with value of success
Update
Database Scripts
Configuration
API
- Home
- Data
- Security
- Subscription
- System
- Navigation
- Notification
- Settings
- Workflow
- Px Build
Developer
- Home
- Developer Tools
- Client Tier
- Server Tier
- Database Tier