GET api/formularies/{formularyid}/formularycompanydiagnosiscodelimits/{formularycompanydiagnosiscodelimitid}/companydiagnosiscodelimitdxcodes/{id}
Gets a single Company Diagnosis Code Limit Dx Code by formulary, diagnosis code limit ID and ID of the dx code.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| formularyid |
The id of the formulary for which dx codes will be returned |
integer |
Required |
| formularycompanydiagnosiscodelimitid |
The id of the diagnosis code limit for which dx codes will be returned |
integer |
Required |
| id |
The identifier of the Company Diagnosis Code Limit Dx Code to return |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A Company Diagnosis Code Limit Dx Code resource
CompanyDiagnosisCodeLimitDxCodeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SeqNo | integer |
None. |
|
| CompanyDiagnosisCodeLimitSeqNo | integer |
None. |
|
| DiagnosisCode | string |
None. |
|
| DiagnosisCodeType | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| ChangedOn | date |
None. |
|
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
{
"url": "sample string 5",
"id": 0,
"seqNo": 1,
"companyDiagnosisCodeLimitSeqNo": 2,
"diagnosisCode": "sample string 3",
"diagnosisCodeType": "sample string 4",
"isActive": true,
"createdOn": "2025-12-09T20:15:42.9447937-06:00",
"changedOn": "2025-12-09T20:15:42.9447937-06:00"
}