Fetch (Section)#

Path: /facilities/data-sources/data-source/json/buckets/fetch

Configuration used to fetch attributes from the bucket.

Parameters#

NameTypeRequiredDefaultDescription
methodenumeration (get, post, put, delete)optionalgetThe HTTP method to use in the requests.
urlstringoptional/buckets?subject=:subject&purpose=:purposeThe template for the URL to used in the requests. It may contain path and query, and should use the :subject, :purpose and optionally :tenantId placeholders.

Was this helpful?