1. Home
  2. Docs
  3. Mavryx API Reference
  4. Objects
  5. Application

Application

The object represents the application details

Filed nameJSON TypeTypeRelatedDescription
uuidstringMavryx/Types/UuidMavryx/ApplicationObject identifier
typestringMavryx/Types/StringObject type
created_timeintegerMavryx/Types/DateTimeDate when application was created
updated_timeintegerMavryx/Types/DateTimeDate when application was updated
deleted_timeintegerMavryx/Types/DateTimeDate when application was deleted
owner_organisation_uuidstringMavryx/Types/UuidMavryx/OrganisationOrganisation owner
owner_account_uuidstringMavryx/Types/UuidMavryx/AccountUser account owner
namestringMavryx/Types/StringName of application

Example response

{
  "header": {
    "version": 20240101,
    "endpoint": "/application/me",
    "referer": "https://swagger-dev.mavryx.software",
    "raycast": "f497a0f6a09509ab91117b2d9ce3607c",
    "request_id": "bf7aed5f7dd7bcd8387efb56f3eb5f2e",
    "response_id": "e7c2e343eea707b7cb77b657426f602f",
    "status": 200,
    "message": "OK"
  },
  "response": {
    "type": "item",
    "item": {
      "uuid": "005e9979-c38b-49bf-b6f8-3adbcd2fb10e",
      "type": "Mavryx/Application",
      "created_time": 1712329337,
      "updated_time": null,
      "deleted_time": null,
      "owner_organisation_uuid": "",
      "owner_account_uuid": "f5a033f9-3ba2-4a48-9db2-5bc91e1d58c5",
      "name": "Mavryx"
    }
  }
}
Was this article helpful to you? No Yes

How can we help?