Agent Testing Dashboard

Use these tools to directly call functions on the Gripp agent and see the raw JSON response.

Get All Members
Calls the `GetMember` VBA function with no parameters.
Get One Member by ID
Calls the `GetOneMember` VBA function with a specific ID.
Get Paginated Members
Calls `GetParentsPage(1, 20, "SURNAME", "ASC")`.