Jira.js - Jira Cloud API library
    Preparing search index...

    Interface GetAllFieldConfigurationSchemes

    interface GetAllFieldConfigurationSchemes {
        id?: number[];
        maxResults?: number;
        startAt?: number;
    }
    Index

    Properties

    id?: number[]

    The list of field configuration scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001.

    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).