API Creation Endpoints
The
CA Live API Creator
Admin Project API provides endpoints and attributes.lac31
The
CA Live API Creator
Admin Project API provides the following endpoints and attributes:The
ident
and ts
attributes are excluded from the table but are present in all cases except where noted. Required attributes are in bold. Unused attributes are in italics
. Some endpoints, such as rules
and resources
, are non-obvious. To give you guidance, we recommend you create them using API Creator and then look at them in the API.Endpoint | Description | Attributes |
accounts | The account that your API is part of. For more information about this endpoint, see The accounts Endpoint. |
|
apikeyroles | The connection between auth tokens and roles. |
|
apikeys | The auth tokens for an API. For more information about auth tokens, see Auth Tokens. |
|
apiversions | The API versions. For more information about API versions, including a complete list of this endpoint's attributes, see API Versions. |
|
authproviders | The authentication providers. |
|
dbaseschemas | The connection to the database. |
|
dbasetypes | The database types that CA Live API Creator supports.For more information about the dbasetypes endpoint, see The dbasetypes Endpoint. |
|
eventhandlers | The resource event handlers. |
|
gateways | The CA API Gateway integration definition endpoint. |
|
handlers | The HTTP handlers. |
|
managed_data_servers | Used to define a connection url for managed database services (adding databases, tables, columns, and relationships). |
|
named_filters | Named filters, created to handle complex queries without risking a SQL injection. |
|
named_sorts | Named sorts, created to provide complex sorting without risking a SQL injection. |
|
permissiondata | The additional data attached to roles. |
|
projectoptions | The options for an API. |
|
projectoptiontypes | The possible types of options. Note: You cannot alter these type. |
|
projects | The API. |
|
relationships | Virtual foreign keys between tables (potentially in different databases). |
|
resource_types | The types of resources. You cannot change the resource types. |
|
resourceattributes | An attribute in a resource. If a resource has none of these, then it is assumed that all columns for its table should be included in the resource. |
|
resources | A resource that can be part of a resource tree. |
|
roles | The security roles defined as part of an API. |
|
rules | The business logic for an API. |
|
ruletypes | The types of rules. Note: You cannot change the rule types. |
|
tablepermissions | The permissions for a role's table. |
|
topics | The topics for rules. |
|
users | The users for the built-in authentication provider. |
|