Skip to content

GET   /api/applications/{applicationId}/maverick-notes

Get Maverick application notes

Fetches notes from the Maverick boarding application associated with this application. The application must have been submitted to Maverick (has a maverickApplicationId).

Requires readApplications permission.

Required Parameters

x-account-id   header string

Account ID for the request

applicationId   path string

The unique ID of the application

Try it out

Loading...

Output:

Responses

Description

Notes retrieved successfully

{
"notes": [
{
"id": 0,
"note": "string",
"createdOn": "string",
"creator": {
"id": 0
}
}
],
"_meta": {}
}

References

#/components/parameters/xAccountIdHeader

in: header
name: x-account-id
schema:
type: string
description: Account ID for the request
required: true
example: "2311"

Or the swagger.yaml spec this documentation was generated from: /applications/[applicationId]/maverick-notes/swagger.yaml