Circle V2 API Docs
    Preparing search index...

    Type Alias AuditTemplatesListInScopeParams

    type AuditTemplatesListInScopeParams = {
        limit?: number;
        offset?: number;
        orgId: EntityId;
        search?: string;
        sortBy?: AllowedSortBy;
        sortOrder?: "asc" | "desc";
        userId: UserId;
    }
    Index

    Properties

    limit?: number
    offset?: number
    orgId: EntityId

    ID of organization that the templates are scoped to

    search?: string
    sortBy?: AllowedSortBy
    sortOrder?: "asc" | "desc"
    userId: UserId

    ID of user who is listing the templates