Skip to main content
GET
/
enterprise-api
/
recreate
/
{recreate_id}
/
to_json
Recreate to JSON
curl --request GET \
  --url https://prism-api.prosights.co/enterprise-api/recreate/{recreate_id}/to_json \
  --header 'X-Prosights-Api-Key: <api-key>'
{
  "tables": [
    {
      "headers": [
        "<string>"
      ],
      "rows": [
        {
          "row_identifier": "<string>",
          "row_type": "<string>",
          "cells": [
            {
              "value": "<string>",
              "column_header": "<string>",
              "bbox": {}
            }
          ]
        }
      ],
      "metadata": {}
    }
  ]
}

Authorizations

X-Prosights-Api-Key
string
header
required

Path Parameters

recreate_id
string
required

Response

Successful Response

tables
TableData · object[]
required
I