This method returns a list of Genders and their associated GenderID
. You can specify which genders to exclude.
GET
/v1/lists/getGenders
Property | Type | Description |
---|---|---|
HideStraight |
boolean | If set to true , the "Male and Female" couple gender will be excluded. Default is false . |
HideGay |
boolean | If set to true , the "Male and Male" and "Female and Female" couple genders will be excluded. Default is false . |
HideCouples |
boolean | If set to true , all couples genders will be excluded. Default is false . |
Parameters can be passed to this operation using the HTTP GET method by passing parameters over the query string of the URI.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
Your API-Key is required with every request and can be passed in as a header or a query-string parameter. Don't have an API-Key? Get one now.
Property | Type | Description |
---|---|---|
Genders |
Array of aws:Gender | List of Genders. |
The following example returns a list of genders with HideGay
criteria supplied in the request.