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

KeyDatatypeRequiredDescription
IdstringRequired.
(int32)
The identifier of the gender.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
The type of content supported by the API endpoint.

RESPONSES

status: OK

{"Id":1,"Title":"Male"}