REST API requests list

Below, you can find a list of endpoints that http://getint.io will call during integration configuration and data synchronization.

During integration configuration

Comment

/api/now/table/sys_db_object?sysparm_query=sys_name%3DTask - finding task table details

Comment

/api/now/table/sys_db_object?sysparm_query=super_class%3De3f033c4c923101091f9f06464832716 - finding tables extending task

Comment

/now/table/sys_db_object/fa257b04c927101091f9f06464832798 - table meta data

Comment

/now/table/sys_db_object/e3f033c4c923101091f9f06464832716 - table meta data

Comment

/api/now/v2/table/sys_choice?name=task&element=assignment_group - fetching e.g. groups for assignment group field

Comment

/api/now/v2/table/sys_user_group?sysparm_fields=sys_id,name - fetching user groups

Comment

/api/now/v2/table/sys_user?sysparm_fields=sys_id,name - fetching users who can be assigned

Comment

/api/now/v2/table/sys_choice?name=incident&element=state - fetching options for state field

Comment

/api/now/table/sys_dictionary?sysparm_query=name=incident - fetching fields from incident table

Comment

/api/now/table/sys_dictionary?sysparm_query=name=task - fetching fields for task table

Comment

During synchronization

Comment

/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

Comment

/api/now/v2/table/incident - creating incidents

Comment

/api/now/v2/table/incident?sysparm_query=sys_id%3D680e615edb83a010a1db5385ca9619e3 - fetching incident by sys id

Comment

/api/now/v2/table/incident/680e615edb83a010a1db5385ca9619e3 - update incident fields, write comments

Comment

/api/now/v2/table/sys_journal_field?sysparm_limit=100&element_id=680e615edb83a010a1db5385ca9619e3 - fetching comments for incident

Comment

/api/now/attachment - fetching attachments by sys id

Comment

/api/now/attachment/upload - upload attachments

Last updated