Retrieves all contact persons for a specific client.
Endpoint
GET /clients/{clientId}/contact-personsAuthentication
Required: Authorization header with valid token
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| clientId | UUID | Yes | Unique identifier of the client |
Response
Success (200)
Returns an array of contact person objects.
Schema: Array of Contact Persons Model
Error (400)
Schema: Error Response DTO
Example Usage
curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/client-management/clients/75f18aa7-b0aa-4d2c-b104-b513bec82a5f/contactPersons" \
-H "Authorization: Bearer YOUR_TOKEN"