> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dynamic

## "Dynamic"

This provider name is implemented by the class <see cref="T:SuperOffice.CRM.ArchiveLists.DotSyntaxProvider">SuperOffice.CRM.ArchiveLists.DotSyntaxProvider</see> inside NetServer's SODatabase assembly.

## Supported Entities

See [Dynamic search](/en/api/search/dynamic) for more information.

## Supported Columns

Columns are defined by the caller. See [the dynamic provider reference](/en/api/search/odata/dynamic-provider) for more information.

## Sample

```http! theme={null}
GET /api/v1/archive/Dynamic?$select=
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv

```

See also: <see cref="T:SuperOffice.CRM.Services.IArchiveAgent">IArchiveAgent</see>.


## Related topics

- [Dynamic selections](/en/api/search/selection/dynamic-selections.md)
- [ContactDynamicSelection](/en/api/archive-providers/reference/contactdynamicselection.md)
- [Creating a dynamic selection (services)](/en/api/search/selection/services/create-dynamic-services.md)
- [Get Dynamic Selection Criteria](/en/api/reference/restful/rest/selection/get-dynamic-selection-criteria.md)
- [The Dynamic Provider - the dot syntax](/en/api/search/odata/dynamic-provider.md)
