GET api/legal/current?websiteId={websiteId}&documentTypeId={documentTypeId}
Returns the current published document version and blocks for the given website and document type.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| websiteId |
1 = Cruise Parking, 2 = Events / Liverpool Events Parking (default 1). |
byte |
Default value is 1 |
| documentTypeId |
1 = application terms, 2 = privacy, 3 = booking terms, 4 = cookies (default 1). |
byte |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.