{
  "info": {
    "_postman_id": "user-content-categories-collection-001",
    "name": "BuddyMentor - User Content Categories APIs",
    "description": "Collection for User Content Categories APIs - Get individual content category details",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Get Pep Talk by ID",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{token}}"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/users/pep-talks/PT_DEMO_001",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "users",
            "pep-talks",
            "PT_DEMO_001"
          ]
        },
        "description": "Get a user-friendly Pep Talk content details by its ID (excludes admin and role details)"
      },
      "response": []
    },
    {
      "name": "Get Core Topic by ID",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{token}}"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/users/core-topics/CP_DEMO_001",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "users",
            "core-topics",
            "CP_DEMO_001"
          ]
        },
        "description": "Get a user-friendly Core Topic content details by its ID (excludes admin and role details)"
      },
      "response": []
    },
    {
      "name": "Get Standards & Practices by ID",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{token}}"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/users/standards-practices/SP_DEMO_001",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "users",
            "standards-practices",
            "SP_DEMO_001"
          ]
        },
        "description": "Get user-friendly Standards & Practices content details by its ID (excludes admin and role details)"
      },
      "response": []
    },
    {
      "name": "Get Lessons Learned by ID",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{token}}"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/users/lessons-learned/LL_DEMO_001",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "users",
            "lessons-learned",
            "LL_DEMO_001"
          ]
        },
        "description": "Get user-friendly Lessons Learned content details by its ID (excludes admin and role details)"
      },
      "response": []
    },
    {
      "name": "Get Science & Math by ID",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{token}}"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/users/science-math/SM_DEMO_001",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "users",
            "science-math",
            "SM_DEMO_001"
          ]
        },
        "description": "Get user-friendly Science & Math content details by its ID (excludes admin and role details)"
      },
      "response": []
    },
    {
      "name": "Get Drill by ID",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{token}}"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/users/drills/DC_DEMO_001",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "users",
            "drills",
            "DC_DEMO_001"
          ]
        },
        "description": "Get user-friendly Drill content details by its ID (excludes admin and role details)"
      },
      "response": []
    },
    {
      "name": "Get Curiosity Seeker by ID",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{token}}"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/users/curiosity-seekers/CS_DEMO_001",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "users",
            "curiosity-seekers",
            "CS_DEMO_001"
          ]
        },
        "description": "Get user-friendly Curiosity Seeker content details by its ID (excludes admin and role details)"
      },
      "response": []
    },
    {
      "name": "Get Tech Diary by ID",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{token}}"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/users/tech-diaries/TD_DEMO_001",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "users",
            "tech-diaries",
            "TD_DEMO_001"
          ]
        },
        "description": "Get user-friendly Tech Diary content details by its ID (excludes admin and role details)"
      },
      "response": []
    }
  ]
}
