NowAPIEndpoint protocol - iOS

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • The NowAPIEndpoint protocol provides an interface for accessing any publicly exposed ServiceNow REST APIs.

    表 : 1. Requirements
    Name Type Description
    httpMethod String HTTP method that the associate endpoint implements, such as get, delete, post, put, and patch.
    relativePath String Path of the associated endpoint relative to the /api path.

    For example: /api/now/account

    requiresAuthentication Boolean Flag that indicates whether the endpoint requires authentication.

    Default: true