Policies
List furnishing policies in a network.
List furnishing policies visible within a network scope.
Results are paginated with limit (1-100, default 20) and
offset (>=0, default 0).
Parameters
network_id : UUID.
Network scope for the listing.
limit : int.
Maximum number of results. Defaults to 20.
offset : int.
Number of results to skip. Defaults to 0.
Returns
results : list[FurnishingPolicyResult].
Page of matching furnishing policies.
Examples
GET /networks/policies/furnishing?network_id=...&limit=10
GET
List furnishing policies in a network.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Network scope for the listing.
Maximum number of results.
Required range:
1 <= x <= 100Number of results to skip.
Required range:
x >= 0Response
Successful Response
List furnishing policies in a network.