Contract Testing: List Branches
contract-testing_list_branchesList branches for a contract testing pacticipant, with optional name filtering and pagination to handle large result sets.
Instructions
Retrieve all branches for a given pacticipant, with optional filtering and pagination.
Toolset: Branches and Versions
Parameters:
pacticipantName (string) required: Name of the pacticipant
q (string): Filter branches by name
pageNumber (number): Page number (default: 1)
pageSize (number): Results per page (default: 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter branches by name | |
| pageSize | No | Results per page | |
| pageNumber | No | Page number | |
| pacticipantName | Yes | Name of the pacticipant |