List Functions

GET /groups/{groupId}/apps/{appId}/functions

List Functions.

Path parameters

Responses

  • 200 application/json

    Successfully listed.

    Hide response attributes Show response attributes object
    • _id string
    • name string
    • last_modified number
GET /groups/{groupId}/apps/{appId}/functions
curl \
 --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/functions' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "_id": "string",
    "name": "string",
    "last_modified": 42.0
  }
]