GET api/cmppformulary/{id}
Gets a formulary by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Formulary identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A formulary using the supplied ID
FormularyCMPPModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
EffectiveDate | 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": "2024-11-21T04:15:02.1552152-06:00" }