-
Notifications
You must be signed in to change notification settings - Fork 7
API Classification
Robert Polak edited this page Jul 12, 2019
·
21 revisions
Home / API / Classification
Search- Details
Searches for Classifications based on a search string. The API searches for matches in the Classification Value, Classification Code and associated Variable Values.
Authentication: Windows
Privilege : Administrator , Moderator , Power User
Method: PxStat.Data.Classification_API.Search
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
Search |
String | The search string |
Return: Array [ Object ]
| Name | Type | Description |
|---|---|---|
ClsValue |
String | Classification Value (name) |
ClsCode |
String | Classification Code (note this is not a unique identifier) |
ClsID |
Int | Classification Identifier |
ClsGeoUrl |
String | Geo Url of the Classification |
MtrCode |
String | Matrix Code |
VrbCount |
Int | Variable Count - number of variables associated with this Classification |
Read- Details
Reads an individual Classification based on a ClassificationID
Authentication: Windows
Privilege : Administrator , Moderator , Power User
Method: PxStat.Data.Classification_API.Read
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
ClsID |
Int | Null | Classification Identifier |
Return: Array [ Object ]
| Name | Type | Description |
|---|---|---|
ClsCode |
String | Classification Code (note this is not a unique identifier) |
ClsValue |
String | Classification Value (name) |
ClsGeoUrl |
String | Geo Url of the Classification |
VrbCode |
String | Variable Code |
VrbValue |
String | Variable Value |
MtrCode |
String | Matrix Code |
VrbCount |
Int | Variable Count - total number of variables associated with this Classification |
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