Interface Organization

Organization CKAN type

Hierarchy

  • Organization

Properties

additionalData?: StringIndexedObject

Non-standard additional data provided by the API.

approvalStatus?: string

Has the organization been approved in the database

created?: Date

When was the organization created in the database

description: string

A long-form description of the organization

displayName: string

The group's full, human-readable display name

id: string

The organization's ID (usually a UUID)

imageUrl?: string

The organization's display image

isOrganization: boolean

Is the organization an organization? (Almost always true)

name: string

The organization's short name, often not human-readable

state?: string

The organization's state

stats: {
    datasets?: number;
    followers?: number;
}

The organization's numerical statistics

Type declaration

  • Optional datasets?: number
  • Optional followers?: number
title: string

The organization's full, human-readable title

type?: string

The organization's type

users?: User[]

The organization's members

Generated using TypeDoc