Sign in

List assets for asset type

documented

Return all assets belonging to a specific asset type, including coordinates and custom fields.

GET /asset-types/{type_id}/assetsAssetsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$base_url}}/asset-types/{{$type_id}}/assets?page={{$page}}&limit={{$limit}}&query={{$query}}" \
  -X GET \
  -H "Authorization: Bearer {{FORMITIZE_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List assets for asset type · formitize · OpenIntegrations