GET api/cmppformulary
Gets a list of formularies for authorized location
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A formulary listing
Collection of FormularyCMPPModelName | Description | Type | Additional information |
---|---|---|---|
Name |
Gets or sets the Name |
string |
None. |
EffectiveDate |
Gets or sets the Effective Date |
date |
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
Sample:
[ { "url": "sample string 2", "id": 3, "name": "sample string 1", "effectiveDate": "2025-05-30T14:08:46.4878993-05:00" }, { "url": "sample string 2", "id": 3, "name": "sample string 1", "effectiveDate": "2025-05-30T14:08:46.4878993-05:00" } ]