Tables
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- list_() : TableCollection
- Returns a collection of table types.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/school/v1/types/tables"
Endpoint URL pattern
Methods
list_()
Returns a collection of table types.
public
list_() : TableCollection
System tables will have an ID that is a negative number (Example: -100) User defined tables will have an ID that is a positive number (Example: 100)
Return values
TableCollection —Success