# List Related Party Application

Endpoint: GET /api/v1/business-applications/{application_id}/related-party-applications/
Version: Version: b6359d9a
Security: HTTPBearer

## Path parameters:

  - `application_id` (string, required)

## Header parameters:

  - `x-jiko-idempotency` (string, required)

  - `x-jiko-signature` (string, required)

## Response 200 fields (application/json):

  - `name` (any)

  - `address` (any)

  - `date_of_birth` (any)

  - `identification_number` (any, required)

  - `phone_number` (any)

  - `title` (any)

  - `roles` (any)

  - `ownership_percentage` (any)

  - `citizenship` (any)

  - `email` (any)

  - `id` (string, required)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)


