π
π
π
π
Getint.io
Searchβ¦
Welcome to getint.io (about us)
Getting started with the platform
Getint.io dashboard
Integration/Synchronization
Azure DevOps Asana integration
Jira GitLab integration
Jira Freshdesk integration
Jira ServiceNow integration
ServiceNow user creation
REST Api requests list
Jira Monday integration
Jira Asana integration
Jira Azure DevOps integration
Jira Jira integration
Jira Zendesk integration
Migration
Integration Configuration
Apps (Connectors)
Reporting
Troubleshooting
Getint.io Platform
Licensing and payments
Architecture
Deployment modes (Cloud/Server/Data Center)
On-Premise deployment
Security and compliance
Security FAQ
How do I extend the trial of getint.io?
Battlecards (getint.io vs competitors)
Use cases
Platform releases
Roadmap / Plans 2021
Support
Technical FAQ
Legal/SLA
Terms of use/EULA
SLA
Free migration from ConnectAll, Backbone, Exalate, Unito, Workato, TFS4JIRA and other tools
Anything missing? Getint.io is feedback driven
Powered By
GitBook
REST Api requests list
Below you can find a list of endpoints which will be called by the getint.io during integration configuration and data synchronization.
During integration configuration
β
/api/now/table/sys_db_object?sysparm_query=sys_name%3DTask
- finding task table details
/api/now/table/sys_db_object?sysparm_query=super_class%3De3f033c4c923101091f9f06464832716
- finding tables extending task
/now/table/sys_db_object/fa257b04c927101091f9f06464832798
- table meta data
/now/table/sys_db_object/e3f033c4c923101091f9f06464832716
- table meta data
/api/now/v2/table/sys_choice?name=task&element=assignment_group
- fetching e.g. groups for assignment group field
/api/now/v2/table/sys_user_group?sysparm_fields=sys_id,name
- fetching user groups
/api/now/v2/table/sys_user?sysparm_fields=sys_id,name
- fetching users who can be assigned
/api/now/v2/table/sys_choice?name=incident&element=state
- fetching options for state field
/api/now/table/sys_dictionary?sysparm_query=name=incident
- fetching fields from incident table
/api/now/table/sys_dictionary?sysparm_query=name=task
- fetching fields for task table
During synchronization
/api/now/v2/table/incident?sysparm_fields=sys_id,sys_updated_on&sysparm_limit=50&sysparm_offset=0&sysparm_query=%5Esys_updated_on%3E%3D2021-03-24+14%3A15%3A03null
- fetching incidents
/api/now/v2/table/incident
- creating incidents
/api/now/v2/table/incident?sysparm_query=sys_id%3D680e615edb83a010a1db5385ca9619e3
- fetching incident by sys id
/api/now/v2/table/incident/680e615edb83a010a1db5385ca9619e3
- update incident fileds, write comments
/api/now/v2/table/sys_journal_field?sysparm_limit=100&element_id=680e615edb83a010a1db5385ca9619e3
- fetching comments for incident
/api/now/attachment
- fetching attachments by sys id
/api/now/attachment/upload
- upload attachments
β
Previous
ServiceNow user creation
Next
Jira Monday integration
Last modified
9mo ago
Copy link
Contents
During integration configuration
During synchronization