You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Returns analytics based on the unique identifiers of a video
858
+
or a live stream.
859
+
example:
860
+
- vi4blUQJFrYWbaG44NChkH27
861
+
items:
862
+
type: string
863
+
type: array
864
+
mediaType:
865
+
enum:
866
+
- video
867
+
- live-stream
868
+
example: video
869
+
type: string
870
+
continent:
871
+
description: Returns analytics based on the viewers' continent. The list
872
+
of supported continents names are based on the [GeoNames public database](https://www.geonames.org/countries/).
873
+
You must use the ISO-3166 alpha2 format, for example `EU`.
874
+
example:
875
+
- EU
876
+
items:
877
+
enum:
878
+
- AS
879
+
- AF
880
+
- NA
881
+
- SA
882
+
- AN
883
+
- EU
884
+
- AZ
885
+
type: string
886
+
type: array
887
+
country:
888
+
description: Returns analytics based on the viewers' country. The list
889
+
of supported country names are based on the [GeoNames public database](https://www.geonames.org/countries/).
890
+
You must use the ISO-3166 alpha2 format, for example `FR`.
891
+
example:
892
+
- FR
893
+
items:
894
+
type: string
895
+
type: array
896
+
deviceType:
897
+
description: 'Returns analytics based on the type of device used by the
898
+
viewers. Response values can include: `computer`, `phone`, `tablet`,
899
+
`tv`, `console`, `wearable`, `unknown`.'
900
+
example:
901
+
- computer
902
+
items:
903
+
type: string
904
+
type: array
905
+
operatingSystem:
906
+
description: Returns analytics based on the operating system used by the
907
+
viewers. Response values can include `windows`, `mac osx`, `android`,
908
+
`ios`, `linux`.
909
+
example:
910
+
- windows
911
+
items:
912
+
type: string
913
+
type: array
914
+
browser:
915
+
description: Returns analytics based on the browser used by the viewers.
916
+
Response values can include `chrome`, `firefox`, `edge`, `opera`.
917
+
example:
918
+
- firefox
919
+
items:
920
+
type: string
921
+
type: array
922
+
tag:
923
+
description: Returns analytics for videos using this tag. This filter
924
+
only accepts a single value and is case sensitive. Read more about tagging
925
+
your videos [here](https://docs.api.video/vod/tags-metadata).
926
+
example: Cool videos
927
+
type: string
928
+
type: object
929
+
x-is-deep-object: true
930
+
style: deepObject
931
+
x-is-deep-object: true
815
932
current-page:
816
933
description: 'Choose the number of search results to return per page. Minimum
817
934
value: 1'
@@ -941,8 +1058,11 @@ components:
941
1058
value: John Doe
942
1059
- key: Format
943
1060
value: Tutorial
944
-
createdAt: 4251-03-03T12:52:03.085Z
945
-
publishedAt: 4665-07-14T23:36:18.598Z
1061
+
createdAt: 2024-03-03T12:52:03+00:00
1062
+
publishedAt: 2024-07-14T23:36:07+00:00
1063
+
discarded: false
1064
+
discardedAt: null
1065
+
deletesAt: null
946
1066
actions:
947
1067
- video_delete
948
1068
- video_download
@@ -953,7 +1073,8 @@ components:
953
1073
example: vi4k0jvEUuaTdRAEjQ4Prklg
954
1074
type: string
955
1075
createdAt:
956
-
description: When a video was created, presented in ISO-8601 format.
1076
+
description: When a video was created, presented in ATOM UTC format.
1077
+
example: 2024-05-28T11:15:07Z
957
1078
format: date-time
958
1079
type: string
959
1080
title:
@@ -968,16 +1089,37 @@ components:
968
1089
type: string
969
1090
publishedAt:
970
1091
description: The date and time the API created the video. Date and time
971
-
are provided using ISO-8601 UTC format.
972
-
example: 2019-12-16T08:25:51Z
1092
+
are provided using ATOM UTC format.
1093
+
example: 2024-05-28T11:15:07Z
973
1094
format: date-time
974
1095
type: string
975
1096
updatedAt:
976
1097
description: The date and time the video was updated. Date and time are
977
-
provided using ISO-8601 UTC format.
978
-
example: 2019-12-16T08:15:51Z
1098
+
provided using ATOM UTC format.
1099
+
example: 2024-05-28T11:15:07Z
979
1100
format: date-time
980
1101
type: string
1102
+
discardedAt:
1103
+
description: The date and time the video was discarded. The API populates
1104
+
this field only if you have the Video Restore feature enabled and discard
1105
+
a video. Date and time are provided using ATOM UTC format.
1106
+
example: 2024-05-28T11:15:07Z
1107
+
format: date-time
1108
+
nullable: true
1109
+
type: string
1110
+
deletesAt:
1111
+
description: The date and time the video will be permanently deleted. The
1112
+
API populates this field only if you have the Video Restore feature enabled
1113
+
and discard a video. Discarded videos are pemanently deleted after 90
1114
+
days. Date and time are provided using ATOM UTC format.
1115
+
example: 2024-05-28T11:15:07Z
1116
+
format: date-time
1117
+
nullable: true
1118
+
type: string
1119
+
discarded:
1120
+
description: Returns `true` for videos you discarded when you have the Video
1121
+
Restore feature enabled. Returns `false` for every other video.
1122
+
type: boolean
981
1123
tags:
982
1124
description: "One array of tags (each tag is a string) in order to categorize\
983
1125
\ a video. Tags may include spaces. \n"
@@ -987,7 +1129,7 @@ components:
987
1129
type: array
988
1130
metadata:
989
1131
description: |
990
-
Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair.
1132
+
Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video.
**videoId** | **String** | The unique identifier of the video object. |
10
-
**createdAt** | **OffsetDateTime** | When a video was created, presented in ISO-8601 format. | [optional]
10
+
**createdAt** | **OffsetDateTime** | When a video was created, presented in ATOM UTC format. | [optional]
11
11
**title** | **String** | The title of the video content. | [optional]
12
12
**description** | **String** | A description for the video content. | [optional]
13
-
**publishedAt** | **OffsetDateTime** | The date and time the API created the video. Date and time are provided using ISO-8601 UTC format. | [optional]
14
-
**updatedAt** | **OffsetDateTime** | The date and time the video was updated. Date and time are provided using ISO-8601 UTC format. | [optional]
13
+
**publishedAt** | **OffsetDateTime** | The date and time the API created the video. Date and time are provided using ATOM UTC format. | [optional]
14
+
**updatedAt** | **OffsetDateTime** | The date and time the video was updated. Date and time are provided using ATOM UTC format. | [optional]
15
+
**discardedAt** | **OffsetDateTime** | The date and time the video was discarded. The API populates this field only if you have the Video Restore feature enabled and discard a video. Date and time are provided using ATOM UTC format. | [optional]
16
+
**deletesAt** | **OffsetDateTime** | The date and time the video will be permanently deleted. The API populates this field only if you have the Video Restore feature enabled and discard a video. Discarded videos are pemanently deleted after 90 days. Date and time are provided using ATOM UTC format. | [optional]
17
+
**discarded** | **Boolean** | Returns `true` for videos you discarded when you have the Video Restore feature enabled. Returns `false` for every other video. | [optional]
15
18
**tags** | **List<String>** | One array of tags (each tag is a string) in order to categorize a video. Tags may include spaces. | [optional]
16
-
**metadata** | [**List<Metadata>**](Metadata.md) | Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. [Dynamic Metadata](https://api.video/blog/endpoints/dynamic-metadata/) allows you to define a key that allows any value pair. | [optional]
19
+
**metadata** | [**List<Metadata>**](Metadata.md) | Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. | [optional]
0 commit comments