Variable | Type | Description |
---|---|---|
list_id | string|int | The ID of the list for which to get the variables |
Parameter | Description |
---|---|
name | The name of the variable |
type | The type of the variable |
[ { "name": "my_field_1", "type": "Date" }, { "name": "my_field_2", "type": "String" }, { "name": "my_field_3", "type": "String" }, { "name": "my_field_4", "type": "Number" } ]
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
101 | Not allowed for list_id = %s | Invalid access to list_id |
{ "err": true, "message": "Missing required param list_id", "code": 407 }