diff --git a/404.html b/404.html index 1a4fa4fd5..9d73aeeb3 100644 --- a/404.html +++ b/404.html @@ -9,7 +9,7 @@ - +
diff --git a/FAQ/index.html b/FAQ/index.html index 7a1b426b1..86e48e622 100644 --- a/FAQ/index.html +++ b/FAQ/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/AllProjectsPage/index.html b/admin-panel/AllProjectsPage/index.html index bfad54a86..9ed741b19 100644 --- a/admin-panel/AllProjectsPage/index.html +++ b/admin-panel/AllProjectsPage/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/AllUsersPage/index.html b/admin-panel/AllUsersPage/index.html index c8ca9e2ea..fc5403971 100644 --- a/admin-panel/AllUsersPage/index.html +++ b/admin-panel/AllUsersPage/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/EventMonitoring/index.html b/admin-panel/EventMonitoring/index.html index fce647154..faab34805 100644 --- a/admin-panel/EventMonitoring/index.html +++ b/admin-panel/EventMonitoring/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/index.html b/admin-panel/index.html index 9f6ddafd7..468b797dd 100644 --- a/admin-panel/index.html +++ b/admin-panel/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/AutoAnalysisOfLaunches/index.html b/analysis/AutoAnalysisOfLaunches/index.html index bfe8fa345..e84779882 100644 --- a/analysis/AutoAnalysisOfLaunches/index.html +++ b/analysis/AutoAnalysisOfLaunches/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/HowModelsAreRetrained/index.html b/analysis/HowModelsAreRetrained/index.html index d814a0fdd..ed57c0876 100644 --- a/analysis/HowModelsAreRetrained/index.html +++ b/analysis/HowModelsAreRetrained/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/ImmediateAutoAnalysis/index.html b/analysis/ImmediateAutoAnalysis/index.html index 2cec1a8dd..95f171409 100644 --- a/analysis/ImmediateAutoAnalysis/index.html +++ b/analysis/ImmediateAutoAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/ImmediatePatternAnalysis/index.html b/analysis/ImmediatePatternAnalysis/index.html index 19876b701..fdf8e229b 100644 --- a/analysis/ImmediatePatternAnalysis/index.html +++ b/analysis/ImmediatePatternAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/MLSuggestions/index.html b/analysis/MLSuggestions/index.html index 63e0eaf5d..895a97418 100644 --- a/analysis/MLSuggestions/index.html +++ b/analysis/MLSuggestions/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/ManualAnalysis/index.html b/analysis/ManualAnalysis/index.html index d8cbc4c8c..81fa80b71 100644 --- a/analysis/ManualAnalysis/index.html +++ b/analysis/ManualAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/PatternAnalysis/index.html b/analysis/PatternAnalysis/index.html index 429a38615..ce7126f12 100644 --- a/analysis/PatternAnalysis/index.html +++ b/analysis/PatternAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/SearchForTheSimilarToInvestigateItems/index.html b/analysis/SearchForTheSimilarToInvestigateItems/index.html index e9e75f659..1414bb877 100644 --- a/analysis/SearchForTheSimilarToInvestigateItems/index.html +++ b/analysis/SearchForTheSimilarToInvestigateItems/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/UniqueErrorAnalysis/index.html b/analysis/UniqueErrorAnalysis/index.html index 13bbac511..cd7f318b4 100644 --- a/analysis/UniqueErrorAnalysis/index.html +++ b/analysis/UniqueErrorAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/index.html b/analysis/index.html index 176a1480b..b780e0920 100644 --- a/analysis/index.html +++ b/analysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/activities-search/index.html b/api/api-design/activities-search/index.html index b66c215c4..a648b3831 100644 --- a/api/api-design/activities-search/index.html +++ b/api/api-design/activities-search/index.html @@ -9,7 +9,7 @@ - + @@ -25,6 +25,6 @@Query Parameters
The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint
The offset used for this page of results
Indicate sort by field
Possible values: [ASC
, DESC
]
Indicate sorting direction
Body
search_criterias
object[]
required
Array [
search by field
Possible values: [EQ
, NE
, CNT
, NON_CNT
, BTW
, IN
]
operation to perform for the filter
search value
]
OK
Schema
The offset used for this page of results.
The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.
Field to define the sort field.
Possible values: [ASC
, DESC
]
To indicate sorting direction. Ascending or Descending.
items
object[]
required
Array [
Possible values: >= 1
Possible values: >= 1
Possible values: >= 1
details
object
history
object[]
Array [
]
]
{
"offset": 0,
"limit": 0,
"total_count": 0,
"sort": "string",
"order": "ASC",
"items": [
{
"id": 0,
"created_at": "2024-10-24T15:34:14.197Z",
"event_name": "string",
"object_id": 0,
"object_name": "string",
"object_type": "string",
"project_id": 0,
"project_name": "string",
"subject_name": "string",
"subject_type": "string",
"details": {
"history": [
{
"field": "string",
"old_value": "string",
"new_value": "string"
}
]
}
}
]
}
OK
Schema
The offset used for this page of results.
The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.
Field to define the sort field.
Possible values: [ASC
, DESC
]
To indicate sorting direction. Ascending or Descending.
items
object[]
required
Array [
Possible values: >= 1
Possible values: >= 1
Possible values: >= 1
details
object
history
object[]
Array [
]
]
{
"offset": 0,
"limit": 0,
"total_count": 0,
"sort": "string",
"order": "ASC",
"items": [
{
"id": 0,
"created_at": "2024-10-28T14:15:14.722Z",
"event_name": "string",
"object_id": 0,
"object_name": "string",
"object_type": "string",
"project_id": 0,
"project_name": "string",
"subject_name": "string",
"subject_type": "string",
"details": {
"history": [
{
"field": "string",
"old_value": "string",
"new_value": "string"
}
]
}
}
]
}