mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-07 20:47:44 +00:00
12 lines
2.9 KiB
Markdown
12 lines
2.9 KiB
Markdown
# Country
|
|
|
|
The filter query string for country media items.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
|
|
| `Id` | *int* | :heavy_check_mark: | The unique identifier for the country.<br/>NOTE: This is different for each Plex server and is not globally unique.<br/> | 259 |
|
|
| `Tag` | *string* | :heavy_check_mark: | The country of origin of this media item | United States of America |
|
|
| `Filter` | *string* | :heavy_check_mark: | N/A | country=19 | |