Variable | Type | Description |
---|---|---|
list_id | string|int | The list id on which to perform the search |
type | string | The template type to perform the search by. Can be:
|
Parameter | Description |
---|---|
Array | Array containing IDs of the found templates |
[ "my_template_id" ]
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
407 | Missing required param type | type param is required |
101 | Not allowed for list_id = %s | Invalid access to template list_id |
108 | List %s has been deleted | template ID belongs to a list which has been deleted |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param type", "code": 407 }