interface GetDefaultValues {
    contextId?: number[];
    fieldId: string;
    maxResults?: number;
    startAt?: number;
}

Properties

contextId?: number[]

The IDs of the contexts.

fieldId: string

The ID of the custom field, for example customfield\_10000.

maxResults?: number

The maximum number of items to return per page.

startAt?: number

The index of the first item to return in a page of results (page offset).