X-Jicoo-Api-Key: ********************curl --location --request GET '/v1/event_types//host_assign_rules?page=1&perPage=10' \
--header 'X-Jicoo-Api-Key: <api-key>'{
"data": [
{
"uid": "aaa",
"sort": 15,
"priority": 1,
"dailyLimitMinutes": 3600,
"weeklyLimitMinutes": 86440,
"monthlyLimitMinutes": null,
"conditions": [
{
"entities": [
{
"entityType": "User",
"entityId": "xxx"
},
{
"entityType": "User",
"entityId": "yyy"
},
{
"entityType": "User",
"entityId": "zzz"
}
]
}
],
"createdAt": "2025-10-14T09:51:09.731Z",
"updatedAt": "2025-10-14T09:51:09.731Z"
}
],
"totalCount": 2,
"count": 1,
"currentPage": 1,
"nextPage": 2,
"numberOfPages": 2
}