# Get a specific Ignored Call Class Endpoint: GET /ignored-call-classes/{ignored_call_class_id} Version: 1.12 Security: bearerAuth ## Path parameters: - `ignored_call_class_id` (integer, required) Ignored Call Class identifier Example: 1 ## Response 200 fields (application/json): - `id` (integer) Internal identifier of ignored call class, it MAY be sent as part of a response but it will be ignored in case of the request Example: 1 - `callClass` (string, required) Ignored call class name Example: "Call class name" - `startDate` (string) Date this ignored call class applies from. The value is today if it wasn't specified - `endDate` (string) Date this ignored call class applies to ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields