---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# ServiceNow Fluent API reference

# ServiceNow Fluent API reference {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Use ServiceNow Fluent APIs to define the metadata that makes up scoped applications in source code with the ServiceNow IDE or ServiceNow SDK.
The ServiceNow Fluent API reference includes details about the APIs and examples. For additional examples of the ServiceNow Fluent APIs in use, see the [ServiceNow SDK examples](https://github.com/ServiceNow/sdk-examples) GitHub repository.
* **[ServiceNow Fluent language constructs](https://servicenow-prod.fluidtopics.net/b1y7cW0gok5uzbNJ5JcSTw)**   
  ServiceNow Fluent language constructs provide additional functionality for development in source code with ServiceNow Fluent APIs.
* **[Access Control List API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/k_iAKDIdhdjzUrjSTUdU0w#acl-api-now-ts)**   
  The Access Control List API defines access control lists \[sys_security_acl\] that secure parts of an application.
* **[Application Menu API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/YU~TxlEVIkBeQaz7u8qBew#app-menu-api-now-ts)**   
  The Application Menu API defines menus in the application navigator \[sys_app_application\].
* **[Automated Test Framework Test API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/h1Ou1ImkbnNrfMnV9LVmVw#atf-test-now-ts)**   
  The Automated Test Framework Test API defines automated tests \[sys_atf_test\] that you can run to confirm that your instance works after making a change.
* **[Business Rule API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/alLFlCNE2KfGdkvyfeJk~g#business-rule-api-now-ts)**   
  The Business Rule API defines server-sides scripts \[sys_script\] that run when a record is displayed, inserted, updated, or deleted, or when a table is queried.
* **[Client Script API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/eZeoWsJME0vkTHC4BusWrQ#client-script-api-now-ts)**   
  The Client Script API defines client-side scripts \[sys_script_client\] that run JavaScript on the client (web browser) when client-based events occur, such as when a form loads, after form submission, or when a field changes value.
* **[Cross-Scope Privilege API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/DsNrkvjHSJdTDNNHQHdZ1A#cs-privileges-api-now-ts)**   
  The Cross-Scope Privilege API defines cross-scope privileges \[sys_scope_privilege\] for runtime access tracking.
* **[Dashboard API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/iElEm17uzIIeByDYaLSo9A#fluent-dashboard-api)**   
  The Dashboard API defines dashboards \[par_dashboard\] for organizing and sharing data visually.
* **[Email Notification API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/TOE5DhmIspiM4x1N24dvRw#fluent-email-notification-api)**   
  The Email Notification API defines notifications \[sysevent_email_action\] that send automated emails based on database operations, custom events, or manual triggers.
* **[Flow API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/epOmm1j14UyFZqMbokEkhA#fluent-flow-api)**   
  The Flow API defines flows and subflows \[sys_hub_flow\], which automate business processes with reusable multiple-step components.
* **[Form API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/ABI_maFku5vrtG71KtiKkw#fluent-form-api)**   
  The Form API defines forms \[sys_ui_form\] that display information for records in the classic environment.
* **[Import Sets API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/d~F8gzgj~DkfAivXI3bLGg#fluent-import-sets-api)**   
  The Import Sets API defines transform maps \[sys_transform_map\] that specify how to transform and map data from the import set staging table to target tables.
* **[List API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/KnopMPWoa4_TykgKAp_zAQ#list-api-now-ts)**   
  The List API defines list views \[sys_ui_list\] for tables.
* **[Property API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/XHSMf55bznykH4A76D27Bg#property-api-now-ts)**   
  The Property API defines system properties \[sys_properties\] that control instance behavior.
* **[Record API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/ZgSD9CwRLbWqLhdTkFJpZA#record-api-now-ts)**   
  The Record API defines records in any table. Use the Record API to define application metadata that doesn't have a dedicated ServiceNow Fluent API.
* **[Role API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/m41jSxLL4sPO3X7b_ek1BQ#role-api-now-ts)**   
  The Role API defines roles \[sys_user_role\] that grant specific permissions to users of an application.
* **[Scheduled Script API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/UrRFzUFPQ4gFd2IVBB3_~Q#fluent-scheduled-script-api)**   
  The Scheduled Script API defines scheduled script executions \[sysauto_script\] that run at a specific time or on a recurring basis. Scheduled script executions are also referred to as scheduled jobs.
* **[Script Action API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/MBMI9oICzixBOWvQKZWfvA#fluent-script-action-api)**   
  The Script Action API defines script actions \[sysevent_script_action\] that run when an event occurs.
* **[Script Include API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/fsjefwbZLRtfOW6NRgSZWA#fluent-script-include-api)**   
  The Script Include API defines script includes \[sys_script_include\] that store JavaScript functions and classes for use by server-side scripts.
* **[Scripted REST API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/v4~3UawP9OdWnxU~h8PCAg#scripted-rest-api-api-now-ts)**   
  The Scripted REST API defines the endpoints, query parameters, and headers for a scripted REST service \[sys_ws_definition\].
* **[Service Catalog API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/NzKdsvrOl4YsraMA3FhRnQ#fluent-service-catalog-api)**   
  The Service Catalog API defines catalog items \[sc_cat_item\] and related aspects of service catalogs, including categories, record producers, variables, catalog client scripts, catalog UI policies, and variable sets.
* **[Service Level Agreement API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/3YHwD_79cWnkhrB015Qgzw#fluent-sla-api)**   
  The Service Level Agreement API defines service level agreements \[contract_sla\] that set the amount of time for a task to reach a specified condition, ensuring that tasks are resolved according to the service levels agreed between a service provider and customer.
* **[Service Portal API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/T7V85tsQnFtZFitjUbZgOw#fluent-service-portal-api)**   
  The Service Portal API defines custom widgets \[sp_widget\] for portal pages.
* **[Table API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/gA9bvW9UJg_DACsQbJgZhA#table-api-now-ts)**   
  The Table API defines tables \[sys_db_object\] to store data in an application.
* **[UI Action API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/EpJah2UP~XURW~uaGMdi2A#fluent-ui-action-api)**   
  The UI Action API defines custom user interface (UI) actions \[sys_ui_action\], such as buttons, links, and context menu items on forms and lists.
* **[UI Page API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/~RKDEUqZ5PhK97jHljprHA#fluent-ui-page-api)**   
  The UI Page API defines custom user interface (UI) pages \[sys_ui_page\] that display forms, dialogs, lists, and other UI components.
* **[UI Policy API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/i9yQjf8_xpjvJyC2qCZrbg#fluent-ui-policy-api)**   
  The UI Policy API defines user interface (UI) policies \[sys_ui_policy\] that dynamically change the behavior of information on a form and control custom process flows for tasks.
* **[Workspace API - ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/so9VwOOsxlzVdnKOsZZybQ#fluent-workspace-api)**   
  The Workspace API defines configurable workspace experiences for organizing and sharing data visually.

**Conceitos relacionados**   

* [ServiceNow Fluent](https://servicenow-prod.fluidtopics.net/pP6OxbNArnr2tlBRkmrTfw "Define application metadata in source code using the ServiceNow Fluent domain-specific programming language.")

