Values

Quick Reference

Method

Endpoint

Description

GET

/api/Values

GET /api/Values

Parameters:

Query Parameters:

  • code (string, query): No description available

Example Request:

from ABConnect import ABConnectAPI

# Initialize the API client
api = ABConnectAPI()

# Make the API call
response = api.raw.get(
    "/api/Values"

)

# Process the response
print(response)

Sample Response:

1[]