Get an account
GET api/V3/{language}/org/{orgIdentifier}/accounts/{id}
?showMedicalInfo={showMedicalInfo}
You can get the account id from /org/{orgIdentifier}/accounts. Returns an account with the option to show the medical information of the persons in it
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) |
Account id |
Required |
showMedicalInfo (boolean) |
Option to show the persons' medical information. Default value is False |
Optional |
Body Parameters
None.
Response Information
Resource Description
PARAMETERS | ||
---|---|---|
Id (integer) |
Resource id |
|
Owners () |
Account owners |
|
Members () |
Account members |
|
Corporate (CorporateApiModelV3) |
Corporate account details |
|
AccountMemberships () |