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