/api/v1/rulesList rules
Every assignment rule, highest priority first, with the template and the target it resolves to.
This endpoint takes no parameters beyond the URL itself.
Example response
{
"rules": [
{
"id": "d4e5f6a7-b8c9-4d0e-9f1a-2b3c4d5e6f70",
"name": "Sales team",
"priority": 10,
"template_id": "b8e0f1a2-3c4d-4e5f-8a9b-0c1d2e3f4a5b",
"template_name": "Standard",
"scope_type": "department",
"scope_value": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
"scope_label": "Sales",
"condition_type": null,
"condition_value": null,
"compose_type": "all",
"recipient_type": "external",
"starts_at": null,
"ends_at": null,
"active": true
}
],
"total": 2
}Copy and paste
curl -X GET "https://api.usesigned.co.uk/api/v1/rules" \
-H "X-API-Key: $SIGNED_API_KEY"