Internal
Get autocomplete data for /playbook check
This is an internal endpoint used by the autocomplete system to retrieve the data needed to show the list of items that the user can check.
get/plugins/playbooks/api/v0/runs/checklist-autocomplete
Query parameters
channel_IDstring required
ID of the channel the user is in.
Response
List of autocomplete items for this channel.
Example response
[
{
"item": "1 2",
"hint": "Gather information from customer.",
"helptext": "Check/uncheck this item"
}
]