API

Get employee

Get employee with ID at a given company.

GET/v1/marketplace/companies/{company_id}/employees/{employee_id}

Path Parameters

company_id*string

Company ID

Example"aw7da9wd8ua28a821"
employee_id*string

Employee ID

Example"pe7da9wd8ua28a114"

Query Parameters

select?array<string>
expand?array<string>

Response Body

application/json

curl -X GET "https://api.noona.is/v1/marketplace/companies/aw7da9wd8ua28a821/employees/pe7da9wd8ua28a114"
{
  "id": "7dj29KiAE1wdjw731",
  "profile": {
    "name": "Joe the cutter",
    "description": "Joe is the cutter of many hairs",
    "image": {
      "thumb": "https://placekitten.com/200/200",
      "image": "https://placekitten.com/200/300",
      "type": "thumbnail",
      "public_id": "https://placekitten.com/200/300"
    }
  },
  "marketplace": true,
  "event_type_preferences": [
    {
      "id": "dw7aw7da6w8d76aw",
      "can_perform": true,
      "custom_duration": 30,
      "custom_duration_before_pause": 15,
      "custom_duration_pause": 30,
      "custom_duration_after_pause": 15
    }
  ],
  "exclude_from_randomization_pool": true,
  "bookable": "bookable",
  "verification": {
    "verification_status": "pending",
    "certification_title": "Verified master",
    "certification_description": "This staff member is a master hairdresser",
    "badge_title": "Verified master",
    "certification_level": "apprentice",
    "color": "grey",
    "certification_type": "cosmetology",
    "approved_at": "2019-08-24T14:15:22Z"
  },
  "deleted_at": "2019-08-24T14:15:22Z"
}