Skip to main content

Levels List

This section covers the endpoints for retrieving coach levels information.

Available Endpoints

List Levels

Get a list of all available coach levels.

Endpoint

  • Method: GET
  • URL: /v1/coach/levels

Request Headers

HeaderValueRequired
Content-Typeapplication/jsonYes
Acceptapplication/jsonYes

Success Response

{
"success": true,
"message": "تم جلب البيانات بنجاح",
"data": [
{
"id": "uuid",
"name": "السعر الالماسي",
}
],
"statusCode": 200
}

Overview

Level Information

Each level entry includes:

  • Unique identifier
  • Level name
  • Level description
  • Active status
  • Priority for sorting
  • Creation and update timestamps

Important Notes

  • Levels are sorted by priority
  • Only active levels are returned
  • Levels indicate coach experience and expertise
  • Level data is cached for better performance
  • Levels are used to classify coaches