HomeGuidesAPI Reference
CommunityWebsiteDocumentationExchangeSupportDeveloper
API Reference

Get ServiceNow Integration Objects

This endpoint retrieves a list of exposed objects for a specific ServiceNow integration.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Morpheus ID of the Object being referenced

Query Params
int64
Defaults to 25

Maximum number of records to return

int64
Defaults to 0

Offset records, the number of records to skip, for paginating requests

string
Defaults to name

Sort order, the name of the property to sort by

string
enum
Defaults to asc

Sort direction, use 'desc' to reverse sort

Allowed:
string

Search phrase for partial matches on name or description

string

Filter by name

string
enum

The type of data being stored, string or object. The data type depends on the cypher mount being used. Most mounts use string as their data type, but secret uses object by default.
You can store a string instead by passing type=string. This means the data value returned by the API will be a string instead of an object.

Allowed:
int64

If specified will return an exact match on refId

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json