Skip to main content
Get Archive List By Columns With Header With Context

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

ProviderName, Columns, SortOrder, Restriction, Entities, Page, PageSize, Options, Context

GetArchiveListByColumnsWithHeaderWithContext: Get a page of results for an archive list, with context parameter, explicitly specifying the restrictions, orderby and chosen columns; as well as a name/value string formatted set of options. The return value includes a header that has various extra information, in addition to the actual rows.

ProviderName
string
Columns
string[]
SortOrder
object[]
Restriction
object[]
Entities
string[]
Page
integer<int32>
PageSize
integer<int32>
Options
string
Context
string

Response

OK

Header/Detail variant of archive result, with a Row Count plus the actual rows. Future extensions may include other header data on the same level as the RowCount Carrier object for ArchiveListResult. Services for the ArchiveListResult Carrier is available from the Archive Agent.

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

Rows
object[]

The actual rows, according to the paging info, of the result. See RowCount for a paging-independent count estimate

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.