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

NameDescriptionTypeAdditional information
websiteId

byte

Default value is 1

documentTypeId

byte

Default value is 1

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.