GET api/groupplans/{groupplanid}/planonlyquantitylimits?page={page}&pagesize={pagesize}
Gets a collection of Plan Only Quantity Limits
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupplanid |
Group Plan Identifier |
integer |
Required |
| page |
The 1-based index of the page of quantity limits to return (optional, 1 by default) |
integer |
Default value is 1 |
| pagesize |
The number of quantity limits 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 plan only quantity limit objects
PagedResultModelOfPlanQuantityLimitModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageCount | integer |
None. |
|
| PageSize | integer |
None. |
|
| Items |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
{
"pageNumber": 1,
"pageCount": 2,
"pageSize": 3,
"items": [
{
"url": "sample string 6",
"id": 7,
"formularyCompanyQuantityLimitId": 1,
"formularyCompanyQuantityLimitUrl": "sample string 2",
"productID": "sample string 3",
"productIDType": "sample string 4",
"maxAmount": 1.0,
"maxAmountQualifier": 0,
"maxAmountTimePeriod": 0,
"maxAmountTimePeriodStartDate": "2025-12-09T20:16:16.0661115-06:00",
"maxAmountTimePeriodEndDate": "2025-12-09T20:16:16.0661115-06:00",
"maxAmountTimePeriodUnits": "sample string 5",
"effectiveStartDate": "2025-12-09T20:16:16.0661115-06:00",
"effectiveEndDate": "2025-12-09T20:16:16.0661115-06:00",
"createdOn": "2025-12-09T20:16:16.0661115-06:00",
"needsReview": true,
"optOut": true,
"modified": true
},
{
"url": "sample string 6",
"id": 7,
"formularyCompanyQuantityLimitId": 1,
"formularyCompanyQuantityLimitUrl": "sample string 2",
"productID": "sample string 3",
"productIDType": "sample string 4",
"maxAmount": 1.0,
"maxAmountQualifier": 0,
"maxAmountTimePeriod": 0,
"maxAmountTimePeriodStartDate": "2025-12-09T20:16:16.0661115-06:00",
"maxAmountTimePeriodEndDate": "2025-12-09T20:16:16.0661115-06:00",
"maxAmountTimePeriodUnits": "sample string 5",
"effectiveStartDate": "2025-12-09T20:16:16.0661115-06:00",
"effectiveEndDate": "2025-12-09T20:16:16.0661115-06:00",
"createdOn": "2025-12-09T20:16:16.0661115-06:00",
"needsReview": true,
"optOut": true,
"modified": true
}
],
"totalRecordCount": 4
}