Searching update list
    • PDF

    Searching update list

    • PDF

    Article summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Search the update information.

    GET https://aitems.apigw.ntruss.com/api/v1/services/{serviceId}/updates
    

    Requests

    Request parameters

    ParametersRequirement statusTypeRestrictionsDescription
    serviceIdYesStringService ID created
    trainVersionYesStringLearning version
    typeYesStringSelect among personalRecommend, relatedItem, and popLearning type

    Responses

    FieldTypeDescriptionNote
    updates[].updateVersionStringUpdate version
    updates[].statusStringUpdate status
    updates[].typeStringLearning type
    updates[].createdDateStringUpdate request time
    updates[].finishedDateStringUpdate completion time
    updates[].updateResultStringNumber of update results

    Response status

    HTTP StatusDesc
    200OK (Successfully searched)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    Examples

    Request examples

    GET /api/v1/services/49qkb0fbnar/updates?type=pop&trainVersion=9fn93e2nsd2
    
    Host: aitems.apigw.ntruss.com
    
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    

    Response examples

    {
      "updates": [
        {
          "updateVersion": "1",
          "status": "updating",
          "type": "personalRecommend",
          "createdDate": "2022-12-13T06:37:34.720Z",
          "finishedDate": "2022-12-13T06:37:34.720Z",
          "updateResult": {
            "inputUsersCnt": 0,
            "inputItemsCnt": 0,
            "inputRowsCnt": 0,
            "updatedItemsCnt": 0,
            "updatedUsersCnt": 0
          }
        }
      ]
    }
    

    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.