API - Get Category Values
action - category
If a RecordType has been set-up as a Category, use this call to get a list of the available category values. This is a convenience to assist in providing an external application UI with a list of options to present to users in Forms with this Category in a drop-down field or similar.
Pass the action category, and the record type of the category (case-insensitive) in recordtype.
Sample Request
{
"account": *** your account id ***,
"apikey": "*** your api key ***",
"action": "category",
"recordtype": "AcquirePipeline"
}
Sample Response
Other API Help Pages
Introduction
IntroductionActions
Read a Record | Update a Record | Add a Record | List Records | Evaluate a Template | Execute an Action Script | Apply a Blueprint | Get a Blueprint | Add a File | Get a File | Get/Set a Persistent Setting Value | Get Category Values | Get Group Memberships of a User | Get Members of a Group | Load Data | Get Metadata for a Record Type | Get Metadata on Calculation Functions | Trigger an Event | Get Usage Statistics | Validate a Calculation | Validate a Filter ExpressionDiscussion Topics
Linking Records | Automation - Automations and EventsReturn to Developer Help