Mitarbeiter v1 /api/:principal_id/public/v1/business/employees/:id

Überblick

Klasse / Datentyp
Mitarbeiter
Response Formats
JSON
API Version
v1
Öffentlich erreichbar
true
HTTP Methode
GET
Zuletzt aktualisiert

/api/:principal_id/public/v1/business/employees/:id

Parameter

Query Parameter

Schlüssel
principal_id Pflicht

Backend::Principal ID

id Pflicht

Business::Employee ID

Beispiel Rückgabe

{
  "id"                          : "lehmann-patrick",
  "firstname"                   : "Patrick",
  "lastname"                    : "Lehmann",
  "email"                       : "lehmann@squibble.me",
  "position"                    : "Founder and Head of Engineering",
  "website_text"                : null,
  "website_external_link_label" : null,
  "website_external_link_url"   : null,
  "portrait"                    : {
    "url"          : {
      "large"          : "http://business.squibble.me/upload/business/employee/53db7cb4993a7aefa50001e1/portraits/560a5ea66f726964b3000000/large/IMG_20131215_031210_Patrick_Lehmann_Peter_Hurley_Style_00041.jpg",
      "thumb"          : "http://business.squibble.me/upload/business/employee/53db7cb4993a7aefa50001e1/portraits/560a5ea66f726964b3000000/thumb/IMG_20131215_031210_Patrick_Lehmann_Peter_Hurley_Style_00041.jpg",
      "resize_to_fill" : "http://business.squibble.me/upload/business/employee/53db7cb4993a7aefa50001e1/portraits/560a5ea66f726964b3000000/resize_to_fill/IMG_20131215_031210_Patrick_Lehmann_Peter_Hurley_Style_00041.jpg"
    },
    "file_size"    : 2835682,
    "content_type" : "image/jpeg",
    "file_name"    : "_old_"
  },
  "facebook"                    : "https://www.facebook.com/patrick.lehmann",
  "google_plus"                 : null,
  "twitter"                     : "ple1989",
  "linkedin"                    : null,
  "xing"                        : null,
  "skype"                       : "patricklehmann1989",
  "phone_number"                : "+41 123 12 15",
  "mobile_phone_number"         : "+41 75 476 65 45"
}