Interface GetCatalogWithDatasetRequest

interface GetCatalogWithDatasetRequest {
    boundingOfficeLike?: string;
    dataset: CatalogableEndpoint;
    excludeEmpty?: boolean;
    includeExtents?: boolean;
    like?: string;
    locationCategoryLike?: string;
    locationGroupLike?: string;
    locationKindLike?: string;
    locationTypeLike?: string;
    office?: string;
    page?: string;
    pageSize?: number;
    timeseriesCategoryLike?: string;
    timeseriesGroupLike?: string;
    unitSystem?: UnitSystem;
}

Properties

boundingOfficeLike?: string
excludeEmpty?: boolean
includeExtents?: boolean
like?: string
locationCategoryLike?: string
locationGroupLike?: string
locationKindLike?: string
locationTypeLike?: string
office?: string
page?: string
pageSize?: number
timeseriesCategoryLike?: string
timeseriesGroupLike?: string
unitSystem?: UnitSystem