# Get a specific ignored service-id record by its id Endpoint: GET /ignored-service-ids/{ignored_service_id_record_id} Version: 1.12 Security: bearerAuth ## Path parameters: - `ignored_service_id_record_id` (integer, required) Ignored service-id record identifier Example: 1 ## Response 200 fields (application/json): - `id` (integer) Internal identifier of new ignored service-id record, it MAY be sent as part of a response but it will be ignored in case of the request Example: 1 - `serviceId` (string, required) The service-id that is ignored Example: "Service Id" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields