# Get publishers items Endpoint: GET /display/filter/publishers/items Version: 1.0.0 ## Query parameters: - `api_key` (string, required) Your API Key token. - `search` (string, required) The text to be searched Example: "a" - `ids` (array) The ids separated by comma Example: [49,114] ## Response 200 fields (application/json): - `status` (string, required) Enum: "ok", "failed" - `meta` (object, required) - `meta.code` (integer) Example: 1000 - `meta.message` (string,null) - `data` (array, required) - `data.key` (any) Item key - `data.label` (string,null) Item value - `data.icon` (string,null) Item icon if available - `data.action` (string,null) Item action if available Enum: "SINGLETON_RELATION", "DESELECT_OTHER", "DISABLE_OTHER", "RESET_RELATION_ON_EMPTY"