View Guidance Document ID
GET:{output}/guidance-document/{id}
Overview
Returns a guidance document object.
URL Parameters
Each of the following url formats is valid:
/{output}/guidance-document/{id}
/{output}/guidance-document/{urlTitle}
Name | Type | Description |
---|---|---|
output | string | The output format of the HTTP response; must be ‘json’, or ‘xml’. |
id | integer | The id field for the guidance document. |
urlTitle | string | A unique string identifying the guidance document. The urlTitle can be identified by the final segment in the guidance document’s url. |
Code Samples
cURL
curl “http://api.cecclimate.com/json/guidance-document/crf-2006”