Get subject list
    • PDF

    Get subject list

    • PDF

    Article summary

    Get the subject list.

    API

    • GET /subjects

    Request

    Parameters

    ParameterRequiredTypeRestrictionsDescription
    searchColumnNStringsubjectId, subjectNrnSearch column (subjectId, subjectNrn)
    searchWordNStringSearch keyword
    pageNintDefault: 0Page number
    sizeNintDefault: 20Result list size

    Response

    Body

    {
      "pageNo": integer,
      "totalElements": integer,
      "pageSize": integer,
      "content": [
        {
          "subjectId": "string",
          "subjectNrn": "string",
          "x509Subject": "string",
          "enabled": boolean,
          "createTime": "string",
          "updateTime": "string",
          "lastSeenTime": "string"
        }
      ]
    }
    

    Response fields

    ItemTypeDescription
    pageNoIntegerPage number
    totalElementsintegerTotal number of items
    pageSizeintegerPage size
    content.subjectIdstringsubject ID
    content.subjectNrnstringsubject NRN
    content.x509SubjectstringCertificate's X.509 subject identifier
    content.enabledbooleansubject activation status
    content.createTimestringCreation time
    content.updateTimestringModification time
    content.lastSeenTimestringLast usage time

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.