Tenant Service API reference
Version:
This topic lists available commands and possible responses in the Tenant Service.
In the following examples, [host] is your Tenant Service root URL (for example, http://def.service).
You can use the following commands:
-
[host]The default handler for all malformed or unrecognized requests. It returns the current timestamp.
Example response:
-
[host]/api/tenantLists all available endpoints for the configured tenant (JSON format).
Parameters:
active=falsealso lists disabled endpoints.id=<guid-endpoint-id>only returns information on the endpoint with the specified ID.
Example:
Example response:
-
[host]/api/tenantserviceParameters:
id=<guid-endpoint-id>runs the endpoint with the specified ID. It ignores any matching conditions on the endpoint.
Any other parameters and query strings can be passed. If no ID is specified, the service attempts to find an endpoint based on matching conditions set on all enabled endpoints. It runs the first matching endpoint.
Example:
Example response:
If you have suggestions for improving this article, let us know!