API Format - CSOIreland/PxStat GitHub Wiki
Read.
Reads a Format entry. If no parameters are sent then all Formats will be returned. Otherwise the API will return the Formats corresponding to the parameter(s) that are sent.
Authentication: Anonymous
Privilege : Administrator , Power User
Method: PxStat.System.Settings.Format_API.Read
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
FrmType |
String | null | File type of PX |
FrmVersion |
String | null | The version of the PX file e.g. '2013' |
Return: Array [ Object ]
| Name | Type | Description |
|---|---|---|
FrmType |
String | File type of PX |
FrmVersion |
String | The version of the PX file e.g. '2013' |