participantsFinds participant custId1. To call this, you need to have access contact details right of 090300.

Finds participant custId1. To call this, you need to have access contact details right of 090300.

curl -X GET "https://api.example.com/restapi/v1/participants/custId1/123" \
  -H "Content-Type: application/json"
[
  {
    "participant_id": 123,
    "participant_identifier": "example_string",
    "participant_id_parent": 123,
    "date_id": 123,
    "shopbasket_id": 123,
    "participant_status": "example_string",
    "participant_salutation": "example_string",
    "participant_title": "example_string",
    "participant_firstname": "John Doe",
    "participant_lastname": "John Doe",
    "participant_address": "123 Main St",
    "participant_zip": "example_string",
    "participant_city": "New York",
    "participant_state": "example_string",
    "participant_country": "USA",
    "participant_company": "example_string",
    "participant_position": "example_string",
    "participant_phone": "+1-555-0123",
    "participant_fax": "example_string",
    "participant_email": "user@example.com",
    "participant_booktime": "example_string",
    "participant_price": 29.99,
    "participant_currency": "example_string",
    "participant_tax_included": true,
    "participant_data_protection_agreed": true,
    "rebooked_participant_id": 123,
    "date": [
      {
        "date_id": 123,
        "date_type": "example_string",
        "date_format": "example_string",
        "date_is_active": true,
        "date_title": "example_string",
        "date_subtitle": "example_string",
        "date_status": "example_string"
      }
    ]
  }
]
GET
/participants/custId1/{custId1}
GET
Base URLstring

Target server for requests. Edit to use your own host.

path
custId1integer
Required

Cust-ID1 of contact to return

Request Preview
Response

Response will appear here after sending the request

Path Parameters

custId1integer
Required

Cust-ID1 of contact to return

Responses

participant_idinteger
participant_identifierstring
participant_id_parentinteger
date_idinteger
shopbasket_idinteger
participant_statusstring
participant_salutationstring
participant_titlestring
participant_firstnamestring
participant_lastnamestring
participant_addressstring
participant_zipstring
participant_citystring
participant_statestring
participant_countrystring
participant_companystring
participant_positionstring
participant_phonestring
participant_faxstring
participant_emailstring
participant_booktimestring
participant_pricenumber
participant_currencystring
participant_tax_includedboolean
participant_data_protection_agreedboolean
rebooked_participant_idinteger
datearray