Repzo API - Rep Balance Summary (1.0.0)

Download OpenAPI specification:Download

OpenAPI specification for Repzo Rep Balance Summary endpoints.

Find rep balance summaries

query Parameters
rep
required
string

The rep ID to get balance summary for

page
integer >= 1
Default: 1

Page number for pagination

per_page
integer [ 1 .. 100 ]
Default: 20

Number of items per page

disabled
boolean
Default: false

Whether to include disabled records

populatedKeys
Array of strings

Keys to populate in the response

Responses

Response samples

Content type
application/json
{
  • "total_result": 0,
  • "current_count": 0,
  • "total_pages": 0,
  • "current_page": 0,
  • "per_page": 0,
  • "first_page_url": "string",
  • "last_page_url": "string",
  • "next_page_url": "string",
  • "prev_page_url": "string",
  • "path": "string",
  • "data": [
    ],
  • "totals": {
    },
  • "options": {
    }
}