GET api/globalcompanystepmedications?page={page}&pagesize={pagesize}
Gets a collection of global Company Step Medications
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page |
The 1-based index of the page of company step medications to return (optional, 1 by default) |
integer |
Default value is 1 |
| pagesize |
The number of company step medications to return per page (optional, 25 by default, max 100) |
integer |
Default value is 25 |
Body Parameters
None.
Response Information
Resource Description
A list of company step medication objects
PagedResultModelOfCompanyStepMedicationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageCount | integer |
None. |
|
| PageSize | integer |
None. |
|
| Items | Collection of CompanyStepMedicationModel |
None. |
|
| TotalRecordCount | integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
{
"pageNumber": 1,
"pageCount": 2,
"pageSize": 3,
"items": [
{
"url": "sample string 9",
"id": 10,
"name": "sample string 2",
"isGlobal": true,
"noOfDrugsToTry": 1,
"stepOrder": "sample string 3",
"diagnosisCode": "sample string 4",
"diagnosisCodeQualifier": "sample string 5",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"auditNote": "sample string 6",
"active": true,
"stepDrugMultiSourceCodesUrl": "sample string 7",
"stepDrugProductsUrl": "sample string 8",
"stepDrugs": [
{
"url": "sample string 7",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"stepDrugProductID": "sample string 3",
"stepDrugProductIDType": "sample string 4",
"stepDrugClassID": "sample string 5",
"stepDrugSubClassID": "sample string 6",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"changedOn": "2025-12-09T20:13:12.2585747-06:00"
},
{
"url": "sample string 7",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"stepDrugProductID": "sample string 3",
"stepDrugProductIDType": "sample string 4",
"stepDrugClassID": "sample string 5",
"stepDrugSubClassID": "sample string 6",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"changedOn": "2025-12-09T20:13:12.2585747-06:00"
}
],
"multiSourceCodes": [
{
"url": "sample string 4",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"multiSourceCode": "sample string 3",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"changedOn": "2025-12-09T20:13:12.2585747-06:00"
},
{
"url": "sample string 4",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"multiSourceCode": "sample string 3",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"changedOn": "2025-12-09T20:13:12.2585747-06:00"
}
]
},
{
"url": "sample string 9",
"id": 10,
"name": "sample string 2",
"isGlobal": true,
"noOfDrugsToTry": 1,
"stepOrder": "sample string 3",
"diagnosisCode": "sample string 4",
"diagnosisCodeQualifier": "sample string 5",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"auditNote": "sample string 6",
"active": true,
"stepDrugMultiSourceCodesUrl": "sample string 7",
"stepDrugProductsUrl": "sample string 8",
"stepDrugs": [
{
"url": "sample string 7",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"stepDrugProductID": "sample string 3",
"stepDrugProductIDType": "sample string 4",
"stepDrugClassID": "sample string 5",
"stepDrugSubClassID": "sample string 6",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"changedOn": "2025-12-09T20:13:12.2585747-06:00"
},
{
"url": "sample string 7",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"stepDrugProductID": "sample string 3",
"stepDrugProductIDType": "sample string 4",
"stepDrugClassID": "sample string 5",
"stepDrugSubClassID": "sample string 6",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"changedOn": "2025-12-09T20:13:12.2585747-06:00"
}
],
"multiSourceCodes": [
{
"url": "sample string 4",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"multiSourceCode": "sample string 3",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"changedOn": "2025-12-09T20:13:12.2585747-06:00"
},
{
"url": "sample string 4",
"id": 0,
"seqNo": 1,
"companyStepMedicationSeqNo": 2,
"multiSourceCode": "sample string 3",
"isActive": true,
"createdOn": "2025-12-09T20:13:12.2585747-06:00",
"changedOn": "2025-12-09T20:13:12.2585747-06:00"
}
]
}
],
"totalRecordCount": 4
}