Returns (Task<IEnumerable>)
Find all Hg Procedures for the designated Controller.
Name | Description |
---|---|
controller |
Example in C#
// Returns: IEnumerable<HgProcedureInfo>
var hgProcedureInfo = await client.GetProceduresForControllerAsync(ControllerInfo controller);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/procedures \
-H 'Authorization: Bearer TOKEN_GOES_HERE'