Get all cabinets for a specific Traka service Returns (Task<IEnumerable>.)
Overview of GetCabinetsForTrakaServiceAsync goes here.
| Name | Description |
|---|---|
| service | The Traka service |
Example in C#
// Returns: IEnumerable<TrakaCabinetInfo>
var trakaCabinetInfo = await client.GetCabinetsForTrakaServiceAsync(TrakaServiceInfo service);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/trakaservices/SERVICE.KEY/trakacabinets \
-H 'Authorization: Bearer TOKEN_GOES_HERE'