.. AUTO-GENERATED FILE. DO NOT EDIT. fuel-pump-inventories-gas-stations-get-many =========================================== Source ------ - Repository: ``jef-systems/jef-fuel-pump-inventories-backend`` - Source Run ID: ``24966853525`` - Source SHA: ``1159f01c85f4a6aefdd03618419a726c3fc9edbb`` - Module: ``fuel-pump-inventories`` - Documentation Scope: ``get`` - Lambda: ``jef-fuel-pump-inventories-get-2`` Endpoint -------- - API Name: ``jef-fuel-pump-inventories`` - Action Name: ``get`` - Method: ``GET`` - Scope Label: ``GET`` - Resource Path: ``/fuel-pump-inventories-gas-stations-get-many`` - Complete Endpoint: ``https://zgmzv02c7f.execute-api.ap-southeast-1.amazonaws.com/prod/fuel-pump-inventories-gas-stations-get-many`` - Lambda ARN: ``arn:aws:lambda:ap-southeast-1:246715082475:function:jef-fuel-pump-inventories-get-2`` - curl payload mode: ``none`` API Gateway Description ----------------------- .. code-block:: text Function: jef-fuel-pump-inventories-get-2 API Name: jef-fuel-pump-inventories Action: get Method: GET Resource Path: /fuel-pump-inventories-gas-stations-get-many Table: - table: jef-fuel-pump-inventories-gas-stations Response Schema: - exists: boolean - message: string - items: [{"entity_number":"string","station_name":"string","address":"string"}] Request Payload --------------- .. code-block:: json [] Response -------- .. code-block:: json { "exists": "boolean", "message": "string", "items": "[{\"entity_number\":\"string\",\"station_name\":\"string\",\"address\":\"string\"}]" } CMD curl -------- .. code-block:: text curl "https://zgmzv02c7f.execute-api.ap-southeast-1.amazonaws.com/prod/fuel-pump-inventories-gas-stations-get-many" PowerShell curl --------------- .. code-block:: text curl.exe "https://zgmzv02c7f.execute-api.ap-southeast-1.amazonaws.com/prod/fuel-pump-inventories-gas-stations-get-many"