Skip to main content
Find From Restrictions Columns Order By

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

Restrictions, ProviderName, DesiredColumns, OrderBy, PageSize, PageNumber

FindFromRestrictionsColumnsOrderBy: Execute a Find operation and return a page of results. The criteria for the Find are passed in directly, not fetched by a restriction storage provider. The desired columns of the result set are also passed in directly.The orderby information is also passed in directly.Use the GetCriteriaInformation, GetDefaultDesiredColumns and GetDefaultOrderBy service methods to let the system calculate these values, if you want to use or modify them.

Restrictions
object[]
ProviderName
string
DesiredColumns
string[]
OrderBy
object[]
PageSize
integer<int32>
PageNumber
integer<int32>

Response

OK

Result carrier for the Find operation. It contains a set of column specifications, and a set of row, where each row contains the columns. The row set is the result of carrying out some search operation. Carrier object for FindResults. Services for the FindResults Carrier is available from the Find Agent.

ArchiveColumns
object[]

Array of ColumnInfo column specifications

ArchiveRows
object[]

Array of archive list items, i.e., the service layer carrier for archive rows. These are the find results, represented as archive rows

RowCount
integer<int32>

Count of rows, independent of paging. If you order up page 1 with page size 50, the row count may still be 279, that being the number of rows that would have been returned in a paging-off situation

TableRight
object

Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.

FieldProperties
object

Field property dictionary mapping field names to field access rights.