Skip to main content

Get All Last Revisions

This endpoint retrieves all last revisions of legal pages.

info

This operation does not require authentication. If the user is authenticated the 'ack' field will be added to the response with the user's ack status for that document.

HTTP Request

GET /api/v2/legal_page/last_revisions/

Example Request

const headers = {
'Accept':'application/json'
};

fetch('/api/v2/legal_page/last_revisions/',
{
method: 'GET',
headers: headers
})
.then(function(res) {
return res.json();
}).then(function(body) {
console.log(body);
});

Responses

StatusMeaningDescriptionValue/Schema
200OKResponse status codelist(Legal Page)