Find From Restrictions Columns
Execute a Find operation and return a page of results.
Column names and operator strings are defined elsewhere.
Values should be encoded using the CultureDataFormatter, so 10 is “[I:10]”. Default string encodings should be handled ok, but beware of non-invariant cultures leading to incorrect date and float parsing.
var restriction1 = new ArchiveRestrictionInfo(“category”, “equals”, “[I:10]”);
Headers
Convert string references and multi-language values into a specified language (iso2) code.
Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.
Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.
Specify the timezone code that you would like date/time responses converted to.
The application token that identifies the partner app. Used when calling Online WebAPI from a server.
Query Parameters
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, PageSize, PageNumber
FindFromRestrictionsColumns: 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 calculated by the system.Use the GetCriteriaInformation and GetDefaultDesiredColumns service methods to let the system calculate these values, if you want to use or modify them.
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.
Array of ColumnInfo column specifications
Array of archive list items, i.e., the service layer carrier for archive rows. These are the find results, represented as archive rows
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
Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.
Field property dictionary mapping field names to field access rights.
Related topics
Find From Restrictions Columns Order ByFind From Restrictions Columns Order By2SuperOffice.WebApi.Data.Find FindFromRestrictionsColumnsRequestNSFindAgentSuperOffice.WebApi.Data.Find FindFromRestrictionsColumnsOrderByRequestSuperOffice.WebApi.Data.Find FindFromRestrictionsColumnsOrderBy2Request