Servicenowconnector v1

Version 1

Connector Overview: This page documents all 10 actions for the Servicenowconnector v1.

Api (7)

DELETE Delete an attachment

/api/now/attachment/{sys_id}

Delete an attachment

Parameters

Parameter Name

Description

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

Sys Id

(Required)

Response Type

N/A

GET Retrieve attachment content

/api/now/attachment/{sys_id}/file

Retrieve attachment content

Parameters

Parameter Name

Description

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

Sys Id

(Required)

Response Type

N/A

GET Retrieve attachment metadata

/api/now/attachment/{sys_id}

Retrieve attachment metadata

Parameters

Parameter Name

Description

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

Sys Id

(Required)

Response Type

N/A

GET Retrieve first attachment content by file name

/api/now/attachment/{table_sys_id}/{file_name}/file

Retrieve first attachment content by file name

Parameters

Parameter Name

Description

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

Table Sys Id

(Required)

File Name

(Required)

Response Type

N/A

GET Retrieve metadata for attachments

/api/now/attachment

Retrieve metadata for attachments

Parameters

Parameter Name

Description

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

Sysparm Query

N/A

Sysparm Offset

N/A

Sysparm Limit

N/A

Response Type

N/A

POST Upload an attachment from a binary request

/api/now/attachment/file

Upload an attachment from a binary request

Parameters

Parameter Name

Description

Content Type

N/A

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

Table Name

N/A

Table Sys Id

N/A

File Name

N/A

Response Type

N/A

Options (1)

Option Name

Description

File

N/A

POST Upload an attachment from a multipart form

/api/now/attachment/upload

Upload an attachment from a multipart form

Parameters

Parameter Name

Description

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

Response Type

N/A

Download

GET Download Asset

x-oneteg-downloader-path-with-authorization

Parameters

Parameter Name

Description

HTTP Method

N/A

Download Url

N/A

Asset Name

N/A

Try Count

N/A

Read Timeout (seconds)

N/A

Connection Timeout (seconds)

N/A

Load File Content As Output

This toggle enables you to load file content as the step output. Supported formats include JSON, XML, YML/YAML, CSV, TXT, and other text-based file types. Note that images, PDF files, and other binary formats cannot be loaded. Additionally, there is a file size limit for this feature; please check the logs for details.

Follow Redirects

Enable or disable following URL redirects. If it is enabled, it will follow the URL redirects.

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

General (2)

GET Get Record Details

/api/now/table/{tableName}/{recordId}

Get Record Details

Parameters

Parameter Name

Description

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

Tablename

N/A

Recordid

N/A

Response Type

N/A

PATCH Update Record

/api/now/table/{tableName}/{recordId}

Update Record

Parameters

Parameter Name

Description

Content Type

N/A

headers

N/A

headers.Header Key

N/A

headers.Header Value

N/A

Tablename

N/A

Recordid

N/A

Response Type

N/A