Skip to main content

SuccessResponse_Collection

successboolean
Constant value: true
data object
idinteger
namestring
slugstring
descriptionstring | nullnullable
isPublicboolean
datasetCountinteger
organizationIdinteger
createdAtstring<date-time>
updatedAtstring<date-time>
tags object[]
  • Array [
  • idinteger
    namestring
    slugstring
    isVerifiedboolean
    parentIdinteger | nullnullable
  • ]
  • SuccessResponse_Collection
    {
    "success": true,
    "data": {
    "id": 0,
    "name": "string",
    "slug": "string",
    "description": "string",
    "isPublic": true,
    "datasetCount": 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
    }
    ]
    }
    }