GET api/v1/audit/nodes
Method for getting nodes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Array of node integer unique identifiers
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 1 ]
application/xml, text/xml
Sample:
<ArrayOfNullableOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <int>1</int> <int>1</int> </ArrayOfNullableOfint>