Skip to main content

SuccessResponse_DatasetArray

successboolean
Constant value: true
data object[]
  • Array [
  • idinteger
    namestring
    slugstring
    descriptionstring | nullnullable
    isPublicboolean
    accessPricenumber
    schemaobject
    currentSchemaVersioninteger
    parquetSchemaDefinitionobject
    paperUrlstring | nullnullable
    pointOfContactstring | nullnullable
    entryCountinteger
    licenseIdinteger
    providerIdinteger
    sourceIdinteger | nullnullable
    organizationIdinteger
    createdAtstring<date-time>
    updatedAtstring<date-time>
    tags object[]
  • Array [
  • idinteger
    namestring
    slugstring
    isVerifiedboolean
    parentIdinteger | nullnullable
  • ]
  • sourceobject | nullnullable
  • ]
  • SuccessResponse_DatasetArray
    {
    "success": true,
    "data": [
    {
    "id": 0,
    "name": "string",
    "slug": "string",
    "description": "string",
    "isPublic": true,
    "accessPrice": 0,
    "schema": {},
    "currentSchemaVersion": 0,
    "parquetSchemaDefinition": {},
    "paperUrl": "string",
    "pointOfContact": "string",
    "entryCount": 0,
    "licenseId": 0,
    "providerId": 0,
    "sourceId": 0,
    "organizationId": 0,
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z",
    "tags": [
    {
    "id": 0,
    "name": "string",
    "slug": "string",
    "isVerified": true,
    "parentId": 0
    }
    ],
    "source": "Unknown Type: object,null"
    }
    ]
    }