Get All MBS Items
Authentication
Query parameters
Return only the items in this MBS category, matching the Category field on each item.
1-based page to return. Send it with pageSize; one without the other returns 400. A page starting past the last item returns an empty MedicareItems array, not an error.
Number of items per page. Send it with pageNumber. There is no upper limit, so you can trade request count against response size.
Response
Number of items returned in MedicareItems. On a paged response this is the size of the page you received, which on the last page can be smaller than PageSize.
Number of items matching the request before paging, across every page. Present only on a paged response. Divide by PageSize and round up for the page count.
The pageNumber that produced this response. Present only on a paged response.
The pageSize that produced this response. Present only on a paged response.