Get Archive_ G E T
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.
Path Parameters
Archive Provider name: FindContact, Person, Product, etc. Call with blank name to get a list of names.
Query Parameters
Comma separated list of column names to return. "nameDepartment,fullname,category". Can also use aggregation functions and modifiers: "Count(category):Footer"
Expression to restrict the results. e.g.: "name begins 'foo' and category gt 1".
Comma separated list of column names to sort by, with optional direction. "name asc,fullname,category desc"
Comma separated list of entity names to use. Default = "", which means all entities. "contact, person"
Number of rows to return in results.
Number of rows to skip before returning results.
FULL (with raw values and hints for each value) or SLIM (just the display values)
Slim, Wide, Full Provider specific options. e.g: "GrandTotal=true"
Provider specific context parameter. Usually blank.
Set XML or JSON output format, override the format determined from Accept header.
Default: "ALL" to return description of all columns. Overrides $select and other parameters.
Determine how/if row count is returned in the result
False, Estimate, True, AllPages Make output names into JSON safe property names. Replace all unsafe characters with _ underscore.
Return Logical or Display values in SLIM mode. Logical returns true/false for booleans, Display returns icon hints. Dates are always returned as ISO strings.
Logical, Display Related topics
Get ArchiveGet Archive ConfigurationArchive agentGet Archive MetadataGet Archive ListGet Archive List2