Skip to content

API Classification

Robert Polak edited this page Jul 12, 2019 · 21 revisions

Home / API / Classification

The API Classification Methods list with Parameters and Return examples.

Search

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

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

Clone this wiki locally