Get Server Instance

Get id of the server instance the API call is processed on. Different Entra Apps can be processed on different server instances and also the same Entra App request can be processed on different server instances over time as they can silently fluctuate. This endpoint will provide the server instance id corresponsing to the Entra App used for the API call. The endpoint is used by NaviPartner internal services to get the server instance ID the API call is processed on.

Authentication

x-np-api-keystring
API Key authentication via header

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Response

This endpoint returns an object.
idinteger
Id of the Server instance used to process the API call.