Search service list
    • PDF

    Search service 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 an entire service list.

    GET https://aitems.apigw.ntruss.com/api/v1/services
    

    Request

    Request parameters

    Response

    Field nameTypeDescriptionRemarks
    services[].serviceIdStringService ID
    services[].nameStringService name
    services[].statusStringService status
    services[].createdDateStringService creation date
    services[].updatedDateStringLast update

    Response status

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

    Examples

    Request example

    GET /api/v1/services
    
    Host: aitems.apigw.ntruss.com
    accept: application/json
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    

    Response example

    {
      "services": [
        {
          "serviceId": "v5tmlhw3e5b",
          "name": "book-service",
          "status": "learnable",
          "createdDate": "2021-09-29T11:41:15.857",
          "updatedDate": "2021-10-28T12:24:22.563"
        },
        {
          "serviceId": "nko7izq3mbm",
          "name": "movie-service",
          "status": "learnable",
          "createdDate": "2021-09-29T11:36:50.217",
          "updatedDate": "2021-11-24T15:24:20.985"
        }
      ]
    }
    

    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.