Search SystemNotifications

This endpoint lets you return a list of Space records or search for one or more Space records based on one or more parameters.

📘

Required roles

  • SystemNotification-List

Learn more about Spaces in our Knowledge Base.

🚧

A note about listings

Listings return the same data structure that single-record GET requests but, for performance reasons, may not have all properties populated. You should always use the "GET one" or "GET multiple" request types to fetch all properties of a record, specially if you plan to make updates to it.

Do not update a record based on the result you obtained from this request type.

Query Params
int32
Defaults to 1

The page of Space records to retrieve

int32
Defaults to 25

The number of Space records to include in each page

string

The property by which to sort the results

string

The direction in which Space records will be sorted

string

Filters Space records by Title.

string

Filters Space records by ShortDescription.

string

Filters Space records by Description.

string

Filters Space records by ResolutionDescription.

boolean

Filters Space records by Resolved.

boolean

Filters Space records by DisplayToAdmins.

string

Filters Space records by DisplayToSettingIntegrations.

string

Filters Space records by DisplayToSettingGeneral.

string

Filters Space records by DisplayToPortalVersion.

string

Filters Space records by ApprovedBy.

string

Filters Space records by UniqueId.

string

Filters Space records by SystemId.

string

Filters Space records by Severity.

date-time

Sets the minimun date/time value for StartTime.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the maximum date/time value for StartTime.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the minimun date/time value for PublishOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the maximum date/time value for PublishOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the minimun date/time value for UnPublishOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the maximum date/time value for UnPublishOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the minimun date/time value for ResolvedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the maximum date/time value for ResolvedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the minimun date/time value for ApprovedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the maximum date/time value for ApprovedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the minimun date/time value for UpdatedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the maximum date/time value for UpdatedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the minimun date/time value for CreatedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the maximum date/time value for CreatedOn.
Use YYYY-MM-DDTHH:mm format

Language
Credentials
OAuth2
Authenticate
Click Try It! to start a request and see the response here!