# Get a list of ignored service-ids Endpoint: GET /ignored-service-ids Version: 1.12 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `serviceId` (string) Filter ignored service-ids based on its id Example: "xyz | in:x,y | like:xyz" ## 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 412 fields ## Response 500 fields