Punjab School Education Board, Punjab
  1. APIs
Punjab School Education Board, Punjab
  • APIs
    • Class VIII Marksheet
      POST
    • Class V Marksheet
      POST
    • Class XII Marksheet
      POST
    • Migration Certificate
      POST
    • Class X Marksheet
      POST
  1. APIs

Class VIII Marksheet

POST
/cemst/certificate
API to verify Class VIII Marksheet.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apisetu.gov.in/pseb/v3/cemst/certificate' \
--header 'Content-Type: application/json' \
--data-raw '{
    "certificateParameters": {
        "FullName": "Sunil Kumar",
        "UID": "123412341234",
        "rollno": "102012xxxx",
        "year": "2018,2019,2020"
    },
    "consentArtifact": {
        "consent": {
            "consentId": "ea9c43aa-7f5a-4bf3-a0be-e1caa24737ba",
            "data": {
                "id": "string"
            },
            "dataConsumer": {
                "id": "string"
            },
            "dataProvider": {
                "id": "string"
            },
            "permission": {
                "access": "string",
                "dateRange": {
                    "from": "2019-08-24T14:15:22Z",
                    "to": "2019-08-24T14:15:22Z"
                },
                "frequency": {
                    "repeats": 0,
                    "unit": "string",
                    "value": 0
                }
            },
            "purpose": {
                "description": "string"
            },
            "timestamp": "2019-08-24T14:15:22Z",
            "user": {
                "email": "string",
                "idNumber": "string",
                "idType": "string",
                "mobile": "string"
            }
        },
        "signature": {
            "signature": "string"
        }
    },
    "format": "pdf",
    "txnId": "f7f1469c-29b0-4325-9dfc-c567200a70f7"
}'
Response Response Example
200 - Example 1
{}

Request

Body Params application/json

Examples

Responses

🟢200The certificate data in response body in PDF, XML or JSON format as requested in format parameter.
application/json
Body

🟠400400
🟠401401
🟠404404
🔴500500
🔴502502
🔴503503
🔴504504
Modified at 2022-09-14 06:55:16
Next
Class V Marksheet
Built with