GET api/globalcompanygenderlimits/{id}
Gets a global gender limit by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gender limit identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A gender limit resource
CompanyGenderLimitModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Gets or sets the description of the gender limit resource |
string |
None. |
| isGlobal |
Gets or sets whether this is a global gender limit resource (true if Global, false if Formulary-level) Obsolete - will be removed at a later date |
boolean |
None. |
| Gender |
Gets or sets the Gender |
string |
None. |
| CreatedOn |
Gets or sets the Created On Date for this resource |
date |
None. |
| AuditNote |
Gets or sets the value indicating (for audit purposes) why the most current change to this resource was made |
string |
None. |
| Active |
Gets or sets the value indicating whether this gender limit is currently active. |
boolean |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 5",
"id": 6,
"name": "sample string 2",
"isGlobal": true,
"gender": "sample string 3",
"createdOn": "2025-12-09T20:13:13.5204827-06:00",
"auditNote": "sample string 4",
"active": true
}