Circle V2 API Docs
    Preparing search index...

    Type Alias TemplatesListInScopeParams

    type TemplatesListInScopeParams = {
        entityId: EntityId;
        limit?: number;
        offset?: number;
        search?: string;
        sortBy?: ListSortBy;
        sortOrder?: "asc" | "desc";
        userId: UserId;
    }
    Index

    Properties

    entityId: EntityId

    ID of organization that the templates are scoped to

    limit?: number
    offset?: number
    search?: string
    sortBy?: ListSortBy
    sortOrder?: "asc" | "desc"
    userId: UserId

    ID of user who is listing the templates