one-desktop-applications-get-many

Source

  • Repository: jef-systems/jef-one-backend

  • Source Run ID: 25256246879

  • Source SHA: 944e655286e0c87c6e611453ffc46df43159a83d

  • Module: one

  • Documentation Scope: get

  • Lambda: jef-one-get-2

Endpoint

  • API Name: jef-one

  • Action Name: get

  • Method: GET

  • Scope Label: GET

  • Resource Path: /one-desktop-applications-get-many

  • Complete Endpoint: https://mfr670zvsh.execute-api.ap-southeast-1.amazonaws.com/prod/one-desktop-applications-get-many

  • Lambda ARN: arn:aws:lambda:ap-southeast-1:246715082475:function:jef-one-get-2

  • curl payload mode: none

API Gateway Description

Function: jef-one-get-2
API Name: jef-one
Action: get
Method: GET
Resource Path: /one-desktop-applications-get-many

Table:
- table: jef-one-desktop-applications
- operation: get-many

Response Schema:
- exists: boolean
- message: string
- items: [{"app_number":"string","app_name":"string","desktop_app_id":"string","platform":"string","is_active":"boolean","allowed_module_numbers":"string","created_at":"string","updated_at":"string"}]

Request Payload

[]

Response

{
  "exists": "boolean",
  "message": "string",
  "items": "[{\"app_number\":\"string\",\"app_name\":\"string\",\"desktop_app_id\":\"string\",\"platform\":\"string\",\"is_active\":\"boolean\",\"allowed_module_numbers\":\"string\",\"created_at\":\"string\",\"updated_at\":\"string\"}]"
}

CMD curl

curl "https://mfr670zvsh.execute-api.ap-southeast-1.amazonaws.com/prod/one-desktop-applications-get-many"

PowerShell curl

curl.exe "https://mfr670zvsh.execute-api.ap-southeast-1.amazonaws.com/prod/one-desktop-applications-get-many"