Skip to main content
GET
/
v1
/
projects
/
{project_id}
/
at
/
{seq}
Reconstruct Project At Version
curl --request GET \
  --url https://api.oviond.com/v1/projects/{project_id}/at/{seq} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "seq": 123,
    "project": {},
    "pages": [
      {}
    ],
    "widgets": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required
seq
string
required

Response

Reconstructed state

success
enum<boolean>
required
Available options:
true
data
object
required