About

Flows are retrieved using the following request.

Resource URI

Complete details about your flows are requested with the following request.

GET
/v2/Properties/[PropertySid]/Flows

Request

URI Parameters

ParameterTypeDescription
PropertySidstringProperty secure identification to retrieve flows.

Optional Include Parameters

These parameters are only associated with the request for a list of flows records. Results can be filtered with any number of the following parameters.

ParameterTypeDescription
Results_CountintLimit the results to this number. Default result count is a limit of 50.
Results_SkipintReturn results after the specified index. This enables custom pagination of results. Default is 0

Response

200 – OK

Our service will respond to every flows request with JSON formatted data. Requests for flows will respond with a list of objects containing the following parameters.

Common Response Parameters

ParameterTypeDescription
PropertySidstringThe property identification associated with the flow.
ConfigIdstringThe id of the config
RevisionstringThe revision of the config
NamestringThe friendly name of the config
TypestringThe type of the config
LastUpdated
(Unix timestamp)
unsigned integerThe time flow config was last updated (UTC)

400 - Error

For error codes and messages, please refer to the REST API Error Codes page.