JSON API » plans » plans/features/list

Get fields of all features for a rate plan. If you only need one feature, use plans/features/get instead, which is more efficient.

Input parameters

Does not require authentication.

NameTypeDescriptionRequiredDefault value
planIntegerID of rate plan.Yes

Responses

CodeDescription
200Success.
400The rate plan does not exist.

Data returned

Fields of rate plan features.

Example: With required parameters

http://enswitch.example.com/api/json/plans/features/list/?plan=123

{ "responses":[ { "code":"200", "key":"", "message":"OK" } ], "data":[ { "feature":"view", "included":0, "maximum":-1 }, ... ] }

Change history

VersionChanges
3.13Function added.