--- /erm/counter_registry: get: x-mojo-to: ERM::EUsage::CounterRegistry#list operationId: listCounterRegisteredPlatforms tags: - erm_counter_registry summary: List platforms currently registered with the counter registry produces: - application/json parameters: - $ref: "../swagger.yaml#/parameters/match" - $ref: "../swagger.yaml#/parameters/order_by" - $ref: "../swagger.yaml#/parameters/page" - $ref: "../swagger.yaml#/parameters/per_page" - $ref: "../swagger.yaml#/parameters/q_param" - $ref: "../swagger.yaml#/parameters/q_body" responses: 200: description: A list of counter registered platforms schema: items: $ref: "../swagger.yaml#/definitions/erm_counter_registry" type: array 400: description: Bad request schema: $ref: "../swagger.yaml#/definitions/error" 403: description: Access forbidden schema: $ref: "../swagger.yaml#/definitions/error" 500: description: |- Internal server error. Possible `error_code` attribute values: * `internal_server_error` schema: $ref: "../swagger.yaml#/definitions/error" 503: description: Under maintenance schema: $ref: "../swagger.yaml#/definitions/error" x-koha-authorization: permissions: erm: 1