Skip to main content
Version: v2.0

Explore documents

Search documents and folders with filters, sorting, and pagination.

HTTP request

GET /api/now/v1/documents/explore

Path parameters

None.

Query parameters

NameDescription
pageOptional — set via the verb's QueryParameters type.
limitOptional — set via the verb's QueryParameters type.
queryOptional — set via the verb's QueryParameters type.
table_nameOptional — set via the verb's QueryParameters type.
folder_sys_idOptional — set via the verb's QueryParameters type.
record_sys_idOptional — set via the verb's QueryParameters type.

Request body

Don't supply a request body for this method.

Response

A collection envelope of Document.

Example

response, err := client.Now().Documents().Explore().Get(ctx, nil)
if err != nil {
log.Fatal(err)
}
Was this page helpful?