Type Alias GetDatasetsFromOrganizationData

GetDatasetsFromOrganizationData: {
    limit?: number | null;
    offset?: number | null;
    organizationId: string;
    trOrganization: string;
}

Type declaration

  • Optionallimit?: number | null

    The number of records to return

  • Optionaloffset?: number | null

    The number of records to skip

  • organizationId: string

    id of the organization you want to retrieve datasets for

  • trOrganization: string

    The organization id to use for the request