Skip to main content
GET
/
v2
/
saved
/
crosstabs
v2 List Crosstabs
curl --request GET \
  --url http://api.globalwebindex.com/v2/saved/crosstabs \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "projects": [
    {
      "uuid": "<string>",
      "copied_from": "<string>",
      "created_at": "<string>",
      "folder_id": "<string>",
      "name": "<string>",
      "notes": "<string>",
      "shared": [
        {
          "email": "<string>",
          "error": {
            "code": 123,
            "err": "<unknown>",
            "message": "<string>",
            "meta": {},
            "type": "unknown"
          },
          "org_id": 123,
          "user_id": 123
        }
      ],
      "shared_by": {
        "email": "<string>",
        "error": {
          "code": 123,
          "err": "<unknown>",
          "message": "<string>",
          "meta": {},
          "type": "unknown"
        },
        "org_id": 123,
        "user_id": 123
      },
      "sharing_note": "<string>",
      "sharing_type": "",
      "updated_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Response

OK

count
integer

Number of projects.

projects
object[]

Array of individual projects.