fuel-pump-inventories-gas-stations-get-many¶
Source¶
Repository:
jef-systems/jef-fuel-pump-inventories-backendSource Run ID:
24966853525Source SHA:
1159f01c85f4a6aefdd03618419a726c3fc9edbbModule:
fuel-pump-inventoriesDocumentation Scope:
getLambda:
jef-fuel-pump-inventories-get-2
Endpoint¶
API Name:
jef-fuel-pump-inventoriesAction Name:
getMethod:
GETScope Label:
GETResource Path:
/fuel-pump-inventories-gas-stations-get-manyComplete Endpoint:
https://zgmzv02c7f.execute-api.ap-southeast-1.amazonaws.com/prod/fuel-pump-inventories-gas-stations-get-manyLambda ARN:
arn:aws:lambda:ap-southeast-1:246715082475:function:jef-fuel-pump-inventories-get-2curl payload mode:
none
API Gateway Description¶
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¶
[]
Response¶
{
"exists": "boolean",
"message": "string",
"items": "[{\"entity_number\":\"string\",\"station_name\":\"string\",\"address\":\"string\"}]"
}
CMD curl¶
curl "https://zgmzv02c7f.execute-api.ap-southeast-1.amazonaws.com/prod/fuel-pump-inventories-gas-stations-get-many"
PowerShell curl¶
curl.exe "https://zgmzv02c7f.execute-api.ap-southeast-1.amazonaws.com/prod/fuel-pump-inventories-gas-stations-get-many"