Viewing job grade
    • PDF

    Viewing job grade

    • PDF

    Article summary

    Available in Classic and VPC

    It is an API to view job grades of the Media Connect Center.

    Requests

    GET https://ncloudmcc.apigw.ntruss.co/ncloudmcc/v1/companies/{companyId}/job-grades/{externalKey}
    

    Request headers

    ItemRequiredDescription
    x-ncp-apigw-timestampYTime elapsed since January 1, 1970, 00:00:00 UTC in milliseconds. The request is considered invalid if the time difference from the API Gateway server is 5 minutes or longer
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-iam-access-keyYValue of access key ID issued from NAVER Cloud Platform portal
    x-ncp-iam-access-key:{Sub Account Access Key}
    x-ncp-apigw-signature-v2YSignature encrypted with the access key ID value and secret key
    x-ncp-apigw-signature-v2:{API Gateway Signature}
    x-ncp-region_codeNRegion code (KR)
    x-ncp-region_code:KR
    Content-TypeYSpecifies the request body content type as application/json
    Content-Type: application/json

    Request path parameters

    ParametersTypeSizeRequiredDescription
    companyIdString36YIntegration key (CompanyId)
    Developers > Basic settings > Integration key
    externalKeyString36YExternal key of job grade

    Request body parameters

    ParametersTypeSizeRequiredDescription

    Request examples

    GET /ncloudmcc/v1/companies/48128f23-e29b-496e-aa04-1f741fed86bc/job-grades/jg01 
    Host: ncloudmcc.apigw.ntruss.com
    x-ncp-apigw-signature-v2: pv21zbIj+DfOB01bMqRQP8704TegUQZIeXXxSDvyGpU=
    x-ncp-apigw-timestamp: 1700461922685
    x-ncp-iam-access-key: HrR0s91elfiXEeTSZcwj
    x-ncp-region_code: KR
    

    Responses

    Response body parameters

    ParametersTypeSizeRequiredDescription
    jobGrade.nameString100Job grade name
    jobGrade.i18nNamesMapMultilingual job grade name
    Map<Locale, String> i18nNames
    jobGrade.sortOrdNumber1Order of job grade to be exposed
    jobGrade.externalKeyString36External key of job grade

    Response examples

    HTTP/1.1 200 OK
    Connection: keep-alive
    Content-Type: application/json;charset=UTF-8
    Date: Mon, 20 Nov 2023 06:32:02 GMT
    Server: nginx
    x-ncp-apigw-response-origin: ENDPOINT
    x-ncp-trace-id: 30e1mc8sm8c9g3ed1k64s62dr3
    
    {
        "jobGrade":
        {
            "name":"Director",
            "i18nNames":
            {
                "ko_KR": "부장",
                "en_US": "Director"
            },
            "sortOrd":0,
            "externalKey":"jg01"
        }
    }
    

    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.