cURL
curl --request GET \ --url https://api.example.com/checklist-items/:id/assignees
{ "data": null }
Get assignees for a checklist item.
OK