Get a staff member in an organization
GET api/V3/{language}/org/{orgIdentifier}/staff/{id}
The staff is a person in an organization that can be assigned to events such as: activities, private lessons, bookings or contracts. You can get the staff id from /org/{orgIdentifier}/staff.
Request Information
URI Parameters
PARAMETERS | ||
---|---|---|
language (string) |
Language in which the localizable values should be returned. Part of base url. Value is either 'fr' or 'en' |
Required |
orgIdentifier (string) |
Amilia-specific organization identifier. This identifier can be either the organization number, such as 8008, or the organization URL identifier. You can find that by looking at the URL of your Amilia store. It may look like lower-case words separated by a dash, such as forest-explorers. Note that in v2 and v1 we call that the 'rewrite URL'. |
Required |
id (integer) |
Staff id |
Required |
Body Parameters
None.
Response Information
Resource Description
PARAMETERS | ||
---|---|---|
Tags () |
Object containing the id and name of a tag. Tags are used to group and retrieve activities, such as 'morning' or 'George Smith' |
|
Id (integer) |
Resource id |
|
FirstName (string) |
First name of the person |
|
LastName (string) |
Last name of the person |
|
FullName (string) |
First and last name with a space in between |
|
Gender (Gender) |
Object containing the gender values NotSpecified, Male, Female and PreferNotToSay |
|
DateOfBirth (date) |
Format is 9999-12-31 |
|
Email (string) |
Email address |
|
Address (GeoAddressApiModelV3) |
Object containing the address (door number, street name, city, state/province, country, zip/postal code, latitude and longitude) |
|
Telephone (string) |
Telephone number |
|
TelephoneMobile (string) |
Mobile telephone number |
|
TelephoneWork (string) |
Work telephone number |
|
TelephoneWorkExtension (string) |
Work telephone number extension |