Developers
  • Certificates GET /certificates
  • Courses GET /courses
  • Experts GET /experts
  • Roles GET /roles
  • Situations GET /situations
  • Topics GET /topics
  • Webinars GET /webinars GET /webinars/series

GET /certificates

Gets all certificate programs

Request

URI Parameters

none

Body Parameters

none

Example

curl https://api.fedpubseminars.com/v1/certificates

Response

Collection of Certificate

NameType
certificateId integer
title string
description string
fee decimal number
imageUrl string
levels Collection of Level

Example

[
  {
    "certificateId": 1,
    "title": "sample string 2",
    "description": "sample string 3",
    "fee": 4.1,
    "imageUrl": "sample string 5",
    "levels": [
      {
        "id": 1,
        "type": 1,
        "selection": 1,
        "optionsMin": 2,
        "coursesMin": 3,
        "options": [
          {
            "optionId": 1,
            "num": 1,
            "coursesMin": 2,
            "coursesTotal": 3,
            "coursesOperator": "sample string 4"
          },
          {
            "optionId": 1,
            "num": 1,
            "coursesMin": 2,
            "coursesTotal": 3,
            "coursesOperator": "sample string 4"
          }
        ],
        "tracks": [
          {
            "trackId": 1,
            "name": "sample string 2",
            "displayOrder": 3
          },
          {
            "trackId": 1,
            "name": "sample string 2",
            "displayOrder": 3
          }
        ],
        "courses": [
          {
            "courseId": 1,
            "optionId": 1,
            "trackId": 1
          },
          {
            "courseId": 1,
            "optionId": 1,
            "trackId": 1
          }
        ]
      },
      {
        "id": 1,
        "type": 1,
        "selection": 1,
        "optionsMin": 2,
        "coursesMin": 3,
        "options": [
          {
            "optionId": 1,
            "num": 1,
            "coursesMin": 2,
            "coursesTotal": 3,
            "coursesOperator": "sample string 4"
          },
          {
            "optionId": 1,
            "num": 1,
            "coursesMin": 2,
            "coursesTotal": 3,
            "coursesOperator": "sample string 4"
          }
        ],
        "tracks": [
          {
            "trackId": 1,
            "name": "sample string 2",
            "displayOrder": 3
          },
          {
            "trackId": 1,
            "name": "sample string 2",
            "displayOrder": 3
          }
        ],
        "courses": [
          {
            "courseId": 1,
            "optionId": 1,
            "trackId": 1
          },
          {
            "courseId": 1,
            "optionId": 1,
            "trackId": 1
          }
        ]
      }
    ]
  },
  {
    "certificateId": 1,
    "title": "sample string 2",
    "description": "sample string 3",
    "fee": 4.1,
    "imageUrl": "sample string 5",
    "levels": [
      {
        "id": 1,
        "type": 1,
        "selection": 1,
        "optionsMin": 2,
        "coursesMin": 3,
        "options": [
          {
            "optionId": 1,
            "num": 1,
            "coursesMin": 2,
            "coursesTotal": 3,
            "coursesOperator": "sample string 4"
          },
          {
            "optionId": 1,
            "num": 1,
            "coursesMin": 2,
            "coursesTotal": 3,
            "coursesOperator": "sample string 4"
          }
        ],
        "tracks": [
          {
            "trackId": 1,
            "name": "sample string 2",
            "displayOrder": 3
          },
          {
            "trackId": 1,
            "name": "sample string 2",
            "displayOrder": 3
          }
        ],
        "courses": [
          {
            "courseId": 1,
            "optionId": 1,
            "trackId": 1
          },
          {
            "courseId": 1,
            "optionId": 1,
            "trackId": 1
          }
        ]
      },
      {
        "id": 1,
        "type": 1,
        "selection": 1,
        "optionsMin": 2,
        "coursesMin": 3,
        "options": [
          {
            "optionId": 1,
            "num": 1,
            "coursesMin": 2,
            "coursesTotal": 3,
            "coursesOperator": "sample string 4"
          },
          {
            "optionId": 1,
            "num": 1,
            "coursesMin": 2,
            "coursesTotal": 3,
            "coursesOperator": "sample string 4"
          }
        ],
        "tracks": [
          {
            "trackId": 1,
            "name": "sample string 2",
            "displayOrder": 3
          },
          {
            "trackId": 1,
            "name": "sample string 2",
            "displayOrder": 3
          }
        ],
        "courses": [
          {
            "courseId": 1,
            "optionId": 1,
            "trackId": 1
          },
          {
            "courseId": 1,
            "optionId": 1,
            "trackId": 1
          }
        ]
      }
    ]
  }
]
  • © 2025 Federal Publications Seminars
  • fedpubseminars.com