Contract Testing: List Branches
contract-testing_list_branchesList all branches for a pacticipant in contract testing, with optional name filtering and pagination to locate specific branches.
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 |