interface GetRequestParticipants {
    issueIdOrKey: string;
    limit?: number;
    start?: number;
}

Properties

issueIdOrKey: string

The ID or key of the customer request to be queried for its participants.

limit?: number

The maximum number of request types to return per page. Default: 50. See the Pagination section for more details.

start?: number

The starting index of the returned objects. Base index: 0. See the Pagination section for more details.