openapi: 3.2.0 info: description: Cataloguing API. version: API V title: Cataloguing Lead Controller API termsOfService: Terms of service contact: name: Mani Bhushan url: www.geniemode.com email: mani.kumar@geniemode.com license: name: License of API url: API license URL servers: - url: https://portal.geniemode.com tags: - name: lead-controller description: Lead Controller paths: /api/v1/lead/get-all-leads: get: tags: - lead-controller summary: getLeadIds operationId: getLeadIdsUsingGET parameters: - name: rmIds in: query required: false style: form explode: true schema: type: array items: type: integer format: int64 responses: '200': description: OK content: application/json: schema: type: object additionalProperties: type: object '403': description: Forbidden!!!!! '500': description: 500 message