> ## 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)
- [AppointmentDynamicSelection](/en/api/archive-providers/reference/appointmentdynamicselection.md)
- [ProjectDynamicSelection](/en/api/archive-providers/reference/projectdynamicselection.md)
- [DocumentDynamicSelection](/en/api/archive-providers/reference/documentdynamicselection.md)
- [TicketDynamicSelection](/en/api/archive-providers/reference/ticketdynamicselection.md)
