Get all Users
Developing
GET
https://gotipath-stream.analytics.gotipath.com/report/v1/66a1084b-4b6b-4001-a4ad-d34d13463068/dataset/field-options
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://gotipath-stream.analytics.gotipath.com/report/v1/66a1084b-4b6b-4001-a4ad-d34d13463068/dataset/field-options' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": "2024-02-24T17:59:59.999Z",
"end_time": "2024-03-02T17:59:59.999Z",
"metrics": [
{
"name": "total_media_views",
"filters": [],
"group_bys": []
}
],
"filters": [],
"group_bys": [
"time_interval_minute"
]
}'
Response Response Example
{
"message": "string",
"result": {
"metrics": [
{
"name": "string",
"group_bys": [
"string"
],
"filters": null,
"data": [
{
"time_interval_minute": "string",
"total_media_views": 0
}
]
}
],
"group_bys": [
"string"
],
"filters": [
"string"
]
}
}
Request
Query Params
field
stringÂ
optional
Example:
user_id
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01