GenderTermRequest
GET {{base_url}}/GenderTermRequest?Id={{integer}}
Retrieves the translated term for a single gender based on a given identifier.
API
Resource API
Requires Authentication
Yes
Returns
GenderTerm
Batch?
Yes
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
Id | string | Required. | |
| (int32) | |||
| The identifier of the gender. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | Required. | |
| The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
| The type of content supported by the API endpoint. |
RESPONSES
status: OK
{"Id":1,"Title":"Male"}